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" |
Constants for the Google Cloud component.
| string homeassistant.components.google_cloud.const.CONF_ENCODING = "encoding" |
| string homeassistant.components.google_cloud.const.CONF_GAIN = "gain" |
| string homeassistant.components.google_cloud.const.CONF_GENDER = "gender" |
| string homeassistant.components.google_cloud.const.CONF_KEY_FILE = "key_file" |
| string homeassistant.components.google_cloud.const.CONF_PITCH = "pitch" |
| string homeassistant.components.google_cloud.const.CONF_PROFILES = "profiles" |
| string homeassistant.components.google_cloud.const.CONF_SERVICE_ACCOUNT_INFO = "service_account_info" |
| string homeassistant.components.google_cloud.const.CONF_SPEED = "speed" |
| string homeassistant.components.google_cloud.const.CONF_STT_MODEL = "stt_model" |
| string homeassistant.components.google_cloud.const.CONF_TEXT_TYPE = "text_type" |
| string homeassistant.components.google_cloud.const.CONF_VOICE = "voice" |
| string homeassistant.components.google_cloud.const.DEFAULT_LANG = "en-US" |
| string homeassistant.components.google_cloud.const.DEFAULT_STT_MODEL = "latest_short" |
| string homeassistant.components.google_cloud.const.DOMAIN = "google_cloud" |
| list homeassistant.components.google_cloud.const.STT_LANGUAGES |
| list homeassistant.components.google_cloud.const.SUPPORTED_STT_MODELS |