Class: Google::Cloud::AIPlatform::V1::PrebuiltVoiceConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/content.rb

Overview

Configuration for a prebuilt voice.

Instance Attribute Summary collapse

Instance Attribute Details

#voice_name::String

Returns The name of the prebuilt voice to use.

Returns:

  • (::String)

    The name of the prebuilt voice to use.



150
151
152
153
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 150

class PrebuiltVoiceConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end