SpeechSynthesizer.Options 属性

定义

获取对可在 SpeechSynthesizer 对象上设置的选项集合的引用。

public:
 property SpeechSynthesizerOptions ^ Options { SpeechSynthesizerOptions ^ get(); };
SpeechSynthesizerOptions Options();
public SpeechSynthesizerOptions Options { get; }
var speechSynthesizerOptions = speechSynthesizer.options;
Public ReadOnly Property Options As SpeechSynthesizerOptions

属性值

语音合成器选项。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

适用于

另请参阅