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를 포함하고 있는 문자열입니다.

예외

script이(가) null인 경우

설명

이 생성자는 의미 체계를 만듭니다 해석 된 태그 Script 의 값이 속성은 script합니다.

적용 대상