vsdk 10.1.0
 
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 exact sentence that's been passed to Parser::process()
 
Intent intent
 The recognized intent.
 
EntityVector entities
 A vector of recognized entities (if any)
 

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 exact sentence that's been passed to Parser::process()

◆ intent

Intent Vsdk::Nlu::Result::intent

The recognized intent.

◆ entities

EntityVector Vsdk::Nlu::Result::entities

A vector of recognized entities (if any)