SpeechRecognizer::MaxAlternates Property

 

Gets or sets the maximum number of alternate recognition results that the shared recognizer returns for each recognition operation.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property int MaxAlternates {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The 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
Return to top
Show: