SrgsToken Constructor

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Initializes a new instance of the SrgsToken class and specifies the text to be recognized.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	text As String _
)
Visual Basic (Usage)
Dim text As String

Dim instance As New SrgsToken(text)
C#
public SrgsToken(
	string text
)

Parameters

text
Type: System..::..String

The text of the new SrgsToken class instance.

Exceptions

ExceptionCondition
ArgumentNullException

text is nullNothingnullptrunita null reference (Nothing in Visual Basic).

ArgumentOutOfRangeException

text is empty.

Remarks

Creates an SrgsToken object whose Text property is set initially to the value of the text parameter.

See Also