Interface MultiSpeakerVoiceConfigOrBuilder (3.82.0)

public interface MultiSpeakerVoiceConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSpeakerVoiceConfigs(int index)

public abstract SpeakerVoiceConfig getSpeakerVoiceConfigs(int index)

Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.

repeated .google.cloud.aiplatform.v1beta1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SpeakerVoiceConfig

getSpeakerVoiceConfigsCount()

public abstract 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.v1beta1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getSpeakerVoiceConfigsList()

public abstract 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.v1beta1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<SpeakerVoiceConfig>

getSpeakerVoiceConfigsOrBuilder(int index)

public abstract SpeakerVoiceConfigOrBuilder getSpeakerVoiceConfigsOrBuilder(int index)

Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.

repeated .google.cloud.aiplatform.v1beta1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
SpeakerVoiceConfigOrBuilder

getSpeakerVoiceConfigsOrBuilderList()

public abstract 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.v1beta1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.SpeakerVoiceConfigOrBuilder>