Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.texttospeech

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.texttospeech - npm Package Compare versions

Comparing version 1.0.20210213 to 1.0.20210225

2

gapi.client.texttospeech-tests.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc