SpeechRecognizedEventArgs..::..IsExtendable Property |
SpeechRecognizedEventArgs Class See Also Send Feedback |
Gets whether this recognition can be extended by additional input.
Namespace:
Microsoft.Speech.Recognition
Assembly:
Microsoft.Speech (in Microsoft.Speech.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsExtendable As Boolean Get |
Visual Basic (Usage) |
---|
Dim instance As SpeechRecognizedEventArgs Dim value As Boolean value = instance.IsExtendable |
C# |
---|
public bool IsExtendable { get; } |
Property Value
Type: System..::..BooleanReturns true if the recognition can be extended, and false otherwise.
Remarks
If a grammar is capable of recognizing the utterances "one two" and "one two three", the utterance "one two" is considered an extendable recognition.