public interface MultiSpeakerVoiceConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSpeakerVoiceConfigs(int index)
public abstract MultispeakerPrebuiltVoice 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.texttospeech.v1.MultispeakerPrebuiltVoice speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MultispeakerPrebuiltVoice |
|
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.texttospeech.v1.MultispeakerPrebuiltVoice speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getSpeakerVoiceConfigsList()
public abstract List<MultispeakerPrebuiltVoice> getSpeakerVoiceConfigsList()Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.texttospeech.v1.MultispeakerPrebuiltVoice speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<MultispeakerPrebuiltVoice> |
|
getSpeakerVoiceConfigsOrBuilder(int index)
public abstract MultispeakerPrebuiltVoiceOrBuilder 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.texttospeech.v1.MultispeakerPrebuiltVoice speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MultispeakerPrebuiltVoiceOrBuilder |
|
getSpeakerVoiceConfigsOrBuilderList()
public abstract List<? extends MultispeakerPrebuiltVoiceOrBuilder> getSpeakerVoiceConfigsOrBuilderList()Required. A list of configurations for the voices of the speakers. Exactly two speaker voice configurations must be provided.
repeated .google.cloud.texttospeech.v1.MultispeakerPrebuiltVoice speaker_voice_configs = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.texttospeech.v1.MultispeakerPrebuiltVoiceOrBuilder> |
|