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. Currently only mime_type=audio/pcm is supported, which is raw mono 16-bit signed little-endian pcm data, with 24k sampling rate.

Returns:

  • (::String)

    Optional. The mimetype of the voice sample. Currently only mime_type=audio/pcm is supported, which is raw mono 16-bit signed little-endian pcm data, with 24k sampling rate.



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

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.



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

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