You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
I use SpeechRecognitionClient examples for speech recognition. How do I stop active recognition?
Here's the code I started identifying.
mSpeechClient.streamingRecognizeCallable()
.bidiStreamingCall()
I stop with the following code, an exception appears, and then I can't recognize it again.、
mAudioEmitter?.stop()
mAudioEmitter = null
Abnormal information is as follows
an error occurredio.grpc.StatusRuntimeException: CANCELLED: Failed to read message.
Actively stop recognizing if something needs to be done
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use SpeechRecognitionClient examples for speech recognition. How do I stop active recognition?
Here's the code I started identifying.
mSpeechClient.streamingRecognizeCallable()
.bidiStreamingCall()
I stop with the following code, an exception appears, and then I can't recognize it again.、
mAudioEmitter?.stop()
mAudioEmitter = null
Abnormal information is as follows
an error occurredio.grpc.StatusRuntimeException: CANCELLED: Failed to read message.
Actively stop recognizing if something needs to be done
The text was updated successfully, but these errors were encountered: