SrgsElement Class

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Defines the base class for classes in the Microsoft.Speech.Recognition.SrgsGrammar namespace that correspond to the elements in an SRGS grammar.

Inheritance Hierarchy

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

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class SrgsElement _
	Inherits MarshalByRefObject
Visual Basic (Usage)
Dim instance As SrgsElement
C#
[SerializableAttribute]
public abstract class SrgsElement : MarshalByRefObject

Remarks

The SrgsElement class is the base class for the following classes, which correspond to elements defined in the Microsoft Recognition Grammar Specification (SRGS) Version 1.0:

An additional class inherits from SrgsElement and represents the text contained within the classes listed above:

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