Uses of Class
com.google.cloud.texttospeech.v1.SynthesisInput.InputSourceCase
-
Packages that use SynthesisInput.InputSourceCase Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech API -
-
Uses of SynthesisInput.InputSourceCase in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return SynthesisInput.InputSourceCase Modifier and Type Method Description static SynthesisInput.InputSourceCaseSynthesisInput.InputSourceCase. forNumber(int value)SynthesisInput.InputSourceCaseSynthesisInput.Builder. getInputSourceCase()SynthesisInput.InputSourceCaseSynthesisInput. getInputSourceCase()SynthesisInput.InputSourceCaseSynthesisInputOrBuilder. getInputSourceCase()static SynthesisInput.InputSourceCaseSynthesisInput.InputSourceCase. valueOf(int value)Deprecated.static SynthesisInput.InputSourceCaseSynthesisInput.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.
-