Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ public static void main(String... args) throws Exception {
}
} else if (command.equals("streamrecognize")) {
streamingRecognizeFile(path);
//streamingRecognizeEasy(path);
}

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