Speech API python client library method streaming_recognize()
doesn't return a result with is_final
set to True
#12570
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
samples
Issues that are directly related to samples.
triage me
I really want to be triaged.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In which file did you encounter the issue?
Did you change the file? If so, how?
I have changed the line 299
into
Describe the issue
streaming_recognize() method doesn't work properly. For even when a speaker utters a simple greeting like こんにちは in a very silent environment, this method returns StreamingRecognizeResponse object with a result of is_final == False. And always returns a result with is_final set to True exactly 90 seconds later.
this doesn't happen when the language is English or Chinese.
The same thing also happens in
transcribe_streaming_infinite_v2.py
I am not sure if this report should be post here for this seems to be more internal problem.
Appreciate any help or clues anyways.
The text was updated successfully, but these errors were encountered: