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 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

      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.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

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