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.
Parameters | |
---|---|
Name | Description |
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. Deprecated. The usage of the synthesized audio to be reported. |
getModel
Required. The name of the AutoML model that synthesizes the custom voice.
Returns | |
---|---|
Type | Description |
string |
setModel
Required. The name of the AutoML model that synthesizes the custom voice.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReportedUsage
Optional. Deprecated. The usage of the synthesized audio to be reported.
Returns | |
---|---|
Type | Description |
int |
setReportedUsage
Optional. Deprecated. The usage of the synthesized audio to be reported.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |