Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.stt.models.SpeechMetadata Class Reference

Public Member Functions

None __post_init__ (self)
 

Public Attributes

 bit_rate
 
 channel
 
 sample_rate
 

Detailed Description

Metadata of audio stream.

Definition at line 16 of file models.py.

Member Function Documentation

◆ __post_init__()

None homeassistant.components.stt.models.SpeechMetadata.__post_init__ (   self)
Finish initializing the metadata.

Definition at line 26 of file models.py.

Member Data Documentation

◆ bit_rate

homeassistant.components.stt.models.SpeechMetadata.bit_rate

Definition at line 28 of file models.py.

◆ channel

homeassistant.components.stt.models.SpeechMetadata.channel

Definition at line 30 of file models.py.

◆ sample_rate

homeassistant.components.stt.models.SpeechMetadata.sample_rate

Definition at line 29 of file models.py.


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