RecognitionResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains detailed information about result of a recognition operation.
public class RecognitionResult
type RecognitionResult = class
Public Class RecognitionResult
- Inheritance
-
RecognitionResult
- Derived
Properties
Duration |
Duration of the recognized speech. This does not include trailing or leading silence. |
OffsetInTicks |
Offset of the recognized speech in ticks. A single tick represents one hundred nanoseconds or one ten-millionth of a second. |
Properties |
Contains properties of the results. |
Reason |
Specifies status of speech recognition result. |
ResultId |
Specifies the result identifier. |
Text |
Presents the recognized text in the result. |
Methods
ToString() |
Returns a string that represents the speech recognition result. |
Applies to
Azure SDK for .NET