Skip to content

Speech api changes #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 32 commits into from
Jul 12, 2016
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
89f445c
renamed from recognize to streaming recognize
puneithk Jul 3, 2016
1408b15
added v1beta1 proto
puneithk Jul 3, 2016
6ac06c5
added long running operation
puneithk Jul 4, 2016
34f300c
made changes to the script
puneithk Jul 4, 2016
259ed6a
renamed to sync recognize client
puneithk Jul 4, 2016
4415993
added sync changes and test
puneithk Jul 4, 2016
3892470
added sync changes and test
puneithk Jul 4, 2016
e1516d2
made changes to script and tests
puneithk Jul 4, 2016
ed629b6
deleted
puneithk Jul 4, 2016
20e6b88
made sync work
puneithk Jul 4, 2016
6f513ca
added async
puneithk Jul 4, 2016
f221210
added async samples
puneithk Jul 5, 2016
f9ac582
added async response unpack
puneithk Jul 5, 2016
2b949f6
fixed formatting
puneithk Jul 5, 2016
cecb3b9
removed function
puneithk Jul 11, 2016
f0e8755
removed stub and performed google java formatter
puneithk Jul 11, 2016
03b5c76
modified comment
puneithk Jul 11, 2016
c3b811e
applied DIP for channel
puneithk Jul 11, 2016
e81d249
DIP for channel
puneithk Jul 11, 2016
3976813
removed header comments
puneithk Jul 11, 2016
e56ffc9
ran google java format
puneithk Jul 11, 2016
e47d295
renamed to examples
puneithk Jul 11, 2016
e84a63f
moved to com.examples.cloud.speech
puneithk Jul 11, 2016
a2daba0
renamed to com.examples.cloud.speech
puneithk Jul 11, 2016
9e0563c
fixed path
puneithk Jul 11, 2016
5ba3e19
moved to examples for test
puneithk Jul 11, 2016
e957cd3
moved to examples
puneithk Jul 11, 2016
115bbf8
fixed path
puneithk Jul 11, 2016
e7fd065
added license
puneithk Jul 11, 2016
01a7fa8
moved proto
puneithk Jul 12, 2016
b5bacda
added proto source dir
puneithk Jul 12, 2016
5a6d2ca
added that sample in beta
puneithk Jul 12, 2016
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
Prev Previous commit
Next Next commit
made changes to the script
Author: puneith <[email protected]>
  • Loading branch information
puneithk committed Jul 6, 2016
commit 34f300c63fa8f183c1df251ca90e5728719896cd
2 changes: 1 addition & 1 deletion speech/grpc/bin/speech-sample-streaming.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
java -cp ${SRC_DIR}/target/grpc-sample-1.0-jar-with-dependencies.jar \
com.google.cloud.speech.grpc.demos.RecognizeClient "$@"
com.google.cloud.speech.grpc.demos.StreamingRecognizeClient "$@"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto for prior comments