Cloud Text-to-Speech V1 API - Class Google::Cloud::TextToSpeech::V1::CustomVoiceParams (v0.6.0)

Reference documentation and code samples for the Cloud Text-to-Speech V1 API class Google::Cloud::TextToSpeech::V1::CustomVoiceParams.

Description of the custom voice to be synthesized.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#model

def model() -> ::String
Returns
  • (::String) — Required. The name of the AutoML model that synthesizes the custom voice.

#model=

def model=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the AutoML model that synthesizes the custom voice.
Returns
  • (::String) — Required. The name of the AutoML model that synthesizes the custom voice.

#reported_usage

def reported_usage() -> ::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage
Returns

#reported_usage=

def reported_usage=(value) -> ::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage
Parameter
Returns