Class Voice
Inheritance
object
Voice
Namespace: Glitch9.AIDevKit.Microsoft
Assembly: .dll
Syntax
public class Voice
Properties
DisplayName
Required. The display name of the voice.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ExtendedPropertyMap
Optional. Extended properties associated with the voice.
Declaration
public Dictionary<string, string> ExtendedPropertyMap { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Gender
Required. The gender of the voice.
Declaration
public Gender? Gender { get; set; }
Property Value
Type | Description |
---|---|
Gender? |
LocalName
Required. The local name of the voice.
Declaration
public string LocalName { get; set; }
Property Value
Type | Description |
---|---|
string |
Locale
Required. The locale of the voice.
Declaration
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
LocaleName
Required. The locale name of the voice.
Declaration
public string LocaleName { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. The name of the voice.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SampleRateHertz
Required. The sample rate of the voice in Hertz.
Declaration
public string SampleRateHertz { get; set; }
Property Value
Type | Description |
---|---|
string |
ShortName
Required. The short name of the voice.
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Required. The status of the voice.
Declaration
public VoiceStatus? Status { get; set; }
Property Value
Type | Description |
---|---|
VoiceStatus? |
StyleList
Optional. The list of speaking styles supported by the voice.
Declaration
public List<VoiceStyle> StyleList { get; set; }
Property Value
Type | Description |
---|---|
List<VoiceStyle> |
VoiceType
Required. The type of the voice.
Declaration
public VoiceType? VoiceType { get; set; }
Property Value
Type | Description |
---|---|
VoiceType? |
WordsPerMinute
Required. The words per minute of the voice.
Declaration
public string WordsPerMinute { get; set; }
Property Value
Type | Description |
---|---|
string |