📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-01 23:02:09
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
googleapis
/
build
/
src
/
apis
/
speech
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/googleapis/build/src/apis/speech
🔄 Refresh
✏️
Editing: index.d.ts
Writable
/*! THIS FILE IS AUTO-GENERATED */ import { AuthPlus } from 'googleapis-common'; import { speech_v1 } from './v1'; import { speech_v1p1beta1 } from './v1p1beta1'; import { speech_v2beta1 } from './v2beta1'; export declare const VERSIONS: { v1: typeof speech_v1.Speech; v1p1beta1: typeof speech_v1p1beta1.Speech; v2beta1: typeof speech_v2beta1.Speech; }; export declare function speech(version: 'v1'): speech_v1.Speech; export declare function speech(options: speech_v1.Options): speech_v1.Speech; export declare function speech(version: 'v1p1beta1'): speech_v1p1beta1.Speech; export declare function speech(options: speech_v1p1beta1.Options): speech_v1p1beta1.Speech; export declare function speech(version: 'v2beta1'): speech_v2beta1.Speech; export declare function speech(options: speech_v2beta1.Options): speech_v2beta1.Speech; declare const auth: AuthPlus; export { auth }; export { speech_v1 }; export { speech_v1p1beta1 }; export { speech_v2beta1 }; export { AuthPlus, GlobalOptions, APIRequestContext, GoogleConfigurable, StreamMethodOptions, GaxiosPromise, MethodOptions, BodyResponseCallback, } from 'googleapis-common';
💾 Save Changes
❌ Cancel