Status Update
Comments
va...@google.com <va...@google.com>
ds...@google.com <ds...@google.com> #2
Hello,
Could you please share screen recording of the behavior of the issue which you're experiencing in Cloud Speech-to-Text .
av...@gmail.com <av...@gmail.com> #3
status = StatusCode.INVALID_ARGUMENT
details = "Interim results were requested, but the chirp_2 model does not support interim results for the locale iw-IL in the region europe-west4."
when using:
recognition_config = cloud_speech_types.RecognitionConfig(
explicit_decoding_config=speech_v2.types.ExplicitDecodingConfig(
sample_rate_hertz=16000,
encoding=ExplicitDecodingConfig.AudioEncoding.LINEAR16,
audio_channel_count=1
),
features=cloud_speech.RecognitionFeatures(
enable_automatic_punctuation=True,
),
language_codes=["iw-IL"],
model="chirp_2",
)
and
streaming_features=StreamingRecognitionFeatures(interim_results=True)
Console images attached
av...@gmail.com <av...@gmail.com> #4
av...@gmail.com <av...@gmail.com> #5
Please tell me if there is any other data that will help.
Thanks
ds...@google.com <ds...@google.com> #6
According this
av...@gmail.com <av...@gmail.com> #7
I get the following error (this is the relevant one):
status = StatusCode.INTERNAL
details = "Internal error encountered."
debug_error_string = "UNKNOWN:Error received from peer ipv4:
It's just 500 internal server error and I don't know why it doesn't work.
And the chrip 2 does work for hebrew but only in the us, you can find it here also:
ds...@google.com <ds...@google.com> #8
I was talking about
By selecting US region, you mentioned it's working for you . did you resolved the issue ?
ds...@google.com <ds...@google.com> #9
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued.
To ensure a faster resolution and dedicated support for your issue, I kindly request you to file a support ticket by clicking
Description
Steps to reproduce:
Speech to text v2 chirp_2 model, europe and us, iw-IL language, interim_results