SpeechSynthesizer.Options Propriedade

Definição

Obtém uma referência à coleção de opções que podem ser definidas no objeto SpeechSynthesizer.

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

Valor da propriedade

As opções do sintetizador de fala.

Requisitos do Windows

Família de dispositivos
Windows 10 Creators Update (introduzida na 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v4.0)

Aplica-se a

Confira também