Uses of Class
com.google.cloud.texttospeech.v1beta1.SynthesisInput.InputSourceCase
-
Packages that use SynthesisInput.InputSourceCase Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech API -
-
Uses of SynthesisInput.InputSourceCase in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return SynthesisInput.InputSourceCase Modifier and Type Method Description static SynthesisInput.InputSourceCase
SynthesisInput.InputSourceCase. forNumber(int value)
SynthesisInput.InputSourceCase
SynthesisInput.Builder. getInputSourceCase()
SynthesisInput.InputSourceCase
SynthesisInput. getInputSourceCase()
SynthesisInput.InputSourceCase
SynthesisInputOrBuilder. getInputSourceCase()
static SynthesisInput.InputSourceCase
SynthesisInput.InputSourceCase. valueOf(int value)
Deprecated.static SynthesisInput.InputSourceCase
SynthesisInput.InputSourceCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SynthesisInput.InputSourceCase[]
SynthesisInput.InputSourceCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-