Class: Google::Cloud::AIPlatform::V1::ReplicatedVoiceConfig

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

Overview

The configuration for the replicated voice to use.

Instance Attribute Summary collapse

Instance Attribute Details

#mime_type::String

Returns Optional. The mimetype of the voice sample. The only currently supported value is audio/wav. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. mime_type will default to audio/wav if not set.

Returns:

  • (::String)

    Optional. The mimetype of the voice sample. The only currently supported value is audio/wav. This represents 16-bit signed little-endian wav data, with a 24kHz sampling rate. mime_type will default to audio/wav if not set.



165
166
167
168
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 165

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

#voice_sample_audio::String

Returns Optional. The sample of the custom voice.

Returns:

  • (::String)

    Optional. The sample of the custom voice.



165
166
167
168
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 165

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