SpeechRecognitionEngine.MaxAlternates Property
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.
Gets or sets the maximum number of alternate recognition results that the SpeechRecognitionEngine returns for each recognition operation.
public:
property int MaxAlternates { int get(); void set(int value); };
public int MaxAlternates { get; set; }
member this.MaxAlternates : int with get, set
Public Property MaxAlternates As Integer
Property Value
The number of alternate results to return.
Exceptions
MaxAlternates is set to a value less than 0.
Remarks
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.