@maxim_mazurok/gapi.client.firebaseml-v2beta
Advanced tools
Comparing version 0.0.20241211 to 0.0.20241215
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Firebase ML API v2beta 0.0 */ | ||
// Generated from: https://firebaseml.googleapis.com/$discovery/rest?version=v2beta | ||
// Revision: 20241211 | ||
// Revision: 20241215 | ||
@@ -339,2 +339,4 @@ /// <reference types="gapi.client" /> | ||
text?: string; | ||
/** Optional. Indicates if the part is thought from the model. */ | ||
thought?: boolean; | ||
/** Optional. Video metadata. The metadata should only be specified while the video data is presented in inline_data or file_data. */ | ||
@@ -341,0 +343,0 @@ videoMetadata?: GoogleCloudAiplatformV1beta1VideoMetadata; |
{ | ||
"name": "@maxim_mazurok/gapi.client.firebaseml-v2beta", | ||
"version": "0.0.20241211", | ||
"version": "0.0.20241215", | ||
"description": "TypeScript typings for Firebase ML API v2beta", | ||
@@ -5,0 +5,0 @@ "repository": { |
45658
729