sınıf NoMatchDetails
NoMatch tanıma sonuçları için ayrıntılı bilgiler içerir.
Üyeler
Nedeni
Söz dizimi: public const NoMatchReason & Reason;
Sonucun tanınmama nedeni.
FromResult
Söz dizimi: public inline static std::shared_ptr< NoMatchDetails > FromResult ( std::shared_ptr< RecognitionResult > result );
NoMatch RecognitionResults için NoMatchDetails nesnesinin bir örneğini oluşturur.
Parametreler
result
Tanınmayan tanıma sonucu.
Döndürülenler
NoMatchDetails için paylaşılan bir işaretçi.