Share via


Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SpeechRecognizedEventArgs.IsExtendable Property

Gets whether this recognition can be extended by additional input.

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

Syntax

'Declaration
Public ReadOnly Property IsExtendable As Boolean
    Get
'Usage
Dim instance As SpeechRecognizedEventArgs
Dim value As Boolean

value = instance.IsExtendable
public bool IsExtendable { get; }

Property Value

Type: System.Boolean
Returns 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.

See Also

Reference

SpeechRecognizedEventArgs Class

SpeechRecognizedEventArgs Members

Microsoft.Speech.Recognition Namespace