vsdk 10.1.0
 
Loading...
Searching...
No Matches
Vsdk::Nlu::Intent

#include <Result.hpp>

Public Attributes

std::optional< std::string > name
 Name of the intent if it's been found.
 
float confidence = 0.f
 Intent's confidence score in range [0 ; 1].
 

Member Data Documentation

◆ name

std::optional<std::string> Vsdk::Nlu::Intent::name

Name of the intent if it's been found.

◆ confidence

float Vsdk::Nlu::Intent::confidence = 0.f

Intent's confidence score in range [0 ; 1].