Append Method (String)

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Appends a phrase to the current sequence of grammar elements.

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

Syntax

Visual Basic (Declaration)
Public Sub Append ( _
	phrase As String _
)
Visual Basic (Usage)
Dim instance As GrammarBuilder
Dim phrase As String

instance.Append(phrase)
C#
public void Append(
	string phrase
)

Parameters

phrase
Type: System..::..String

The sequence of words to append.

Remarks

phrase is added to the end of the current sequence of elements.

See Also