MssGrammarCompiler Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Represents a compiler for speech recognition grammars.

Inheritance Hierarchy

System..::..Object
  Microsoft.Speech.Recognition.SrgsGrammar..::..MssGrammarCompiler

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

Syntax

Visual Basic (Declaration)
Public NotInheritable Class MssGrammarCompiler
Visual Basic (Usage)
You do not need to declare an instance of a static class in order to access its members.
C#
public static class MssGrammarCompiler

Thread Safety

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

See Also