Public Attributes | List of all members
picovoice_driver::RhinoRecognizerData::Parameters Struct Reference

#include <rhino_recognizer.h>

Inheritance diagram for picovoice_driver::RhinoRecognizerData::Parameters:
Inheritance graph
[legend]

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...
 

Detailed Description

Definition at line 34 of file rhino_recognizer.h.

Member Data Documentation

◆ context_path_

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.

◆ intents_

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.

◆ require_endpoint_

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.

◆ sensitivity_

double picovoice_driver::RhinoRecognizerData::Parameters::sensitivity_ = 0.5

sensitivity_ Recognizer sensitivity

Definition at line 54 of file rhino_recognizer.h.


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


picovoice_driver
Author(s):
autogenerated on Fri Apr 1 2022 02:15:20