Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReplicatedVoiceConfig (v1.31.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReplicatedVoiceConfig.

The configuration for the replicated voice to use.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#mime_type

def mime_type() -> ::String
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.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::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.
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.

#voice_sample_audio

def voice_sample_audio() -> ::String
Returns
  • (::String) — Optional. The sample of the custom voice.

#voice_sample_audio=

def voice_sample_audio=(value) -> ::String
Parameter
  • value (::String) — Optional. The sample of the custom voice.
Returns
  • (::String) — Optional. The sample of the custom voice.