Uses of Class
com.google.cloud.texttospeech.v1.AudioEncoding
-
Packages that use AudioEncoding Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech API -
-
Uses of AudioEncoding in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return AudioEncoding Modifier and Type Method Description static AudioEncoding
AudioEncoding. forNumber(int value)
AudioEncoding
AudioConfig.Builder. getAudioEncoding()
Required.AudioEncoding
AudioConfig. getAudioEncoding()
Required.AudioEncoding
AudioConfigOrBuilder. getAudioEncoding()
Required.static AudioEncoding
AudioEncoding. valueOf(int value)
Deprecated.static AudioEncoding
AudioEncoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AudioEncoding
AudioEncoding. valueOf(String name)
Returns the enum constant of this type with the specified name.static AudioEncoding[]
AudioEncoding. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type AudioEncoding Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<AudioEncoding>
AudioEncoding. internalGetValueMap()
Methods in com.google.cloud.texttospeech.v1 with parameters of type AudioEncoding Modifier and Type Method Description AudioConfig.Builder
AudioConfig.Builder. setAudioEncoding(AudioEncoding value)
Required.
-