Skip to content

Commit

Permalink
Merge pull request #609 from GoogleCloudPlatform/speech_nits
Browse files Browse the repository at this point in the history
Speech cloud-client nits
  • Loading branch information
gguuss authored Apr 12, 2017
2 parents 05627cc + e4b37e2 commit 7949349
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 7949349

Please sign in to comment.