There was an error while loading. Please reload this page.
1 parent a7cccfc commit 269635bCopy full SHA for 269635b
speech/cloud-client/src/main/java/com/example/speech/Recognize.java
@@ -256,6 +256,7 @@ public static void syncRecognizeGcs(String gcsUri) throws Exception {
256
}
257
// [END speech_transcribe_sync_gcs]
258
259
+ // [START speech_transcribe_async]
260
/**
261
* Performs non-blocking speech recognition on raw PCM audio and prints the transcription. Note
262
* that transcription is limited to 60 seconds audio.
@@ -298,6 +299,7 @@ public static void asyncRecognizeFile(String fileName) throws Exception {
298
299
300
301
302
+ // [END speech_transcribe_async]
303
304
// [START speech_transcribe_async_time_offsets_gcs]
305
0 commit comments