Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReplicatedVoiceConfig (v1.33.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. 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.

#mime_type=

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

#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.