Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

SrgsSemanticInterpretationTag.Script Property

Gets or sets the ECMAScript for the tag.

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

Syntax

'Declaration
Public Property Script As String
    Get
    Set
'Usage
Dim instance As SrgsSemanticInterpretationTag
Dim value As String

value = instance.Script

instance.Script = value
public string Script { get; set; }

Property Value

Type: System.String
A string that contains the semantic interpretation script for the tag.

Exceptions

Exception Condition
ArgumentNullException

An attempt is made to set Script to a null reference (Nothing in Visual Basic).

See Also

Reference

SrgsSemanticInterpretationTag Class

SrgsSemanticInterpretationTag Members

Microsoft.Speech.Recognition.SrgsGrammar Namespace