クラス Intent::IntentRecognitionResult
class Intent::IntentRecognitionResult
: public RecognitionResult
意図認識の結果を表します。
メンバー
IntentId
構文: public const std::string & IntentId;
一意の意図 ID。
IntentRecognitionResult
構文: public inline explicit IntentRecognitionResult ( SPXRESULTHANDLE hresult );
内部コンストラクター。 指定されたハンドルを使用して新しいインスタンスを作成します。
パラメーター
hresult
結果ハンドル。
GetEntities
構文: public inline const std::map< std::string, std::string > & GetEntities ( ) const;
発話で見つかったエンティティのマップを返す呼び出し。
戻り値
エンティティ名がキーであり、発話で見つかったエンティティの値を含むマップ。
現在、これは LUIS エンティティを報告しません。
~IntentRecognitionResult
構文: public inline ~IntentRecognitionResult ( );
デストラクターです。