Enum VoiceId

    • Enum Constant Detail

      • AMY

        public static final VoiceId AMY
      • ASTRID

        public static final VoiceId ASTRID
      • BIANCA

        public static final VoiceId BIANCA
      • BRIAN

        public static final VoiceId BRIAN
      • CAMILA

        public static final VoiceId CAMILA
      • CARLA

        public static final VoiceId CARLA
      • CARMEN

        public static final VoiceId CARMEN
      • CELINE

        public static final VoiceId CELINE
      • CHANTAL

        public static final VoiceId CHANTAL
      • CONCHITA

        public static final VoiceId CONCHITA
      • CRISTIANO

        public static final VoiceId CRISTIANO
      • DORA

        public static final VoiceId DORA
      • EMMA

        public static final VoiceId EMMA
      • ENRIQUE

        public static final VoiceId ENRIQUE
      • EWA

        public static final VoiceId EWA
      • FILIZ

        public static final VoiceId FILIZ
      • GERAINT

        public static final VoiceId GERAINT
      • GIORGIO

        public static final VoiceId GIORGIO
      • GWYNETH

        public static final VoiceId GWYNETH
      • HANS

        public static final VoiceId HANS
      • INES

        public static final VoiceId INES
      • IVY

        public static final VoiceId IVY
      • JACEK

        public static final VoiceId JACEK
      • JAN

        public static final VoiceId JAN
      • JOANNA

        public static final VoiceId JOANNA
      • JOEY

        public static final VoiceId JOEY
      • JUSTIN

        public static final VoiceId JUSTIN
      • KARL

        public static final VoiceId KARL
      • KENDRA

        public static final VoiceId KENDRA
      • KIMBERLY

        public static final VoiceId KIMBERLY
      • LEA

        public static final VoiceId LEA
      • LIV

        public static final VoiceId LIV
      • LOTTE

        public static final VoiceId LOTTE
      • LUCIA

        public static final VoiceId LUCIA
      • LUPE

        public static final VoiceId LUPE
      • MADS

        public static final VoiceId MADS
      • MAJA

        public static final VoiceId MAJA
      • MARLENE

        public static final VoiceId MARLENE
      • MATHIEU

        public static final VoiceId MATHIEU
      • MATTHEW

        public static final VoiceId MATTHEW
      • MAXIM

        public static final VoiceId MAXIM
      • MIA

        public static final VoiceId MIA
      • MIGUEL

        public static final VoiceId MIGUEL
      • MIZUKI

        public static final VoiceId MIZUKI
      • NAJA

        public static final VoiceId NAJA
      • NICOLE

        public static final VoiceId NICOLE
      • PENELOPE

        public static final VoiceId PENELOPE
      • RAVEENA

        public static final VoiceId RAVEENA
      • RICARDO

        public static final VoiceId RICARDO
      • RUBEN

        public static final VoiceId RUBEN
      • RUSSELL

        public static final VoiceId RUSSELL
      • SALLI

        public static final VoiceId SALLI
      • SEOYEON

        public static final VoiceId SEOYEON
      • TAKUMI

        public static final VoiceId TAKUMI
      • TATYANA

        public static final VoiceId TATYANA
      • VICKI

        public static final VoiceId VICKI
      • VITORIA

        public static final VoiceId VITORIA
      • ZEINA

        public static final VoiceId ZEINA
      • ZHIYU

        public static final VoiceId ZHIYU
      • UNKNOWN_TO_SDK_VERSION

        public static final VoiceId UNKNOWN_TO_SDK_VERSION
    • Method Detail

      • values

        public static VoiceId[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (VoiceId c : VoiceId.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static VoiceId valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • fromValue

        public static VoiceId fromValue​(String value)
        Use this in place of valueOf to convert the raw string returned by the service into the enum value.
        Parameters:
        value - real value
        Returns:
        VoiceId corresponding to the value