@googleapis/texttospeech 1.4.0 → 1.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/build/v1.d.ts +1 -1
- package/build/v1beta1.d.ts +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
- package/v1beta1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.4.2](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.4.1...texttospeech-v1.4.2) (2024-08-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **texttospeech:** update the API ([c9e1e37](https://github.com/googleapis/google-api-nodejs-client/commit/c9e1e374cc6c6e578d81c57c41b6b95e6e21c4f1))
|
|
9
|
+
|
|
10
|
+
## [1.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.4.0...texttospeech-v1.4.1) (2024-08-27)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* **texttospeech:** update the API ([c9e1e37](https://github.com/googleapis/google-api-nodejs-client/commit/c9e1e374cc6c6e578d81c57c41b6b95e6e21c4f1))
|
|
16
|
+
|
|
3
17
|
## [1.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/texttospeech-v1.3.1...texttospeech-v1.4.0) (2024-05-02)
|
|
4
18
|
|
|
5
19
|
|
package/build/v1.d.ts
CHANGED
|
@@ -252,7 +252,7 @@ export declare namespace texttospeech_v1 {
|
|
|
252
252
|
*/
|
|
253
253
|
audioConfig?: Schema$AudioConfig;
|
|
254
254
|
/**
|
|
255
|
-
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
255
|
+
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
256
256
|
*/
|
|
257
257
|
input?: Schema$SynthesisInput;
|
|
258
258
|
/**
|
package/build/v1beta1.d.ts
CHANGED
|
@@ -241,7 +241,7 @@ export declare namespace texttospeech_v1beta1 {
|
|
|
241
241
|
*/
|
|
242
242
|
audioConfig?: Schema$AudioConfig;
|
|
243
243
|
/**
|
|
244
|
-
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
244
|
+
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
245
245
|
*/
|
|
246
246
|
input?: Schema$SynthesisInput;
|
|
247
247
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -300,7 +300,7 @@ export namespace texttospeech_v1 {
|
|
|
300
300
|
*/
|
|
301
301
|
audioConfig?: Schema$AudioConfig;
|
|
302
302
|
/**
|
|
303
|
-
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
303
|
+
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
304
304
|
*/
|
|
305
305
|
input?: Schema$SynthesisInput;
|
|
306
306
|
/**
|
package/v1beta1.ts
CHANGED
|
@@ -290,7 +290,7 @@ export namespace texttospeech_v1beta1 {
|
|
|
290
290
|
*/
|
|
291
291
|
audioConfig?: Schema$AudioConfig;
|
|
292
292
|
/**
|
|
293
|
-
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
293
|
+
* Required. The Synthesizer requires either plain text or SSML as input.
|
|
294
294
|
*/
|
|
295
295
|
input?: Schema$SynthesisInput;
|
|
296
296
|
/**
|