#include <rhino_recognizer.h>
Public Attributes | |
std::string | context_path_ |
context_path_ Path to the Picovoice Rhino context.rhn More... | |
std::vector< std::string > | intents_ |
intents_ Indent candidates, if empty, all returned intents will be considered valid More... | |
bool | require_endpoint_ = false |
require_endpoint_ If true , Rhino requires an endpoint (chunk of silence) before finishing inference. More... | |
double | sensitivity_ = 0.5 |
sensitivity_ Recognizer sensitivity More... | |
Public Attributes inherited from picovoice_driver::RecognizerData::Parameters | |
std::string | access_key_ |
access_key_ Picovoice access key More... | |
std::string | model_path_ |
model_path_ Path to the Picovoice model parameters More... | |
Definition at line 34 of file rhino_recognizer.h.
std::string picovoice_driver::RhinoRecognizerData::Parameters::context_path_ |
context_path_ Path to the Picovoice Rhino context.rhn
Definition at line 39 of file rhino_recognizer.h.
std::vector<std::string> picovoice_driver::RhinoRecognizerData::Parameters::intents_ |
intents_ Indent candidates, if empty, all returned intents will be considered valid
Definition at line 44 of file rhino_recognizer.h.
bool picovoice_driver::RhinoRecognizerData::Parameters::require_endpoint_ = false |
require_endpoint_ If true
, Rhino requires an endpoint (chunk of silence) before finishing inference.
Definition at line 49 of file rhino_recognizer.h.
double picovoice_driver::RhinoRecognizerData::Parameters::sensitivity_ = 0.5 |
sensitivity_ Recognizer sensitivity
Definition at line 54 of file rhino_recognizer.h.