SrgsSemanticInterpretationTag コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 を含む文字列。
例外
script
が null
です。
注釈
このコンストラクターは、 Script プロパティがの値に設定されているセマンティック解釈タグを作成し script
ます。