vsdk 7.3.2
 
Loading...
Searching...
No Matches
Vsdk::Nlu::Result

#include <Result.hpp>

Public Attributes

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

Member Data Documentation

◆ lang

std::string Vsdk::Nlu::Result::lang

Language of the model used to parse the sentence.

◆ originalSentence

std::string Vsdk::Nlu::Result::originalSentence

The sentence exactly has passed to the Parser::process function.

◆ intent

Intent Vsdk::Nlu::Result::intent

The recognized intent.

◆ entities

EntityVector Vsdk::Nlu::Result::entities

A vector of recognized entities (can be empty)