ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::micro_wake_word::DetectionEvent Struct Reference

#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
 

Detailed Description

Definition at line 19 of file streaming_model.h.

Field Documentation

◆ average_probability

uint8_t esphome::micro_wake_word::DetectionEvent::average_probability

Definition at line 25 of file streaming_model.h.

◆ blocked_by_vad

bool esphome::micro_wake_word::DetectionEvent::blocked_by_vad = false

Definition at line 26 of file streaming_model.h.

◆ detected

bool esphome::micro_wake_word::DetectionEvent::detected

Definition at line 21 of file streaming_model.h.

◆ max_probability

uint8_t esphome::micro_wake_word::DetectionEvent::max_probability

Definition at line 24 of file streaming_model.h.

◆ partially_detection

bool esphome::micro_wake_word::DetectionEvent::partially_detection

Definition at line 22 of file streaming_model.h.

◆ wake_word

std::string* esphome::micro_wake_word::DetectionEvent::wake_word

Definition at line 20 of file streaming_model.h.


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