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
- phrase
Type: System.String
The sequence of words to append.
Remarks
phrase is added to the end of the current sequence of elements.