Public Attributes | |
std::string | lang |
Language of the model used to parse the sentence. More... | |
std::string | originalSentence |
The sentence exactly has passed to the Parser::process function. More... | |
Intent | intent |
The recognized intent. More... | |
EntityVector | entities |
A vector of recognized entities (can be empty) More... | |
std::string Vsdk::Nlu::Result::lang |
Language of the model used to parse the sentence.
std::string Vsdk::Nlu::Result::originalSentence |
The sentence exactly has passed to the Parser::process
function.
Intent Vsdk::Nlu::Result::intent |
The recognized intent.
EntityVector Vsdk::Nlu::Result::entities |
A vector of recognized entities (can be empty)