Share via


Note

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

GrammarBuilder.Append Method (String)

Appends a phrase to the current sequence of grammar elements.

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

Syntax

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

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

Parameters

Remarks

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

See Also

Reference

GrammarBuilder Class

GrammarBuilder Members

Append Overload

Microsoft.Speech.Recognition Namespace