SrgsSemanticInterpretationTag Constructor

Microsoft Speech Platform SDK 11

Collapse imageExpand ImageCopy imageCopyHover image

Creates an instance of the SrgsSemanticInterpretationTag class.

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

Syntax

Visual Basic (Declaration)
Public Sub New
Visual Basic (Usage)
Dim instance As New SrgsSemanticInterpretationTag()
C#
public SrgsSemanticInterpretationTag()

Remarks

This constructor creates a semantic interpretation tag whose Script property contains an empty string.

See Also