Enum TtsVoice

java.lang.Object
java.lang.Enum<TtsVoice>
com.bandwidth.sdk.model.bxml.utils.TtsVoice
All Implemented Interfaces:
Serializable, Comparable<TtsVoice>, java.lang.constant.Constable

public enum TtsVoice extends Enum<TtsVoice>
  • Enum Constant Details

    • SUSAN

      public static final TtsVoice SUSAN
    • PAUL

      public static final TtsVoice PAUL
    • JULIE

      public static final TtsVoice JULIE
    • KATE

      public static final TtsVoice KATE
    • BRIDGET

      public static final TtsVoice BRIDGET
    • KATRIN

      public static final TtsVoice KATRIN
    • ESPERANZA

      public static final TtsVoice ESPERANZA
    • VIOLETA

      public static final TtsVoice VIOLETA
    • ROSA

      public static final TtsVoice ROSA
    • JOLIE

      public static final TtsVoice JOLIE
    • PAOLA

      public static final TtsVoice PAOLA
    • NADIYA

      public static final TtsVoice NADIYA
    • MASAKO

      public static final TtsVoice MASAKO
    • ZEINA

      public static final TtsVoice ZEINA
    • ZHIYU

      public static final TtsVoice ZHIYU
    • DAVE

      public static final TtsVoice DAVE
    • SIMON

      public static final TtsVoice SIMON
    • STEFAN

      public static final TtsVoice STEFAN
    • JORGE

      public static final TtsVoice JORGE
    • BERNARD

      public static final TtsVoice BERNARD
    • LUCA

      public static final TtsVoice LUCA
    • ANATOLI

      public static final TtsVoice ANATOLI
    • KENJI

      public static final TtsVoice KENJI
  • Method Details

    • values

      public static TtsVoice[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TtsVoice 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
    • getProviderName

      public String getProviderName()
    • fromOurName

      public static TtsVoice fromOurName(String ourName)
    • resolveGenderLocale

      public static TtsVoice resolveGenderLocale(TtsGender gender, TtsLocale locale)
    • toString

      public String toString()
      Overrides:
      toString in class Enum<TtsVoice>