Edit

Share via


TextToSpeechVoice Enum

Definition

The en-US voices that can be used by TextToSpeech. Voices for all other locales are categorized as Other.

public enum class TextToSpeechVoice
public enum TextToSpeechVoice
type TextToSpeechVoice = 
Public Enum TextToSpeechVoice
Inheritance
TextToSpeechVoice

Fields

Name Value Description
Default 0

The default system voice.

David 1

Microsoft David voice

Mark 2

Microsoft Mark voice

Zira 3

Microsoft Zira voice

Other 4

Voice not listed above (for non en-US languages)

Applies to