Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
VoiceInfo Members
Include Protected Members
Include Inherited Members
Represents an installed Runtime Language for speech synthesis.
The VoiceInfo type exposes the following members.
Properties
Name | Description | |
---|---|---|
AdditionalInfo | Gets additional information about the voice. | |
Age | Gets the age of the voice. | |
Culture | Gets the culture of the voice. | |
Description | Gets the description of the voice. | |
Gender | Gets the gender of the voice. | |
Id | Gets the ID of the voice. | |
Name | Gets the name of the voice. | |
SupportedAudioFormats | Gets the collection of audio formats that the voice supports. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Compares the fields of the voice with the specified VoiceInfo object to determine whether they contain the same values. (Overrides Object.Equals(Object).) | |
Finalize | (inherited from Object) | |
GetHashCode | Provides a hash code for a VoiceInfo object. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top