NoMatchDetails Class
Definition
Contains detailed information for NoMatch recognition results.
public class NoMatchDetails
- Inheritance
-
java.lang.ObjectNoMatchDetails
Methods
| close() |
Explicitly frees any external resource attached to the object |
| fromResult(RecognitionResult result) |
Creates an instance of NoMatchDetails object for the NoMatch SpeechRecognitionResults. |
| getReason() |
The reason why NoMatch is returned. |
| toString() |
Returns a String that represents the no match details. |