Enum VoiceType

    Definition

    Namespace:
    Tizen.AIAvatar
    Assembly:
    Tizen.AIAvatar.dll

    VoiceType is an enum that represents various types of voices.

    public enum VoiceType

    Fields

    Name Description
    Auto

    Automatically determines the best voice to use based on available options.

    Child

    Selects a child's voice for speech synthesis.

    Female

    Selects a female voice for speech synthesis.

    Male

    Selects a male voice for speech synthesis.

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<VoiceType>(VoiceType, string)
    Extensions.LoadFromXaml<VoiceType>(VoiceType, string)
    Extensions.LoadFromXaml<VoiceType>(VoiceType, Type)
    Extensions.LoadFromXamlFile<VoiceType>(VoiceType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX