File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
speech/cloud-client/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 {
301301 }
302302 // [END speech_transcribe_async]
303303
304- // [START speech_transcribe_async_time_offsets_gcs ]
304+ // [START speech_transcribe_async_word_time_offsets_gcs ]
305305 /**
306306 * Performs non-blocking speech recognition on remote FLAC file and prints the transcription as
307307 * well as word time offsets.
@@ -349,7 +349,7 @@ public static void asyncRecognizeWords(String gcsUri) throws Exception {
349349 }
350350 }
351351 }
352- // [END speech_transcribe_async_time_offsets_gcs ]
352+ // [END speech_transcribe_async_word_time_offsets_gcs ]
353353
354354 // [START speech_transcribe_async_gcs]
355355 /**
You can’t perform that action at this time.
0 commit comments