@maxim_mazurok/gapi.client.texttospeech-v1beta1
Advanced tools
Comparing version 0.0.20230420 to 0.0.20230427
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Cloud Text-to-Speech API v1beta1 0.0 */ | ||
// Generated from: https://texttospeech.googleapis.com/$discovery/rest?version=v1beta1 | ||
// Revision: 20230420 | ||
// Revision: 20230427 | ||
@@ -154,9 +154,9 @@ /// <reference types="gapi.client" /> | ||
AudioConfig; | ||
/** Required. The Synthesizer requires either plain text or SSML as input. */ | ||
/** Required. The Synthesizer requires either plain text or SSML as input. While Long Audio is in preview, SSML is temporarily unsupported. */ | ||
input?: | ||
SynthesisInput; | ||
/** Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: `gs://bucket_name/object_name`, and the bucket must already exist. */ | ||
/** Required. Specifies a Cloud Storage URI for the synthesis results. Must be specified in the format: `gs://bucket_name/object_name`, and the bucket must already exist. */ | ||
outputGcsUri?: | ||
string; | ||
/** The desired voice of the synthesized audio. */ | ||
/** Required. The desired voice of the synthesized audio. */ | ||
voice?: | ||
@@ -163,0 +163,0 @@ VoiceSelectionParams; |
{ | ||
"name": "@maxim_mazurok/gapi.client.texttospeech-v1beta1", | ||
"version": "0.0.20230420", | ||
"version": "0.0.20230427", | ||
"description": "TypeScript typings for Cloud Text-to-Speech API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.texttospeech-v1beta1 definition tests */ | ||
// Revision: 20230420 | ||
// Revision: 20230427 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
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
34252