Share via


SayAs.InterpretAs 속성

정의

프롬프트의 interpret-as SSML 태그 언어에 say-as 있는 요소에 대한 특성 값을 가져오거나 설정합니다.

public:
 property System::String ^ InterpretAs { System::String ^ get(); void set(System::String ^ value); };
public string InterpretAs { get; set; }
member this.InterpretAs : string with get, set
Public Property InterpretAs As String

속성 값

설명

FragmentState.SayAs 속성의 값을 가져오거나 합니다 InterpretAs 속성에는 SayAs 인스턴스.

합니다 SpeechSynthesizer 나타난 콘텐츠 형식을 사용 하는 InterpretAs 속성을 지정 된 텍스트를 렌더링 하는 방법을 결정 합니다.

예를 들어 Edgar 이름으로 읽을 수 없습니다 이름: "Edgar 입니다". 또는 이 문장의 특성에 지정된 interpret-as 대로 문자로 철자가 지정될 수 있습니다. "내 이름은 입니다 <say-as interpret-as="spell-out"> Edgar </say-as>." 이 경우 는 SpeechSynthesizer Edgar를 "E D G A R"로 말합니다.

적용 대상