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
In iOS transcription.finished is not been set to false when the user gives a pause in the sentence.
Click on Mic captures the text => Click on Mic to Stop Listening => transcription.finished is true and transcription.text is perfectly working.
Issue on continuously listening:
Click on Mic its listening => when user pause - speech-recognition should recognize that user has stopped and expected it should return transcription.finished = true.
But in iOS its not recognizing that user has stopped speaking.
Is there any work around for this issue.
The text was updated successfully, but these errors were encountered:
In iOS transcription.finished is not been set to false when the user gives a pause in the sentence.
Click on Mic captures the text => Click on Mic to Stop Listening => transcription.finished is true and transcription.text is perfectly working.
Issue on continuously listening:
Click on Mic its listening => when user pause - speech-recognition should recognize that user has stopped and expected it should return transcription.finished = true.
But in iOS its not recognizing that user has stopped speaking.
Is there any work around for this issue.
The text was updated successfully, but these errors were encountered: