RecognitionResult Class
Definition
Contains detailed information about result of a recognition operation.
public class RecognitionResult
- Inheritance
-
java.lang.ObjectRecognitionResult
Methods
| close() |
Explicitly frees any external resource attached to the object |
| getDuration() |
Duration of recognized speech in 100nsec increments. |
| getOffset() |
Offset of recognized speech in 100nsec increments. |
| getProperties() |
The set of properties exposed in the result. |
| getReason() |
Specifies reason the result was created. |
| getResultId() |
Specifies the result identifier. |
| getText() |
Presents the recognized text in the result. |