Class VoiceData
public class VoiceData : IVoiceData, IAssetData, IProviderData, IData
- Inheritance
-
objectVoiceData
- Implements
-
IData
Properties
Accent
public string Accent { get; }
Property Value
- string
Api
public Api Api { get; }
Property Value
Description
public string Description { get; }
Property Value
- string
ExtendedPropertyMap
Optional. Extended properties associated with the voice.
public Dictionary<string, string> ExtendedPropertyMap { get; set; }
Property Value
- Dictionary<string, string>
FullName
Required. The name of the voice.
public string FullName { get; set; }
Property Value
- string
Gender
Required. The gender of the voice.
public Gender Gender { get; set; }
Property Value
Id
Required. The display name of the voice.
public string Id { get; set; }
Property Value
- string
IsDeprecated
public bool? IsDeprecated { get; }
Property Value
- bool?
IsPreview
public bool? IsPreview { get; }
Property Value
- bool?
LocalName
Required. The local name of the voice.
public string LocalName { get; set; }
Property Value
- string
Locale
public Locale Locale { get; }
Property Value
- Locale
LocaleName
Required. The locale name of the voice.
public string LocaleName { get; set; }
Property Value
- string
Name
Required. The short name of the voice.
public string Name { get; set; }
Property Value
- string
RawLocale
Required. The locale of the voice.
public string RawLocale { get; set; }
Property Value
- string
SampleRate
Required. The sample rate of the voice in Hertz.
public SampleRate SampleRate { get; set; }
Property Value
- SampleRate
Status
Required. The status of the voice.
public VoiceStatus? Status { get; set; }
Property Value
StyleList
Optional. The list of speaking styles supported by the voice.
public List<string> StyleList { get; set; }
Property Value
- List<string>
Type
Required. The type of the voice.
public VoiceType Type { get; set; }
Property Value
VoiceTag
The voice tag information.
public VoiceTag VoiceTag { get; set; }
Property Value
WordsPerMinute
Required. The words per minute of the voice.
public string WordsPerMinute { get; set; }
Property Value
- string