Package com.google.cloud.aiplatform.v1
Interface SpeakerVoiceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SpeakerVoiceConfig,SpeakerVoiceConfig.Builder
@Generated
public interface SpeakerVoiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.Required.booleanRequired.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
-
getSpeaker
String getSpeaker()Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
string speaker = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The speaker.
-
getSpeakerBytes
com.google.protobuf.ByteString getSpeakerBytes()Required. The name of the speaker. This should be the same as the speaker name used in the prompt.
string speaker = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for speaker.
-
hasVoiceConfig
boolean hasVoiceConfig()Required. The configuration for the voice of this speaker.
.google.cloud.aiplatform.v1.VoiceConfig voice_config = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the voiceConfig field is set.
-
getVoiceConfig
VoiceConfig getVoiceConfig()Required. The configuration for the voice of this speaker.
.google.cloud.aiplatform.v1.VoiceConfig voice_config = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The voiceConfig.
-
getVoiceConfigOrBuilder
VoiceConfigOrBuilder getVoiceConfigOrBuilder()Required. The configuration for the voice of this speaker.
.google.cloud.aiplatform.v1.VoiceConfig voice_config = 2 [(.google.api.field_behavior) = REQUIRED];
-