Values of a particular voice. More...
Import Statement: | import ArcGIS.AppFramework.Speech 1.0 |
Properties
Detailed Description
The Voice component contains details of the text-to-speech voice provided by the device.
Voice is a singleton component, and does not need to be instantiated. It is also a read-only component, and cannot alter any of the properties it returns.
Enumerations
Gender enumeration
This enum describes the possible gender options for a voice. It informs the gender property.
Name | Value |
---|---|
Voice.Male | 0 |
Voice.Female | 1 |
Voice.Unknown | 2 |
Age enumeration
This enum describes the age of the voice. It informs the age property.
Name | Value |
---|---|
Voice.Child | 0 |
Voice.Teenager | 1 |
Voice.Adult | 2 |
Voice.Senior | 3 |
Voice.Other | 4 |