SpeechRecognizer::MaxAlternates Property
.NET Framework (current version)
Gets or sets the maximum number of alternate recognition results that the shared recognizer returns for each recognition operation.
Assembly: System.Speech (in System.Speech.dll)
Property Value
Type: System::Int32The maximum number of alternate results that the speech recognizer returns for each recognition operation.
The Alternates property of the RecognitionResult class contains the collection of RecognizedPhrase objects that represent other candidate interpretations of the input.
The default value for MaxAlternates is 10.
.NET Framework
Available since 3.0
Available since 3.0
Show: