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
합니다.