Uses of Class
com.google.cloud.texttospeech.v1.CustomVoiceParams
-
Packages that use CustomVoiceParams Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech API -
-
Uses of CustomVoiceParams in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return CustomVoiceParams Modifier and Type Method Description CustomVoiceParams
CustomVoiceParams.Builder. build()
CustomVoiceParams
CustomVoiceParams.Builder. buildPartial()
CustomVoiceParams
VoiceSelectionParams.Builder. getCustomVoice()
The configuration for a custom voice.CustomVoiceParams
VoiceSelectionParams. getCustomVoice()
The configuration for a custom voice.CustomVoiceParams
VoiceSelectionParamsOrBuilder. getCustomVoice()
The configuration for a custom voice.static CustomVoiceParams
CustomVoiceParams. getDefaultInstance()
CustomVoiceParams
CustomVoiceParams.Builder. getDefaultInstanceForType()
CustomVoiceParams
CustomVoiceParams. getDefaultInstanceForType()
static CustomVoiceParams
CustomVoiceParams. parseDelimitedFrom(InputStream input)
static CustomVoiceParams
CustomVoiceParams. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomVoiceParams
CustomVoiceParams. parseFrom(byte[] data)
static CustomVoiceParams
CustomVoiceParams. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomVoiceParams
CustomVoiceParams. parseFrom(com.google.protobuf.ByteString data)
static CustomVoiceParams
CustomVoiceParams. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomVoiceParams
CustomVoiceParams. parseFrom(com.google.protobuf.CodedInputStream input)
static CustomVoiceParams
CustomVoiceParams. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomVoiceParams
CustomVoiceParams. parseFrom(InputStream input)
static CustomVoiceParams
CustomVoiceParams. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomVoiceParams
CustomVoiceParams. parseFrom(ByteBuffer data)
static CustomVoiceParams
CustomVoiceParams. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type CustomVoiceParams Modifier and Type Method Description com.google.protobuf.Parser<CustomVoiceParams>
CustomVoiceParams. getParserForType()
static com.google.protobuf.Parser<CustomVoiceParams>
CustomVoiceParams. parser()
Methods in com.google.cloud.texttospeech.v1 with parameters of type CustomVoiceParams Modifier and Type Method Description VoiceSelectionParams.Builder
VoiceSelectionParams.Builder. mergeCustomVoice(CustomVoiceParams value)
The configuration for a custom voice.CustomVoiceParams.Builder
CustomVoiceParams.Builder. mergeFrom(CustomVoiceParams other)
static CustomVoiceParams.Builder
CustomVoiceParams. newBuilder(CustomVoiceParams prototype)
VoiceSelectionParams.Builder
VoiceSelectionParams.Builder. setCustomVoice(CustomVoiceParams value)
The configuration for a custom voice.
-