@maxim_mazurok/gapi.client.texttospeech
Advanced tools
Comparing version 1.0.20210213 to 1.0.20210225
@@ -7,3 +7,3 @@ /* This is stub file for gapi.client.texttospeech definition tests */ | ||
// Revision: 20210213 | ||
// Revision: 20210225 | ||
@@ -10,0 +10,0 @@ gapi.load('client', () => { |
@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Cloud Text-to-Speech API v1 1.0 */ | ||
// Generated from: https://texttospeech.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20210213 | ||
// Revision: 20210225 | ||
@@ -178,5 +178,6 @@ /// <reference types="gapi.client" /> | ||
/** | ||
* Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If specified, the ListVoices call will only return voices that can be used to | ||
* synthesize this language_code. E.g. when specifying "en-NZ", you will get supported "en-\*" voices; when specifying "no", you will get supported "no-\*" (Norwegian) and "nb-\*" | ||
* (Norwegian Bokmal) voices; specifying "zh" will also get supported "cmn-\*" voices; specifying "zh-hk" will also get supported "yue-\*" voices. | ||
* Optional. Recommended. [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If not specified, the API will return all supported voices. If specified, the | ||
* ListVoices call will only return voices that can be used to synthesize this language_code. E.g. when specifying "en-NZ", you will get supported "en-NZ" voices; when specifying | ||
* "no", you will get supported "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh" will also get supported "cmn-\*" voices; specifying "zh-hk" will also get | ||
* supported "yue-hk" voices. | ||
*/ | ||
@@ -183,0 +184,0 @@ languageCode?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.texttospeech", | ||
"version": "1.0.20210213", | ||
"version": "1.0.20210225", | ||
"description": "TypeScript typings for Cloud Text-to-Speech API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17239
271