Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter Member List

This is the complete list of members for homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter, including all inherited members.

__post_init__(self)homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter
_command_seconds_lefthomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterprivate
_reset_seconds_lefthomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterprivate
_silence_seconds_lefthomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterprivate
_speech_seconds_lefthomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterprivate
_timeout_seconds_lefthomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterprivate
boolhomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterstatic
floathomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenterstatic
in_commandhomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter
process(self, float chunk_seconds, float|None speech_probability)homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter
process_with_vad(self, bytes chunk, int|None vad_samples_per_chunk, Callable[[bytes], bool] vad_is_speech, AudioBuffer|None leftover_chunk_buffer)homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter
reset(self)homeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter
timed_outhomeassistant.components.assist_pipeline.vad.VoiceCommandSegmenter