次の方法で共有


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 ます。

適用対象