#include <porcupine_recognizer.h>
Public Attributes | |
bool | is_understood_ = false |
is_understood_ Whether the recognizer understood a keyword More... | |
std::string | keyword_name_ |
keyword_name_ Detected keyword name More... | |
Definition at line 46 of file porcupine_recognizer.h.
bool picovoice_driver::PorcupineRecognizerData::Result::is_understood_ = false |
is_understood_ Whether the recognizer understood a keyword
Definition at line 51 of file porcupine_recognizer.h.
std::string picovoice_driver::PorcupineRecognizerData::Result::keyword_name_ |
keyword_name_ Detected keyword name
Definition at line 56 of file porcupine_recognizer.h.