#include <Result.hpp>
Public Attributes | |
std::string | lang |
Language of the model used to parse the sentence. | |
std::string | originalSentence |
The exact sentence that's been passed to Parser::process() | |
Intent | intent |
The recognized intent. | |
EntityVector | entities |
A vector of recognized entities (if any) | |
std::string Vsdk::Nlu::Result::lang |
Language of the model used to parse the sentence.
std::string Vsdk::Nlu::Result::originalSentence |
The exact sentence that's been passed to Parser::process()
Intent Vsdk::Nlu::Result::intent |
The recognized intent.
EntityVector Vsdk::Nlu::Result::entities |
A vector of recognized entities (if any)