public interface MultiSpeakerVoiceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.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.vertexai.v1.SpeakerVoiceConfig speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.vertexai.api.SpeakerVoiceConfigOrBuilder> |
|