mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Document Google Cloud STT (#33635)
* Document Google Cloud STT * Update google_cloud.markdown
This commit is contained in:
parent
a90958d6e8
commit
7985abee16
@ -2,7 +2,9 @@
|
|||||||
title: Google Cloud Platform
|
title: Google Cloud Platform
|
||||||
description: Google Cloud Platform integration.
|
description: Google Cloud Platform integration.
|
||||||
ha_category:
|
ha_category:
|
||||||
|
- Speech-to-text
|
||||||
- Text-to-speech
|
- Text-to-speech
|
||||||
|
- Voice
|
||||||
ha_release: 0.95
|
ha_release: 0.95
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_iot_class: Cloud Push
|
ha_iot_class: Cloud Push
|
||||||
@ -11,6 +13,7 @@ ha_codeowners:
|
|||||||
- '@tronikos'
|
- '@tronikos'
|
||||||
ha_domain: google_cloud
|
ha_domain: google_cloud
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- stt
|
||||||
- tts
|
- tts
|
||||||
ha_integration_type: service
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
@ -132,3 +135,20 @@ data:
|
|||||||
- telephony-class-application
|
- telephony-class-application
|
||||||
- wearable-class-device
|
- 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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user