File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
speech/snippets/src/main/java/com/example/speech Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -301,7 +301,7 @@ public static void asyncRecognizeFile(String fileName) throws Exception {
301
301
}
302
302
// [END speech_transcribe_async]
303
303
304
- // [START speech_transcribe_async_time_offsets_gcs ]
304
+ // [START speech_transcribe_async_word_time_offsets_gcs ]
305
305
/**
306
306
* Performs non-blocking speech recognition on remote FLAC file and prints the transcription as
307
307
* well as word time offsets.
@@ -349,7 +349,7 @@ public static void asyncRecognizeWords(String gcsUri) throws Exception {
349
349
}
350
350
}
351
351
}
352
- // [END speech_transcribe_async_time_offsets_gcs ]
352
+ // [END speech_transcribe_async_word_time_offsets_gcs ]
353
353
354
354
// [START speech_transcribe_async_gcs]
355
355
/**
You can’t perform that action at this time.
0 commit comments