Class SupportedVoice
Definition
- Namespace:
- Tizen.Uix.Tts
- Assembly:
- Tizen.Uix.Tts.dll
- API Level:
- 3
This class holds information about the supported voices.
C#Copypublic class SupportedVoice : object
- Inheritance
-
SupportedVoice
Properties
View Source
Language
Language specified as an ISO 3166 alpha-2 two letter country-code followed by ISO 639-1 for the two-letter language code (for example, "ko_KR" for Korean, "en_US" for American English).
Declaration
C#Copypublic string Language { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
Declaration
C#Copypublic Voice VoiceType { get; }
Property Value
Type | Description |
---|---|
Voice |