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 AudioEncodingAudioEncoding. forNumber(int value)AudioEncodingAudioConfig.Builder. getAudioEncoding()Required.AudioEncodingAudioConfig. getAudioEncoding()Required.AudioEncodingAudioConfigOrBuilder. getAudioEncoding()Required.static AudioEncodingAudioEncoding. valueOf(int value)Deprecated.static AudioEncodingAudioEncoding. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AudioEncodingAudioEncoding. 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.BuilderAudioConfig.Builder. setAudioEncoding(AudioEncoding value)Required.
-