SpeechSynthesizerOptions.PunctuationSilence 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
음성 합성 발화의 문장 부호 다음에 추가된 무음의 양을 가져오거나 설정합니다(다른 발화가 시작되기 전).
public:
property SpeechPunctuationSilence PunctuationSilence { SpeechPunctuationSilence get(); void set(SpeechPunctuationSilence value); };
SpeechPunctuationSilence PunctuationSilence();
void PunctuationSilence(SpeechPunctuationSilence value);
public SpeechPunctuationSilence PunctuationSilence { get; set; }
var speechPunctuationSilence = speechSynthesizerOptions.punctuationSilence;
speechSynthesizerOptions.punctuationSilence = speechPunctuationSilence;
Public Property PunctuationSilence As SpeechPunctuationSilence
속성 값
SpeechPunctuationSilence 기간입니다.
Windows 요구 사항
디바이스 패밀리 |
Windows 10, version 1803 (10.0.17134.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v6.0에서 도입되었습니다.)
|
설명
기본적으로 발화가 가능한 한 자연스럽게 들리도록 각 문장 부호 다음에 약 750ms의 무음이 추가됩니다. 앱 콘텐츠에 대한 가속화된 재생 또는 화면 읽기 프로그램 설명과 같은 경우에 이 동작은 필요하지 않거나 사용자가 구성할 수 있어야 합니다.