Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stt.const .SpeechResultState Class Reference
Inheritance diagram for homeassistant.components.stt.const .SpeechResultState:
[legend]
Collaboration diagram for homeassistant.components.stt.const .SpeechResultState:
[legend]

Static Public Attributes

string ERROR = "error"
 
string SUCCESS = "success"
 

Detailed Description

Result state of speech.

Definition at line 65 of file const.py.

Member Data Documentation

◆ ERROR

string homeassistant.components.stt.const .SpeechResultState.ERROR = "error"
static

Definition at line 69 of file const.py.

◆ SUCCESS

string homeassistant.components.stt.const .SpeechResultState.SUCCESS = "success"
static

Definition at line 68 of file const.py.


The documentation for this class was generated from the following file: