클래스 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에 대한 공유 포인터입니다.