@maxim_mazurok/gapi.client.texttospeech-v1beta1
Advanced tools
Comparing version 0.0.20221202 to 0.0.20221213
@@ -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: 20221202 | ||
// Revision: 20221213 | ||
@@ -61,2 +61,10 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface GoogleCloudTexttospeechV1beta1SynthesizeLongAudioMetadata { | ||
/** Time of the most recent processing update. */ | ||
lastUpdateTime?: string; | ||
/** The progress of the most recent processing update in percentage, ie. 70.0%. */ | ||
progressPercentage?: number; | ||
/** Time when the request was received. */ | ||
startTime?: string; | ||
} | ||
interface ListVoicesResponse { | ||
@@ -108,2 +116,10 @@ /** The list of voices. */ | ||
} | ||
interface SynthesizeLongAudioMetadata { | ||
/** Time of the most recent processing update. */ | ||
lastUpdateTime?: string; | ||
/** The progress of the most recent processing update in percentage, ie. 70.0%. */ | ||
progressPercentage?: number; | ||
/** Time when the request was received. */ | ||
startTime?: string; | ||
} | ||
interface SynthesizeLongAudioRequest { | ||
@@ -110,0 +126,0 @@ /** Required. The configuration of the synthesized audio. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.texttospeech-v1beta1", | ||
"version": "0.0.20221202", | ||
"version": "0.0.20221213", | ||
"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: 20221202 | ||
// Revision: 20221213 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
27446
454