Class TextToSpeechVoice
- Namespace
- Uralstech.UCloud.TextToSpeech.Voices
Description of a voice supported by the TTS service.
public class TextToSpeechVoice
- Inheritance
-
objectTextToSpeechVoice
Fields
Gender
The gender of this voice.
public TextToSpeechVoiceGender Gender
Field Value
Name
The name of this voice. Each distinct voice has a unique name.
public TextToSpeechVoiceName Name
Field Value
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[]