Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
InstalledVoice Members
Include Protected Members
Include Inherited Members
Contains information about an installed speech synthesis voice.
The InstalledVoice type exposes the following members.
Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets whether a voice can be used to generate speech. | |
VoiceInfo | Gets information about a voice, such as culture, name, gender, and age. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines if a given object is an instance of InstalledVoice and equal to the current instance of InstalledVoice. (Overrides Object.Equals(Object).) | |
Finalize | (inherited from Object) | |
GetHashCode | Provides a hash code for an InstalledVoice object. (Overrides Object.GetHashCode().) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top