SynthesizerState Enumerazione

Definizione

Enumera i valori per lo stato di SpeechSynthesizer.

public enum class SynthesizerState
public enum SynthesizerState
type SynthesizerState = 
Public Enum SynthesizerState
Ereditarietà
SynthesizerState

Campi

Paused 2

Indica che SpeechSynthesizer è sospeso.

Ready 0

Indica che l'oggetto SpeechSynthesizer è pronto per generare il riconoscimento vocale da una richiesta.

Speaking 1

Indica che SpeechSynthesizer sta parlando.

Commenti

La State proprietà usa SynthesizerState per indicare lo stato corrente dell'oggetto SpeechSynthesizer. Per un esempio, vedere State.

Le PreviousState proprietà e State usano SynthesizerState per indicare lo stato dell'oggetto SpeechSynthesizer quando viene generato l'evento StateChanged .

Si applica a