Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@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.20220228 to 1.0.20220311

6

gapi.client.texttospeech-tests.ts

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.texttospeech definition tests */

// Revision: 20220228
// Revision: 20220311

@@ -50,2 +50,6 @@ gapi.load('client', () => {

voice: {
customVoice: {
model: "Test string",
reportedUsage: "Test string",
},
languageCode: "Test string",

@@ -52,0 +56,0 @@ name: "Test string",

@@ -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: 20220228
// Revision: 20220311

@@ -53,2 +53,8 @@ /// <reference types="gapi.client" />

}
interface CustomVoiceParams {
/** Required. The name of the AutoML model that synthesizes the custom voice. */
model?: string;
/** Optional. The usage of the synthesized audio to be reported. */
reportedUsage?: string;
}
interface ListVoicesResponse {

@@ -93,2 +99,4 @@ /** The list of voices. */

interface VoiceSelectionParams {
/** The configuration for a custom voice. If [CustomVoiceParams.model] is set, the service will choose the custom voice matching the specified configuration. */
customVoice?: CustomVoiceParams;
/**

@@ -95,0 +103,0 @@ * Required. The language (and potentially also the region) of the voice expressed as a [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag, e.g. "en-US". This should

2

package.json
{
"name": "@maxim_mazurok/gapi.client.texttospeech",
"version": "1.0.20220228",
"version": "1.0.20220311",
"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