diff --git a/source/_integrations/google_cloud.markdown b/source/_integrations/google_cloud.markdown index a6a2163d293..83ff89ea574 100644 --- a/source/_integrations/google_cloud.markdown +++ b/source/_integrations/google_cloud.markdown @@ -2,7 +2,9 @@ title: Google Cloud Platform description: Google Cloud Platform integration. ha_category: + - Speech-to-text - Text-to-speech + - Voice ha_release: 0.95 ha_config_flow: true ha_iot_class: Cloud Push @@ -11,6 +13,7 @@ ha_codeowners: - '@tronikos' ha_domain: google_cloud ha_platforms: + - stt - tts ha_integration_type: service --- @@ -132,3 +135,20 @@ data: - telephony-class-application - wearable-class-device ``` + +## Google Cloud speech-to-text + +[Google Cloud speech-to-text](https://cloud.google.com/speech-to-text) converts audio into text transcriptions for [125 languages and variants](https://cloud.google.com/speech-to-text/docs/speech-to-text-supported-languages). + +### Pricing + +Speech-to-text is priced based on the amount of audio successfully processed by the service each month, measured in increments of one second. For up-to-date pricing, see [here](https://cloud.google.com/speech-to-text/pricing) under the Speech-to-text v1 API. + +### Speech-to-text configuration + +{% configuration %} +stt_model: + description: "One of the transcription models [here](https://cloud.google.com/speech-to-text/docs/transcription-model). Defaults to `latest_short`." + required: false + type: string +{% endconfiguration %}