SpeechRecognitionHypothesisGeneratedEventArgs
SpeechRecognitionHypothesisGeneratedEventArgs
SpeechRecognitionHypothesisGeneratedEventArgs
SpeechRecognitionHypothesisGeneratedEventArgs
Class
Definition
Contains event data for the SpeechRecognizer.HypothesisGenerated event.
public : sealed class SpeechRecognitionHypothesisGeneratedEventArgs : ISpeechRecognitionHypothesisGeneratedEventArgspublic sealed class SpeechRecognitionHypothesisGeneratedEventArgs : ISpeechRecognitionHypothesisGeneratedEventArgsPublic NotInheritable Class SpeechRecognitionHypothesisGeneratedEventArgs Implements ISpeechRecognitionHypothesisGeneratedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
This object is passed to a SpeechRecognizer.HypothesisGenerated event handler.
Properties
Hypothesis Hypothesis Hypothesis Hypothesis
Gets a recognition result fragment returned by the speech recognizer during an ongoing dictation session.
public : SpeechRecognitionHypothesis Hypothesis { get; }public SpeechRecognitionHypothesis Hypothesis { get; }Public ReadOnly Property Hypothesis As SpeechRecognitionHypothesis// You can use this property in JavaScript.
- Value
- SpeechRecognitionHypothesis SpeechRecognitionHypothesis SpeechRecognitionHypothesis SpeechRecognitionHypothesis
The recognition result fragment.
- See Also