Package com.google.cloud.aiplatform.v1
Interface MultiSpeakerVoiceConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MultiSpeakerVoiceConfig,MultiSpeakerVoiceConfig.Builder
@Generated
public interface MultiSpeakerVoiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSpeakerVoiceConfigs(int index) Required.intRequired.Required.getSpeakerVoiceConfigsOrBuilder(int index) Required.List<? extends SpeakerVoiceConfigOrBuilder>Required.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
-
getSpeakerVoiceConfigsList
List<SpeakerVoiceConfig> getSpeakerVoiceConfigsList()Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.aiplatform.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED]; -
getSpeakerVoiceConfigs
Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.aiplatform.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED]; -
getSpeakerVoiceConfigsCount
int getSpeakerVoiceConfigsCount()Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.aiplatform.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED]; -
getSpeakerVoiceConfigsOrBuilderList
List<? extends SpeakerVoiceConfigOrBuilder> getSpeakerVoiceConfigsOrBuilderList()Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.aiplatform.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED]; -
getSpeakerVoiceConfigsOrBuilder
Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.aiplatform.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
-