Class SupportedVoice

Definition

Namespace:
Tizen.Uix.Tts
Assembly:
Tizen.Uix.Tts.dll
API Level:
3

This class holds information about the supported voices.

C#
Copy
public class SupportedVoice
Inheritance
System.Object
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#
Copy
public string Language { get; }
Property Value
Type Description
System.String
API Level: 3
View Source

VoiceType

A voice type (e.g. #TTS_VOICE_TYPE_MALE, #TTS_VOICE_TYPE_FEMALE).

Declaration
C#
Copy
public Voice VoiceType { get; }
Property Value
Type Description
Voice
API Level: 3