Reference documentation and code samples for the Cloud Text-to-Speech V1 Client class CustomVoiceParams.
Description of the custom voice to be synthesized.
Generated from protobuf message google.cloud.texttospeech.v1.CustomVoiceParams
Namespace
Google \ Cloud \ TextToSpeech \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ model
string
Required. The name of the AutoML model that synthesizes the custom voice.
↳ reported_usage
int
Optional. The usage of the synthesized audio to be reported.
getModel
Required. The name of the AutoML model that synthesizes the custom voice.
string
setModel
Required. The name of the AutoML model that synthesizes the custom voice.
var
string
$this
getReportedUsage
Optional. The usage of the synthesized audio to be reported.
int
setReportedUsage
Optional. The usage of the synthesized audio to be reported.
var
int
$this