Skip to content

Commit 7949349

Browse files
authored
Merge pull request #609 from GoogleCloudPlatform/speech_nits
Speech cloud-client nits
2 parents 05627cc + e4b37e2 commit 7949349

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

speech/cloud-client/src/main/java/com/example/speech/Recognize.java

+1-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ public static void main(String... args) throws Exception {
7171
}
7272
} else if (command.equals("streamrecognize")) {
7373
streamingRecognizeFile(path);
74-
//streamingRecognizeEasy(path);
7574
}
7675

7776
}
@@ -146,7 +145,7 @@ public static void syncRecognizeGcs(String gcsUri) throws Exception, IOException
146145
/*
147146
/**
148147
* Performs non-blocking speech recognition on raw PCM audio and prints
149-
* the transcription.
148+
* the transcription. Note that transcription is limited to 60 seconds audio.
150149
*
151150
* @param fileName the path to a PCM audio file to transcribe.
152151
*/

0 commit comments

Comments
 (0)