class NoMatchDetails
Contains detailed information for NoMatch recognition results.
Members
Reason
Syntax: public const NoMatchReason & Reason;
The reason the result was not recognized.
FromResult
Syntax: public inline static std::shared_ptr< NoMatchDetails > FromResult ( std::shared_ptr< RecognitionResult > result );
Creates an instance of NoMatchDetails object for NoMatch RecognitionResults.
Parameters
result
The recognition result that was not recognized.
Returns
A shared pointer to NoMatchDetails.