Condividi tramite


SpeechSynthesizer.Options Proprietà

Definizione

Ottiene un riferimento all'insieme di opzioni che possono essere impostate nell'oggetto SpeechSynthesizer.

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

Valore della proprietà

Opzioni del sintetizzatore vocale.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Creators Update (è stato introdotto in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v4.0)

Si applica a

Vedi anche