IsExtendable Property

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

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..::..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