SayAs.Format 속성

정의

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

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

속성 값

String

설명

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

프롬프트 라는 구가 포함 될 수 있습니다 예를 들어, "시간은 <say-as interpret-as="time"> 05:00 </say-as>"입니다. 이 예제에서는 05:00 "5 시" 또는 "오전 5"로 읽을 수 없습니다 또는 "아 5 백"입니다. 합니다 Format 속성의 값을 허용 합니다 interpret-as 확장 이야기 하는 시간 형식을 지정 하는 특성입니다. 경우에 대 한 값을 interpret-as 특성은 "시간: 24 시간"를 SpeechSynthesizer 강연 "아 5 백". 경우에 대 한 값을 interpret-as 특성은 "시간: 12 hour"를 SpeechSynthesizer "M을 5"를 말합니다.

적용 대상