Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.speech

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.speech - npm Package Compare versions

Comparing version 1.0.20210810 to 1.0.20210825

5

gapi.client.speech-tests.ts

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

// Revision: 20210810
// Revision: 20210825

@@ -93,2 +93,5 @@ gapi.load('client', () => {

},
outputConfig: {
gcsUri: "Test string",
},
});

@@ -95,0 +98,0 @@ /** Performs synchronous speech recognition: receive results after all audio has been sent and processed. */

8

index.d.ts

@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Cloud Speech-to-Text API v1 1.0 */

// Generated from: https://speech.googleapis.com/$discovery/rest?version=v1
// Revision: 20210810
// Revision: 20210825

@@ -45,2 +45,4 @@ /// <reference types="gapi.client" />

config?: RecognitionConfig;
/** Optional. Specifies an optional destination for the recognition results. */
outputConfig?: TranscriptOutputConfig;
}

@@ -262,2 +264,6 @@ interface LongRunningRecognizeResponse {

}
interface TranscriptOutputConfig {
/** Specifies a Cloud Storage URI for the recognition results. Must be specified in the format: `gs://bucket_name/object_name`, and the bucket must already exist. */
gcsUri?: string;
}
interface WordInfo {

@@ -264,0 +270,0 @@ /**

{
"name": "@maxim_mazurok/gapi.client.speech",
"version": "1.0.20210810",
"version": "1.0.20210825",
"description": "TypeScript typings for Cloud Speech-to-Text 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