共用方式為


SrgsSemanticInterpretationTag 建構函式

定義

建立 SrgsSemanticInterpretationTag 類別的執行個體。

多載

SrgsSemanticInterpretationTag()

建立 SrgsSemanticInterpretationTag 類別的執行個體。

SrgsSemanticInterpretationTag(String)

建立SrgsSemanticInterpretationTag類別的執行個體,指定標記的指令碼內容。

SrgsSemanticInterpretationTag()

建立 SrgsSemanticInterpretationTag 類別的執行個體。

public:
 SrgsSemanticInterpretationTag();
public SrgsSemanticInterpretationTag ();
Public Sub New ()

備註

這個函式會建立其 Script 屬性包含空字串的語義解讀標記。

適用於

SrgsSemanticInterpretationTag(String)

建立SrgsSemanticInterpretationTag類別的執行個體,指定標記的指令碼內容。

public:
 SrgsSemanticInterpretationTag(System::String ^ script);
public SrgsSemanticInterpretationTag (string script);
new System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag : string -> System.Speech.Recognition.SrgsGrammar.SrgsSemanticInterpretationTag
Public Sub New (script As String)

參數

script
String

包含標記之 ECMAScript 的字串。

例外狀況

scriptnull

備註

這個函式會建立一個語義解讀標記,其 Script 屬性會設定為中的值 script

適用於