KeywordRecognitionResult Class
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 the results emitted by the KeywordRecognizer.
public class KeywordRecognitionResult : Microsoft.CognitiveServices.Speech.RecognitionResult
type KeywordRecognitionResult = class
inherit RecognitionResult
Public Class KeywordRecognitionResult
Inherits RecognitionResult
- Inheritance
Duration |
Duration of the recognized speech. This does not include trailing or leading silence. (Inherited from RecognitionResult) |
Offset |
Offset of the recognized speech in ticks. A single tick represents one hundred nanoseconds or one ten-millionth of a second. (Inherited from RecognitionResult) |
Properties |
Contains properties of the results. (Inherited from RecognitionResult) |
Reason |
Specifies status of speech recognition result. (Inherited from RecognitionResult) |
Result |
Specifies the result identifier. (Inherited from RecognitionResult) |
Text |
Presents the recognized text in the result. (Inherited from RecognitionResult) |
To |
Returns a string that represents the speech recognition result. (Inherited from RecognitionResult) |
Product | Versions |
---|---|
Azure SDK for .NET | Latest |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: