public static enum Intent.Message.TelephonySynthesizeSpeech.SourceCase extends Enum<Intent.Message.TelephonySynthesizeSpeech.SourceCase> implements Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum
Enum Constant and Description |
---|
SOURCE_NOT_SET |
SSML |
TEXT |
Modifier and Type | Method and Description |
---|---|
static Intent.Message.TelephonySynthesizeSpeech.SourceCase |
forNumber(int value) |
int |
getNumber() |
static Intent.Message.TelephonySynthesizeSpeech.SourceCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Intent.Message.TelephonySynthesizeSpeech.SourceCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Intent.Message.TelephonySynthesizeSpeech.SourceCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Intent.Message.TelephonySynthesizeSpeech.SourceCase TEXT
public static final Intent.Message.TelephonySynthesizeSpeech.SourceCase SSML
public static final Intent.Message.TelephonySynthesizeSpeech.SourceCase SOURCE_NOT_SET
public static Intent.Message.TelephonySynthesizeSpeech.SourceCase[] values()
for (Intent.Message.TelephonySynthesizeSpeech.SourceCase c : Intent.Message.TelephonySynthesizeSpeech.SourceCase.values()) System.out.println(c);
public static Intent.Message.TelephonySynthesizeSpeech.SourceCase 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 null@Deprecated public static Intent.Message.TelephonySynthesizeSpeech.SourceCase valueOf(int value)
forNumber(int)
instead.value
- The number of the enum to look for.public static Intent.Message.TelephonySynthesizeSpeech.SourceCase forNumber(int value)
public int getNumber()
getNumber
in interface AbstractMessageLite.InternalOneOfEnum
getNumber
in interface Internal.EnumLite
Copyright © 2022 Google LLC. All rights reserved.