Table of Contents

Class TextToSpeechVoice

Description of a voice supported by the TTS service.

public class TextToSpeechVoice
Inheritance
object
TextToSpeechVoice

Fields

Gender

The gender of this voice.

public TextToSpeechVoiceGender Gender

Field Value

TextToSpeechVoiceGender

Name

The name of this voice. Each distinct voice has a unique name.

public TextToSpeechVoiceName Name

Field Value

TextToSpeechVoiceName

NaturalSampleRateHertz

The natural sample rate (in hertz) for this voice.

public int NaturalSampleRateHertz

Field Value

int

SupportedLanguages

The languages that this voice supports, expressed as BCP-47 language tags (e.g. "en-US", "es-419", "cmn-tw").

public string[] SupportedLanguages

Field Value

string[]