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 的共享指针。