GoogleCloudPlatform / android-docs-samples

Apache License 2.0
375 stars 596 forks source link

Why the `google.cloud.speech.v1.Speech.StreamingRecognize` so slow? #101

Open W-quan opened 5 years ago

W-quan commented 5 years ago
WX20190426-101710@2x
W-quan commented 5 years ago

I had try iOS Demo too. I found iOS Demo is so fast, but Android is so bad. I have no idea for it.

shaohui93 commented 4 years ago

If you are using a client, you may need to set it up. .setInterimResults(true)

This returns the intermediate result.

W-quan commented 4 years ago

I had set it. And there is a problem is sometime it can't recognize any result in a few minutes.