Interface PrebuiltVoiceConfigOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PrebuiltVoiceConfig, PrebuiltVoiceConfig.Builder

@Generated public interface PrebuiltVoiceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the prebuilt voice to use.
    com.google.protobuf.ByteString
    The name of the prebuilt voice to use.
    boolean
    The name of the prebuilt voice to use.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasVoiceName

      boolean hasVoiceName()
       The name of the prebuilt voice to use.
       
      optional string voice_name = 1;
      Returns:
      Whether the voiceName field is set.
    • getVoiceName

      String getVoiceName()
       The name of the prebuilt voice to use.
       
      optional string voice_name = 1;
      Returns:
      The voiceName.
    • getVoiceNameBytes

      com.google.protobuf.ByteString getVoiceNameBytes()
       The name of the prebuilt voice to use.
       
      optional string voice_name = 1;
      Returns:
      The bytes for voiceName.