NoMatchDetails class
NoMatch tanıma sonuçları için ayrıntılı bilgiler içerir.
Özellikler
reason | Tanımanın iptal edilme nedeni. |
Yöntemler
from |
NoMatch SpeechRecognitionResults için NoMatchDetails nesnesinin bir örneğini oluşturur. |
Özellik Ayrıntıları
reason
Tanımanın iptal edilme nedeni.
NoMatchReason reason
Özellik Değeri
İptal edilen nedeni belirtir.
Yöntem Ayrıntıları
fromResult(IntentRecognitionResult | SpeechRecognitionResult | TranslationRecognitionResult)
NoMatch SpeechRecognitionResults için NoMatchDetails nesnesinin bir örneğini oluşturur.
static function fromResult(result: IntentRecognitionResult | SpeechRecognitionResult | TranslationRecognitionResult): NoMatchDetails
Parametreler
Tanınmayan tanıma sonucu.
Döndürülenler
Eşleşme ayrıntısı yok nesnesi oluşturuluyor.