@maxim_mazurok/gapi.client.texttospeech
Advanced tools
Comparing version 1.0.20220228 to 1.0.20220311
@@ -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 |
{ | ||
"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", |
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
17830
281