Document Google Cloud STT (#33635)

* Document Google Cloud STT

* Update google_cloud.markdown
This commit is contained in:
tronikos 2024-09-03 06:23:24 -07:00 committed by GitHub
parent a90958d6e8
commit 7985abee16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 %}