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