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
- (::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage) — Optional. Deprecated. The usage of the synthesized audio to be reported.
#reported_usage=
def reported_usage=(value) -> ::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage
Parameter
- value (::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage) — Optional. Deprecated. The usage of the synthesized audio to be reported.
Returns
- (::Google::Cloud::TextToSpeech::V1::CustomVoiceParams::ReportedUsage) — Optional. Deprecated. The usage of the synthesized audio to be reported.