Package com.google.cloud.aiplatform.v1
Interface PrebuiltVoiceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PrebuiltVoiceConfig,PrebuiltVoiceConfig.Builder
@Generated
public interface PrebuiltVoiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the prebuilt voice to use.com.google.protobuf.ByteStringThe name of the prebuilt voice to use.booleanThe name of the prebuilt voice to use.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVoiceName
boolean hasVoiceName()The name of the prebuilt voice to use.
optional string voice_name = 1;- Returns:
- Whether the voiceName field is set.
-
getVoiceName
String getVoiceName()The name of the prebuilt voice to use.
optional string voice_name = 1;- Returns:
- The voiceName.
-
getVoiceNameBytes
com.google.protobuf.ByteString getVoiceNameBytes()The name of the prebuilt voice to use.
optional string voice_name = 1;- Returns:
- The bytes for voiceName.
-