Public Member Functions | |
| SpeechResult | async_process_audio_stream (self, SpeechMetadata metadata, AsyncIterable[bytes] stream) |
| bool | check_metadata (self, SpeechMetadata metadata) |
| list[AudioBitRates] | supported_bit_rates (self) |
| list[AudioChannels] | supported_channels (self) |
| list[AudioCodecs] | supported_codecs (self) |
| list[AudioFormats] | supported_formats (self) |
| list[str] | supported_languages (self) |
| list[AudioSampleRates] | supported_sample_rates (self) |
Static Public Attributes | |
| None | |
| SpeechResult homeassistant.components.stt.legacy.Provider.async_process_audio_stream | ( | self, | |
| SpeechMetadata | metadata, | ||
| AsyncIterable[bytes] | stream | ||
| ) |
| bool homeassistant.components.stt.legacy.Provider.check_metadata | ( | self, | |
| SpeechMetadata | metadata | ||
| ) |
| list[AudioBitRates] homeassistant.components.stt.legacy.Provider.supported_bit_rates | ( | self | ) |
| list[AudioChannels] homeassistant.components.stt.legacy.Provider.supported_channels | ( | self | ) |
| list[AudioCodecs] homeassistant.components.stt.legacy.Provider.supported_codecs | ( | self | ) |
| list[AudioFormats] homeassistant.components.stt.legacy.Provider.supported_formats | ( | self | ) |
| list[str] homeassistant.components.stt.legacy.Provider.supported_languages | ( | self | ) |
| list[AudioSampleRates] homeassistant.components.stt.legacy.Provider.supported_sample_rates | ( | self | ) |