We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852ff05 commit 4ba93c4Copy full SHA for 4ba93c4
speech/cloud-client/src/main/java/com/example/speech/Recognize.java
@@ -301,7 +301,7 @@ public static void asyncRecognizeFile(String fileName) throws Exception {
301
}
302
// [END speech_transcribe_async]
303
304
- // [START speech_transcribe_async_time_offsets_gcs]
+ // [START speech_transcribe_async_word_time_offsets_gcs]
305
/**
306
* Performs non-blocking speech recognition on remote FLAC file and prints the transcription as
307
* well as word time offsets.
@@ -349,7 +349,7 @@ public static void asyncRecognizeWords(String gcsUri) throws Exception {
349
350
351
352
- // [END speech_transcribe_async_time_offsets_gcs]
+ // [END speech_transcribe_async_word_time_offsets_gcs]
353
354
// [START speech_transcribe_async_gcs]
355
0 commit comments