public static enum TtsOracleSpeechSettings.TextType extends Enum<TtsOracleSpeechSettings.TextType> implements BmcEnum
The format in which the input text has been supplied i.e., Text or SSML. The supported text types are: - TEXT - SSML
Modifier and Type | Method and Description |
---|---|
static TtsOracleSpeechSettings.TextType |
create(String key) |
String |
getValue() |
static TtsOracleSpeechSettings.TextType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TtsOracleSpeechSettings.TextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TtsOracleSpeechSettings.TextType Text
public static final TtsOracleSpeechSettings.TextType Ssml
public static TtsOracleSpeechSettings.TextType[] values()
for (TtsOracleSpeechSettings.TextType c : TtsOracleSpeechSettings.TextType.values()) System.out.println(c);
public static TtsOracleSpeechSettings.TextType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TtsOracleSpeechSettings.TextType create(String key)
Copyright © 2016–2025. All rights reserved.