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>." 이 경우 Edgar를 SpeechSynthesizer "E D G A R"로 말합니다.

적용 대상