クラス NoMatchDetails

NoMatch 認識結果の詳細情報が含まれます。

メンバー

理由

構文: public const NoMatchReason & Reason;

結果が認識されなかった理由。

FromResult

構文: public inline static std::shared_ptr< NoMatchDetails > FromResult ( std::shared_ptr< RecognitionResult > result );

NoMatch RecognitionResults の NoMatchDetails オブジェクトのインスタンスを作成します。

パラメーター

  • result 認識されなかった認識結果。

戻り値

NoMatchDetails への共有ポインター。