Skip to content

Commit

Permalink
fix(texttospeech): update the API
Browse files Browse the repository at this point in the history
#### texttospeech:v1beta1

The following keys were changed:
- schemas.SynthesizeLongAudioRequest.properties.input.description

#### texttospeech:v1

The following keys were changed:
- schemas.SynthesizeLongAudioRequest.properties.input.description
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 27, 2024
1 parent cae4993 commit c9e1e37
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/texttospeech-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@
}
}
},
"revision": "20240425",
"revision": "20240815",
"rootUrl": "https://texttospeech.googleapis.com/",
"schemas": {
"AudioConfig": {
Expand Down Expand Up @@ -578,7 +578,7 @@
},
"input": {
"$ref": "SynthesisInput",
"description": "Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported."
"description": "Required. The Synthesizer requires either plain text or SSML as input."
},
"outputGcsUri": {
"description": "Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: `gs://bucket_name/object_name`, and the bucket must already exist.",
Expand Down
4 changes: 2 additions & 2 deletions discovery/texttospeech-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
}
}
},
"revision": "20240425",
"revision": "20240815",
"rootUrl": "https://texttospeech.googleapis.com/",
"schemas": {
"AudioConfig": {
Expand Down Expand Up @@ -511,7 +511,7 @@
},
"input": {
"$ref": "SynthesisInput",
"description": "Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported."
"description": "Required. The Synthesizer requires either plain text or SSML as input."
},
"outputGcsUri": {
"description": "Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: `gs://bucket_name/object_name`, and the bucket must already exist.",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/texttospeech/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ export namespace texttospeech_v1 {
*/
audioConfig?: Schema$AudioConfig;
/**
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
* Required. The Synthesizer requires either plain text or SSML as input.
*/
input?: Schema$SynthesisInput;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/texttospeech/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export namespace texttospeech_v1beta1 {
*/
audioConfig?: Schema$AudioConfig;
/**
* Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported.
* Required. The Synthesizer requires either plain text or SSML as input.
*/
input?: Schema$SynthesisInput;
/**
Expand Down

0 comments on commit c9e1e37

Please sign in to comment.