SpeechSynthesizerOptions.PunctuationSilence 属性

定义

获取或设置在语音合成话语中标点符号后添加的沉默量, (在另一个话语开始) 之前。

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 中引入)

注解

默认情况下,每个标点符号后面追加大约 750 毫秒的静音,以确保话语声音尽可能自然。 在某些情况下,例如加速播放或应用内容的屏幕阅读器说明,此行为不是必需的,或者需要由用户配置。

适用于

另请参阅