Skip to content

Commit

Permalink
Mention command_and_search model for Google Cloud STT (home-assistant…
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikos authored Oct 14, 2024
1 parent 5150cfe commit bf7ce6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_integrations/google_cloud.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

0 comments on commit bf7ce6b

Please sign in to comment.