From bf7ce6b6739d57976e4febe2710b71ab42517ca4 Mon Sep 17 00:00:00 2001 From: tronikos Date: Mon, 14 Oct 2024 03:59:41 -0700 Subject: [PATCH] Mention command_and_search model for Google Cloud STT (#35219) --- source/_integrations/google_cloud.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_cloud.markdown b/source/_integrations/google_cloud.markdown index 0eab263d392..b563d98644d 100644 --- a/source/_integrations/google_cloud.markdown +++ b/source/_integrations/google_cloud.markdown @@ -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 : ` try changing this to the legacy `command_and_search`." required: false type: string {% endconfiguration %}