Mention command_and_search model for Google Cloud STT (#35219)

This commit is contained in:
tronikos 2024-10-14 03:59:41 -07:00 committed by GitHub
parent 5150cfec1c
commit bf7ce6b673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,7 +148,7 @@ Speech-to-text is priced based on the amount of audio successfully processed by
{% configuration %}
stt_model:
description: "One of the transcription models [here](https://cloud.google.com/speech-to-text/docs/transcription-model). Defaults to `latest_short`."
description: "One of the transcription models [here](https://cloud.google.com/speech-to-text/docs/transcription-model). Defaults to `latest_short` because this is the recommended one. If you get: `400 Invalid recognition 'config': The requested model is currently not supported for language : <language code>` try changing this to the legacy `command_and_search`."
required: false
type: string
{% endconfiguration %}