Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
SrgsSemanticInterpretationTag Members
Include Protected Members
Include Inherited Members
Represents a tag that contains ECMAScript that is run when the rule is matched.
The SrgsSemanticInterpretationTag type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SrgsSemanticInterpretationTag() | Creates an instance of the SrgsSemanticInterpretationTag class. | |
SrgsSemanticInterpretationTag(String) | Creates an instance of the SrgsSemanticInterpretationTag class, specifying the script contents of the tag. |
Top
Properties
Name | Description | |
---|---|---|
Script | Gets or sets the ECMAScript for the tag. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (inherited from MarshalByRefObject) | |
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetLifetimeService | (inherited from MarshalByRefObject) | |
GetType | (inherited from Object) | |
InitializeLifetimeService | (inherited from MarshalByRefObject) | |
MemberwiseClone() | (inherited from Object) | |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) | |
ToString | (inherited from Object) |
Top