Class SupportedVoice
Definition
- Assembly:
- Tizen.Uix.Tts.dll
This class holds information about the supported voices.
public class SupportedVoice
- Inheritance
-
objectSupportedVoice
Properties
View SourceLanguage
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
public string Language { get; }
Property Value
Type | Description |
---|---|
string |
VoiceType
A voice type (e.g. #TTS_VOICE_TYPE_MALE, #TTS_VOICE_TYPE_FEMALE).
Declaration
public Voice VoiceType { get; }
Property Value
Type | Description |
---|---|
Voice |