We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac06c5 commit 34f300cCopy full SHA for 34f300c
speech/grpc/bin/speech-sample-streaming.sh
@@ -15,4 +15,4 @@
15
16
SRC_DIR=$(cd "$(dirname "$0")/.."; pwd)
17
java -cp ${SRC_DIR}/target/grpc-sample-1.0-jar-with-dependencies.jar \
18
- com.google.cloud.speech.grpc.demos.RecognizeClient "$@"
+ com.google.cloud.speech.grpc.demos.StreamingRecognizeClient "$@"
0 commit comments