GrammarBuilder.Append Method (Choices)

Appends an instance of Choices to the current GrammarBuilder.

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

Syntax

'Declaration
Public Sub Append ( _
    alternateChoices As Choices _
)
public void Append (
    Choices alternateChoices
)
public:
void Append (
    Choices^ alternateChoices
)
public void Append (
    Choices alternateChoices
)
public function Append (
    alternateChoices : Choices
)

Parameters

  • alternateChoices
    A valid instance of Choices used to construct a new instance of GrammarBuilder object to be appended to the current GrammarBuilder object.

Remarks

The logic of each element appended to a GrammarBuilder is applied by recognition engines in the order in which it was appended.

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

GrammarBuilder Class
GrammarBuilder Members
Microsoft.Speech.Recognition Namespace