We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c515a commit e7f1eb8Copy full SHA for e7f1eb8
speech/cloud-client/src/main/java/com/example/speech/Recognize.java
@@ -590,6 +590,7 @@ public static void transcribeGcsWithAutomaticPunctuation(String gcsUri) throws E
590
}
591
// [END speech_async_recognize_gcs_punctuation]
592
593
+ // [START speech_stream_recognize_punctuation]
594
/**
595
* Performs streaming speech recognition on raw PCM audio data.
596
*
@@ -676,4 +677,5 @@ public SettableFuture<List<T>> future() {
676
677
678
679
680
+ // [END speech_stream_recognize_punctuation]
681
0 commit comments