#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]. | |
std::optional<std::string> Vsdk::Nlu::Intent::name |
Name of the intent if it's been found.
float Vsdk::Nlu::Intent::confidence = 0.f |
Intent's confidence score in range [0 ; 1].