PhraseListGrammar.AddPhrase(String) Method

Definition

Adds a simple phrase to listen for in the speech.

public void AddPhrase (string text);
member this.AddPhrase : string -> unit
Public Sub AddPhrase (text As String)

Parameters

text
String

The phrase to be added.

Applies to