Class SupportedVoice

    Definition

    Namespace:
    Tizen.Uix.Tts
    Assembly:
    Tizen.Uix.Tts.dll

    This class holds information about the supported voices.

    public class SupportedVoice
    Inheritance
    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
    public string Language { get; }
    Property Value
    Type Description
    string
    View Source

    VoiceType

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

    Declaration
    public Voice VoiceType { get; }
    Property Value
    Type Description
    Voice
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX