SpeechRecognitionEngine::MaxAlternates Property
.NET Framework (current version)
Gets or sets the maximum number of alternate recognition results that the SpeechRecognitionEngine returns for each recognition operation.
Assembly: System.Speech (in System.Speech.dll)
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | MaxAlternates is set to a value less than 0. |
The Alternates property of the RecognitionResult class contains the collection of RecognizedPhrase objects that represent possible interpretations of the input.
The default value for MaxAlternates is 10.
.NET Framework
Available since 3.0
Available since 3.0
Show: