|
ESPHome 2025.12.0-dev
|
#include <streaming_model.h>
Data Fields | |
| std::string * | wake_word |
| bool | detected |
| bool | partially_detection |
| uint8_t | max_probability |
| uint8_t | average_probability |
| bool | blocked_by_vad = false |
Definition at line 19 of file streaming_model.h.
| uint8_t esphome::micro_wake_word::DetectionEvent::average_probability |
Definition at line 25 of file streaming_model.h.
| bool esphome::micro_wake_word::DetectionEvent::blocked_by_vad = false |
Definition at line 26 of file streaming_model.h.
| bool esphome::micro_wake_word::DetectionEvent::detected |
Definition at line 21 of file streaming_model.h.
| uint8_t esphome::micro_wake_word::DetectionEvent::max_probability |
Definition at line 24 of file streaming_model.h.
| bool esphome::micro_wake_word::DetectionEvent::partially_detection |
Definition at line 22 of file streaming_model.h.
| std::string* esphome::micro_wake_word::DetectionEvent::wake_word |
Definition at line 20 of file streaming_model.h.