Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_cloud.const Namespace Reference

Variables

string CONF_ENCODING = "encoding"
 
string CONF_GAIN = "gain"
 
string CONF_GENDER = "gender"
 
string CONF_KEY_FILE = "key_file"
 
string CONF_PITCH = "pitch"
 
string CONF_PROFILES = "profiles"
 
string CONF_SERVICE_ACCOUNT_INFO = "service_account_info"
 
string CONF_SPEED = "speed"
 
string CONF_STT_MODEL = "stt_model"
 
string CONF_TEXT_TYPE = "text_type"
 
string CONF_VOICE = "voice"
 
string DEFAULT_LANG = "en-US"
 
string DEFAULT_STT_MODEL = "latest_short"
 
string DOMAIN = "google_cloud"
 
list STT_LANGUAGES
 
list SUPPORTED_STT_MODELS
 
string TITLE = "Google Cloud"
 

Detailed Description

Constants for the Google Cloud component.

Variable Documentation

◆ CONF_ENCODING

string homeassistant.components.google_cloud.const.CONF_ENCODING = "encoding"

Definition at line 16 of file const.py.

◆ CONF_GAIN

string homeassistant.components.google_cloud.const.CONF_GAIN = "gain"

Definition at line 19 of file const.py.

◆ CONF_GENDER

string homeassistant.components.google_cloud.const.CONF_GENDER = "gender"

Definition at line 14 of file const.py.

◆ CONF_KEY_FILE

string homeassistant.components.google_cloud.const.CONF_KEY_FILE = "key_file"

Definition at line 9 of file const.py.

◆ CONF_PITCH

string homeassistant.components.google_cloud.const.CONF_PITCH = "pitch"

Definition at line 18 of file const.py.

◆ CONF_PROFILES

string homeassistant.components.google_cloud.const.CONF_PROFILES = "profiles"

Definition at line 20 of file const.py.

◆ CONF_SERVICE_ACCOUNT_INFO

string homeassistant.components.google_cloud.const.CONF_SERVICE_ACCOUNT_INFO = "service_account_info"

Definition at line 8 of file const.py.

◆ CONF_SPEED

string homeassistant.components.google_cloud.const.CONF_SPEED = "speed"

Definition at line 17 of file const.py.

◆ CONF_STT_MODEL

string homeassistant.components.google_cloud.const.CONF_STT_MODEL = "stt_model"

Definition at line 24 of file const.py.

◆ CONF_TEXT_TYPE

string homeassistant.components.google_cloud.const.CONF_TEXT_TYPE = "text_type"

Definition at line 21 of file const.py.

◆ CONF_VOICE

string homeassistant.components.google_cloud.const.CONF_VOICE = "voice"

Definition at line 15 of file const.py.

◆ DEFAULT_LANG

string homeassistant.components.google_cloud.const.DEFAULT_LANG = "en-US"

Definition at line 11 of file const.py.

◆ DEFAULT_STT_MODEL

string homeassistant.components.google_cloud.const.DEFAULT_STT_MODEL = "latest_short"

Definition at line 26 of file const.py.

◆ DOMAIN

string homeassistant.components.google_cloud.const.DOMAIN = "google_cloud"

Definition at line 5 of file const.py.

◆ STT_LANGUAGES

list homeassistant.components.google_cloud.const.STT_LANGUAGES

Definition at line 43 of file const.py.

◆ SUPPORTED_STT_MODELS

list homeassistant.components.google_cloud.const.SUPPORTED_STT_MODELS
Initial value:
1 = [
2  "latest_long",
3  "latest_short",
4  "telephony",
5  "telephony_short",
6  "medical_dictation",
7  "medical_conversation",
8  "command_and_search",
9  "default",
10  "phone_call",
11  "video",
12 ]

Definition at line 29 of file const.py.

◆ TITLE

string homeassistant.components.google_cloud.const.TITLE = "Google Cloud"

Definition at line 6 of file const.py.