@ondewo/csi-client-angular 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/google/api/http.pb.d.ts +3 -3
- package/api/google/rpc/status.pb.d.ts +1 -1
- package/api/google/type/latlng.pb.d.ts +1 -1
- package/api/ondewo/csi/conversation.pb.d.ts +21 -17
- package/api/ondewo/nlu/agent.pb.d.ts +68 -68
- package/api/ondewo/nlu/agent.pbsc.d.ts +0 -81
- package/api/ondewo/nlu/aiservices.pb.d.ts +589 -48
- package/api/ondewo/nlu/aiservices.pbsc.d.ts +48 -0
- package/api/ondewo/nlu/ccai-project.pb.d.ts +135 -17
- package/api/ondewo/nlu/ccai-project.pbsc.d.ts +16 -0
- package/api/ondewo/nlu/common.pb.d.ts +36 -36
- package/api/ondewo/nlu/context.pb.d.ts +10 -10
- package/api/ondewo/nlu/entity-type.pb.d.ts +28 -28
- package/api/ondewo/nlu/intent.pb.d.ts +78 -78
- package/api/ondewo/nlu/operation-metadata.pb.d.ts +1 -1
- package/api/ondewo/nlu/operations.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-role.pb.d.ts +7 -7
- package/api/ondewo/nlu/project-statistics.pb.d.ts +4 -4
- package/api/ondewo/nlu/server-statistics.pb.d.ts +1 -1
- package/api/ondewo/nlu/session.pb.d.ts +743 -96
- package/api/ondewo/nlu/session.pbsc.d.ts +54 -6
- package/api/ondewo/nlu/user.pb.d.ts +30 -30
- package/api/ondewo/nlu/utility.pb.d.ts +22 -22
- package/api/ondewo/nlu/webhook.pb.d.ts +12 -12
- package/api/ondewo/s2t/speech-to-text.pb.d.ts +869 -47
- package/api/ondewo/t2s/text-to-speech.pb.d.ts +801 -44
- package/esm2022/api/google/api/http.pb.mjs +1 -1
- package/esm2022/api/google/rpc/status.pb.mjs +1 -1
- package/esm2022/api/google/type/latlng.pb.mjs +1 -1
- package/esm2022/api/ondewo/csi/conversation.pb.mjs +5 -1
- package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/agent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +6 -157
- package/esm2022/api/ondewo/nlu/aiservices.pb.mjs +945 -19
- package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +96 -6
- package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +205 -4
- package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +36 -6
- package/esm2022/api/ondewo/nlu/common.pb.mjs +58 -56
- package/esm2022/api/ondewo/nlu/context.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/context.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/intent.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-role.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/project-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/session.pb.mjs +2040 -738
- package/esm2022/api/ondewo/nlu/session.pbsc.mjs +106 -16
- package/esm2022/api/ondewo/nlu/user.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/user.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/utility.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/nlu/webhook.pb.mjs +1 -1
- package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +5 -5
- package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +2907 -1266
- package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +6 -6
- package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +2794 -1373
- package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +6 -6
- package/fesm2022/ondewo-csi-client-angular.mjs +14747 -9195
- package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
- package/package.json +9 -9
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { GrpcMessage, RecursivePartial, ToProtobufJSONOptions } from '@ngx-grpc/common';
|
|
2
2
|
import { BinaryReader, BinaryWriter, ByteSource } from 'google-protobuf';
|
|
3
|
+
import * as googleProtobuf001 from '@ngx-grpc/well-known-types';
|
|
3
4
|
export declare enum Decoding {
|
|
4
5
|
DEFAULT = 0,
|
|
5
6
|
GREEDY = 1,
|
|
@@ -47,6 +48,8 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
47
48
|
private _returnOptions?;
|
|
48
49
|
private _language;
|
|
49
50
|
private _task;
|
|
51
|
+
private _s2tServiceConfig?;
|
|
52
|
+
private _s2tCloudProviderConfig?;
|
|
50
53
|
private _oneofLanguageModelName;
|
|
51
54
|
private _oneofPostProcessing;
|
|
52
55
|
private _oneofUtteranceDetection;
|
|
@@ -75,6 +78,10 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
75
78
|
set language(value: string);
|
|
76
79
|
get task(): string;
|
|
77
80
|
set task(value: string);
|
|
81
|
+
get s2tServiceConfig(): googleProtobuf001.Struct | undefined;
|
|
82
|
+
set s2tServiceConfig(value: googleProtobuf001.Struct | undefined);
|
|
83
|
+
get s2tCloudProviderConfig(): S2tCloudProviderConfig | undefined;
|
|
84
|
+
set s2tCloudProviderConfig(value: S2tCloudProviderConfig | undefined);
|
|
78
85
|
get oneofLanguageModelName(): TranscribeRequestConfig.OneofLanguageModelNameCase;
|
|
79
86
|
get oneofPostProcessing(): TranscribeRequestConfig.OneofPostProcessingCase;
|
|
80
87
|
get oneofUtteranceDetection(): TranscribeRequestConfig.OneofUtteranceDetectionCase;
|
|
@@ -100,7 +107,7 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
100
107
|
*/
|
|
101
108
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeRequestConfig.AsProtobufJSON;
|
|
102
109
|
}
|
|
103
|
-
export declare
|
|
110
|
+
export declare namespace TranscribeRequestConfig {
|
|
104
111
|
/**
|
|
105
112
|
* Standard JavaScript object representation for TranscribeRequestConfig
|
|
106
113
|
*/
|
|
@@ -114,6 +121,8 @@ export declare module TranscribeRequestConfig {
|
|
|
114
121
|
returnOptions?: TranscriptionReturnOptions.AsObject;
|
|
115
122
|
language: string;
|
|
116
123
|
task: string;
|
|
124
|
+
s2tServiceConfig?: googleProtobuf001.Struct.AsObject;
|
|
125
|
+
s2tCloudProviderConfig?: S2tCloudProviderConfig.AsObject;
|
|
117
126
|
}
|
|
118
127
|
/**
|
|
119
128
|
* Protobuf JSON representation for TranscribeRequestConfig
|
|
@@ -128,6 +137,8 @@ export declare module TranscribeRequestConfig {
|
|
|
128
137
|
returnOptions: TranscriptionReturnOptions.AsProtobufJSON | null;
|
|
129
138
|
language: string;
|
|
130
139
|
task: string;
|
|
140
|
+
s2tServiceConfig: googleProtobuf001.Struct.AsProtobufJSON | null;
|
|
141
|
+
s2tCloudProviderConfig: S2tCloudProviderConfig.AsProtobufJSON | null;
|
|
131
142
|
}
|
|
132
143
|
enum OneofLanguageModelNameCase {
|
|
133
144
|
none = 0,
|
|
@@ -150,6 +161,426 @@ export declare module TranscribeRequestConfig {
|
|
|
150
161
|
returnOptions = 1
|
|
151
162
|
}
|
|
152
163
|
}
|
|
164
|
+
/**
|
|
165
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfig
|
|
166
|
+
*/
|
|
167
|
+
export declare class S2tCloudProviderConfig implements GrpcMessage {
|
|
168
|
+
static id: string;
|
|
169
|
+
/**
|
|
170
|
+
* Deserialize binary data to message
|
|
171
|
+
* @param instance message instance
|
|
172
|
+
*/
|
|
173
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfig;
|
|
174
|
+
/**
|
|
175
|
+
* Check all the properties and set default protobuf values if necessary
|
|
176
|
+
* @param _instance message instance
|
|
177
|
+
*/
|
|
178
|
+
static refineValues(_instance: S2tCloudProviderConfig): void;
|
|
179
|
+
/**
|
|
180
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
181
|
+
* @param _instance message instance
|
|
182
|
+
* @param _reader binary reader instance
|
|
183
|
+
*/
|
|
184
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfig, _reader: BinaryReader): void;
|
|
185
|
+
/**
|
|
186
|
+
* Serializes a message to binary format using provided binary reader
|
|
187
|
+
* @param _instance message instance
|
|
188
|
+
* @param _writer binary writer instance
|
|
189
|
+
*/
|
|
190
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfig, _writer: BinaryWriter): void;
|
|
191
|
+
private _s2tCloudProviderConfigAmazon?;
|
|
192
|
+
private _s2tCloudProviderConfigDeepgram?;
|
|
193
|
+
private _s2tCloudProviderConfigGoogle?;
|
|
194
|
+
private _s2tCloudProviderConfigMicrosoft?;
|
|
195
|
+
/**
|
|
196
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
197
|
+
* @param _value initial values object or instance of S2tCloudProviderConfig to deeply clone from
|
|
198
|
+
*/
|
|
199
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfig.AsObject>);
|
|
200
|
+
get s2tCloudProviderConfigAmazon(): S2tCloudProviderConfigAmazon | undefined;
|
|
201
|
+
set s2tCloudProviderConfigAmazon(value: S2tCloudProviderConfigAmazon | undefined);
|
|
202
|
+
get s2tCloudProviderConfigDeepgram(): S2tCloudProviderConfigDeepgram | undefined;
|
|
203
|
+
set s2tCloudProviderConfigDeepgram(value: S2tCloudProviderConfigDeepgram | undefined);
|
|
204
|
+
get s2tCloudProviderConfigGoogle(): S2tCloudProviderConfigGoogle | undefined;
|
|
205
|
+
set s2tCloudProviderConfigGoogle(value: S2tCloudProviderConfigGoogle | undefined);
|
|
206
|
+
get s2tCloudProviderConfigMicrosoft(): S2tCloudProviderConfigMicrosoft | undefined;
|
|
207
|
+
set s2tCloudProviderConfigMicrosoft(value: S2tCloudProviderConfigMicrosoft | undefined);
|
|
208
|
+
/**
|
|
209
|
+
* Serialize message to binary data
|
|
210
|
+
* @param instance message instance
|
|
211
|
+
*/
|
|
212
|
+
serializeBinary(): any;
|
|
213
|
+
/**
|
|
214
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
215
|
+
*/
|
|
216
|
+
toObject(): S2tCloudProviderConfig.AsObject;
|
|
217
|
+
/**
|
|
218
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
219
|
+
*/
|
|
220
|
+
toJSON(): S2tCloudProviderConfig.AsObject;
|
|
221
|
+
/**
|
|
222
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
223
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
224
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
225
|
+
*/
|
|
226
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfig.AsProtobufJSON;
|
|
227
|
+
}
|
|
228
|
+
export declare namespace S2tCloudProviderConfig {
|
|
229
|
+
/**
|
|
230
|
+
* Standard JavaScript object representation for S2tCloudProviderConfig
|
|
231
|
+
*/
|
|
232
|
+
interface AsObject {
|
|
233
|
+
s2tCloudProviderConfigAmazon?: S2tCloudProviderConfigAmazon.AsObject;
|
|
234
|
+
s2tCloudProviderConfigDeepgram?: S2tCloudProviderConfigDeepgram.AsObject;
|
|
235
|
+
s2tCloudProviderConfigGoogle?: S2tCloudProviderConfigGoogle.AsObject;
|
|
236
|
+
s2tCloudProviderConfigMicrosoft?: S2tCloudProviderConfigMicrosoft.AsObject;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* Protobuf JSON representation for S2tCloudProviderConfig
|
|
240
|
+
*/
|
|
241
|
+
interface AsProtobufJSON {
|
|
242
|
+
s2tCloudProviderConfigAmazon: S2tCloudProviderConfigAmazon.AsProtobufJSON | null;
|
|
243
|
+
s2tCloudProviderConfigDeepgram: S2tCloudProviderConfigDeepgram.AsProtobufJSON | null;
|
|
244
|
+
s2tCloudProviderConfigGoogle: S2tCloudProviderConfigGoogle.AsProtobufJSON | null;
|
|
245
|
+
s2tCloudProviderConfigMicrosoft: S2tCloudProviderConfigMicrosoft.AsProtobufJSON | null;
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
/**
|
|
249
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigAmazon
|
|
250
|
+
*/
|
|
251
|
+
export declare class S2tCloudProviderConfigAmazon implements GrpcMessage {
|
|
252
|
+
static id: string;
|
|
253
|
+
/**
|
|
254
|
+
* Deserialize binary data to message
|
|
255
|
+
* @param instance message instance
|
|
256
|
+
*/
|
|
257
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigAmazon;
|
|
258
|
+
/**
|
|
259
|
+
* Check all the properties and set default protobuf values if necessary
|
|
260
|
+
* @param _instance message instance
|
|
261
|
+
*/
|
|
262
|
+
static refineValues(_instance: S2tCloudProviderConfigAmazon): void;
|
|
263
|
+
/**
|
|
264
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
265
|
+
* @param _instance message instance
|
|
266
|
+
* @param _reader binary reader instance
|
|
267
|
+
*/
|
|
268
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigAmazon, _reader: BinaryReader): void;
|
|
269
|
+
/**
|
|
270
|
+
* Serializes a message to binary format using provided binary reader
|
|
271
|
+
* @param _instance message instance
|
|
272
|
+
* @param _writer binary writer instance
|
|
273
|
+
*/
|
|
274
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigAmazon, _writer: BinaryWriter): void;
|
|
275
|
+
private _enablePartialResultsStabilization;
|
|
276
|
+
private _partialResultsStability;
|
|
277
|
+
private _languageModelName;
|
|
278
|
+
private _vocabularyName;
|
|
279
|
+
/**
|
|
280
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
281
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigAmazon to deeply clone from
|
|
282
|
+
*/
|
|
283
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigAmazon.AsObject>);
|
|
284
|
+
get enablePartialResultsStabilization(): boolean;
|
|
285
|
+
set enablePartialResultsStabilization(value: boolean);
|
|
286
|
+
get partialResultsStability(): string;
|
|
287
|
+
set partialResultsStability(value: string);
|
|
288
|
+
get languageModelName(): string;
|
|
289
|
+
set languageModelName(value: string);
|
|
290
|
+
get vocabularyName(): string;
|
|
291
|
+
set vocabularyName(value: string);
|
|
292
|
+
/**
|
|
293
|
+
* Serialize message to binary data
|
|
294
|
+
* @param instance message instance
|
|
295
|
+
*/
|
|
296
|
+
serializeBinary(): any;
|
|
297
|
+
/**
|
|
298
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
299
|
+
*/
|
|
300
|
+
toObject(): S2tCloudProviderConfigAmazon.AsObject;
|
|
301
|
+
/**
|
|
302
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
303
|
+
*/
|
|
304
|
+
toJSON(): S2tCloudProviderConfigAmazon.AsObject;
|
|
305
|
+
/**
|
|
306
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
307
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
308
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
309
|
+
*/
|
|
310
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigAmazon.AsProtobufJSON;
|
|
311
|
+
}
|
|
312
|
+
export declare namespace S2tCloudProviderConfigAmazon {
|
|
313
|
+
/**
|
|
314
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigAmazon
|
|
315
|
+
*/
|
|
316
|
+
interface AsObject {
|
|
317
|
+
enablePartialResultsStabilization: boolean;
|
|
318
|
+
partialResultsStability: string;
|
|
319
|
+
languageModelName: string;
|
|
320
|
+
vocabularyName: string;
|
|
321
|
+
}
|
|
322
|
+
/**
|
|
323
|
+
* Protobuf JSON representation for S2tCloudProviderConfigAmazon
|
|
324
|
+
*/
|
|
325
|
+
interface AsProtobufJSON {
|
|
326
|
+
enablePartialResultsStabilization: boolean;
|
|
327
|
+
partialResultsStability: string;
|
|
328
|
+
languageModelName: string;
|
|
329
|
+
vocabularyName: string;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigDeepgram
|
|
334
|
+
*/
|
|
335
|
+
export declare class S2tCloudProviderConfigDeepgram implements GrpcMessage {
|
|
336
|
+
static id: string;
|
|
337
|
+
/**
|
|
338
|
+
* Deserialize binary data to message
|
|
339
|
+
* @param instance message instance
|
|
340
|
+
*/
|
|
341
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigDeepgram;
|
|
342
|
+
/**
|
|
343
|
+
* Check all the properties and set default protobuf values if necessary
|
|
344
|
+
* @param _instance message instance
|
|
345
|
+
*/
|
|
346
|
+
static refineValues(_instance: S2tCloudProviderConfigDeepgram): void;
|
|
347
|
+
/**
|
|
348
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
349
|
+
* @param _instance message instance
|
|
350
|
+
* @param _reader binary reader instance
|
|
351
|
+
*/
|
|
352
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigDeepgram, _reader: BinaryReader): void;
|
|
353
|
+
/**
|
|
354
|
+
* Serializes a message to binary format using provided binary reader
|
|
355
|
+
* @param _instance message instance
|
|
356
|
+
* @param _writer binary writer instance
|
|
357
|
+
*/
|
|
358
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigDeepgram, _writer: BinaryWriter): void;
|
|
359
|
+
private _punctuate;
|
|
360
|
+
private _smartFormat;
|
|
361
|
+
private _numerals;
|
|
362
|
+
private _measurements;
|
|
363
|
+
private _dictation;
|
|
364
|
+
/**
|
|
365
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
366
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigDeepgram to deeply clone from
|
|
367
|
+
*/
|
|
368
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigDeepgram.AsObject>);
|
|
369
|
+
get punctuate(): boolean;
|
|
370
|
+
set punctuate(value: boolean);
|
|
371
|
+
get smartFormat(): boolean;
|
|
372
|
+
set smartFormat(value: boolean);
|
|
373
|
+
get numerals(): boolean;
|
|
374
|
+
set numerals(value: boolean);
|
|
375
|
+
get measurements(): boolean;
|
|
376
|
+
set measurements(value: boolean);
|
|
377
|
+
get dictation(): boolean;
|
|
378
|
+
set dictation(value: boolean);
|
|
379
|
+
/**
|
|
380
|
+
* Serialize message to binary data
|
|
381
|
+
* @param instance message instance
|
|
382
|
+
*/
|
|
383
|
+
serializeBinary(): any;
|
|
384
|
+
/**
|
|
385
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
386
|
+
*/
|
|
387
|
+
toObject(): S2tCloudProviderConfigDeepgram.AsObject;
|
|
388
|
+
/**
|
|
389
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
390
|
+
*/
|
|
391
|
+
toJSON(): S2tCloudProviderConfigDeepgram.AsObject;
|
|
392
|
+
/**
|
|
393
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
394
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
395
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
396
|
+
*/
|
|
397
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigDeepgram.AsProtobufJSON;
|
|
398
|
+
}
|
|
399
|
+
export declare namespace S2tCloudProviderConfigDeepgram {
|
|
400
|
+
/**
|
|
401
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigDeepgram
|
|
402
|
+
*/
|
|
403
|
+
interface AsObject {
|
|
404
|
+
punctuate: boolean;
|
|
405
|
+
smartFormat: boolean;
|
|
406
|
+
numerals: boolean;
|
|
407
|
+
measurements: boolean;
|
|
408
|
+
dictation: boolean;
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Protobuf JSON representation for S2tCloudProviderConfigDeepgram
|
|
412
|
+
*/
|
|
413
|
+
interface AsProtobufJSON {
|
|
414
|
+
punctuate: boolean;
|
|
415
|
+
smartFormat: boolean;
|
|
416
|
+
numerals: boolean;
|
|
417
|
+
measurements: boolean;
|
|
418
|
+
dictation: boolean;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
/**
|
|
422
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigGoogle
|
|
423
|
+
*/
|
|
424
|
+
export declare class S2tCloudProviderConfigGoogle implements GrpcMessage {
|
|
425
|
+
static id: string;
|
|
426
|
+
/**
|
|
427
|
+
* Deserialize binary data to message
|
|
428
|
+
* @param instance message instance
|
|
429
|
+
*/
|
|
430
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigGoogle;
|
|
431
|
+
/**
|
|
432
|
+
* Check all the properties and set default protobuf values if necessary
|
|
433
|
+
* @param _instance message instance
|
|
434
|
+
*/
|
|
435
|
+
static refineValues(_instance: S2tCloudProviderConfigGoogle): void;
|
|
436
|
+
/**
|
|
437
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
438
|
+
* @param _instance message instance
|
|
439
|
+
* @param _reader binary reader instance
|
|
440
|
+
*/
|
|
441
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigGoogle, _reader: BinaryReader): void;
|
|
442
|
+
/**
|
|
443
|
+
* Serializes a message to binary format using provided binary reader
|
|
444
|
+
* @param _instance message instance
|
|
445
|
+
* @param _writer binary writer instance
|
|
446
|
+
*/
|
|
447
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigGoogle, _writer: BinaryWriter): void;
|
|
448
|
+
private _enableAutomaticPunctuation;
|
|
449
|
+
private _enableWordTimeOffsets;
|
|
450
|
+
private _enableWordConfidence;
|
|
451
|
+
private _transcriptNormalization;
|
|
452
|
+
private _maxAlternatives;
|
|
453
|
+
/**
|
|
454
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
455
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigGoogle to deeply clone from
|
|
456
|
+
*/
|
|
457
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigGoogle.AsObject>);
|
|
458
|
+
get enableAutomaticPunctuation(): boolean;
|
|
459
|
+
set enableAutomaticPunctuation(value: boolean);
|
|
460
|
+
get enableWordTimeOffsets(): boolean;
|
|
461
|
+
set enableWordTimeOffsets(value: boolean);
|
|
462
|
+
get enableWordConfidence(): boolean;
|
|
463
|
+
set enableWordConfidence(value: boolean);
|
|
464
|
+
get transcriptNormalization(): boolean;
|
|
465
|
+
set transcriptNormalization(value: boolean);
|
|
466
|
+
get maxAlternatives(): number;
|
|
467
|
+
set maxAlternatives(value: number);
|
|
468
|
+
/**
|
|
469
|
+
* Serialize message to binary data
|
|
470
|
+
* @param instance message instance
|
|
471
|
+
*/
|
|
472
|
+
serializeBinary(): any;
|
|
473
|
+
/**
|
|
474
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
475
|
+
*/
|
|
476
|
+
toObject(): S2tCloudProviderConfigGoogle.AsObject;
|
|
477
|
+
/**
|
|
478
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
479
|
+
*/
|
|
480
|
+
toJSON(): S2tCloudProviderConfigGoogle.AsObject;
|
|
481
|
+
/**
|
|
482
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
483
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
484
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
485
|
+
*/
|
|
486
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigGoogle.AsProtobufJSON;
|
|
487
|
+
}
|
|
488
|
+
export declare namespace S2tCloudProviderConfigGoogle {
|
|
489
|
+
/**
|
|
490
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigGoogle
|
|
491
|
+
*/
|
|
492
|
+
interface AsObject {
|
|
493
|
+
enableAutomaticPunctuation: boolean;
|
|
494
|
+
enableWordTimeOffsets: boolean;
|
|
495
|
+
enableWordConfidence: boolean;
|
|
496
|
+
transcriptNormalization: boolean;
|
|
497
|
+
maxAlternatives: number;
|
|
498
|
+
}
|
|
499
|
+
/**
|
|
500
|
+
* Protobuf JSON representation for S2tCloudProviderConfigGoogle
|
|
501
|
+
*/
|
|
502
|
+
interface AsProtobufJSON {
|
|
503
|
+
enableAutomaticPunctuation: boolean;
|
|
504
|
+
enableWordTimeOffsets: boolean;
|
|
505
|
+
enableWordConfidence: boolean;
|
|
506
|
+
transcriptNormalization: boolean;
|
|
507
|
+
maxAlternatives: number;
|
|
508
|
+
}
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigMicrosoft
|
|
512
|
+
*/
|
|
513
|
+
export declare class S2tCloudProviderConfigMicrosoft implements GrpcMessage {
|
|
514
|
+
static id: string;
|
|
515
|
+
/**
|
|
516
|
+
* Deserialize binary data to message
|
|
517
|
+
* @param instance message instance
|
|
518
|
+
*/
|
|
519
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigMicrosoft;
|
|
520
|
+
/**
|
|
521
|
+
* Check all the properties and set default protobuf values if necessary
|
|
522
|
+
* @param _instance message instance
|
|
523
|
+
*/
|
|
524
|
+
static refineValues(_instance: S2tCloudProviderConfigMicrosoft): void;
|
|
525
|
+
/**
|
|
526
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
527
|
+
* @param _instance message instance
|
|
528
|
+
* @param _reader binary reader instance
|
|
529
|
+
*/
|
|
530
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigMicrosoft, _reader: BinaryReader): void;
|
|
531
|
+
/**
|
|
532
|
+
* Serializes a message to binary format using provided binary reader
|
|
533
|
+
* @param _instance message instance
|
|
534
|
+
* @param _writer binary writer instance
|
|
535
|
+
*/
|
|
536
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigMicrosoft, _writer: BinaryWriter): void;
|
|
537
|
+
private _useFastTranscriptionApi;
|
|
538
|
+
private _useDetailedOutputFormat;
|
|
539
|
+
/**
|
|
540
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
541
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigMicrosoft to deeply clone from
|
|
542
|
+
*/
|
|
543
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigMicrosoft.AsObject>);
|
|
544
|
+
get useFastTranscriptionApi(): boolean;
|
|
545
|
+
set useFastTranscriptionApi(value: boolean);
|
|
546
|
+
get useDetailedOutputFormat(): boolean;
|
|
547
|
+
set useDetailedOutputFormat(value: boolean);
|
|
548
|
+
/**
|
|
549
|
+
* Serialize message to binary data
|
|
550
|
+
* @param instance message instance
|
|
551
|
+
*/
|
|
552
|
+
serializeBinary(): any;
|
|
553
|
+
/**
|
|
554
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
555
|
+
*/
|
|
556
|
+
toObject(): S2tCloudProviderConfigMicrosoft.AsObject;
|
|
557
|
+
/**
|
|
558
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
559
|
+
*/
|
|
560
|
+
toJSON(): S2tCloudProviderConfigMicrosoft.AsObject;
|
|
561
|
+
/**
|
|
562
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
563
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
564
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
565
|
+
*/
|
|
566
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigMicrosoft.AsProtobufJSON;
|
|
567
|
+
}
|
|
568
|
+
export declare namespace S2tCloudProviderConfigMicrosoft {
|
|
569
|
+
/**
|
|
570
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigMicrosoft
|
|
571
|
+
*/
|
|
572
|
+
interface AsObject {
|
|
573
|
+
useFastTranscriptionApi: boolean;
|
|
574
|
+
useDetailedOutputFormat: boolean;
|
|
575
|
+
}
|
|
576
|
+
/**
|
|
577
|
+
* Protobuf JSON representation for S2tCloudProviderConfigMicrosoft
|
|
578
|
+
*/
|
|
579
|
+
interface AsProtobufJSON {
|
|
580
|
+
useFastTranscriptionApi: boolean;
|
|
581
|
+
useDetailedOutputFormat: boolean;
|
|
582
|
+
}
|
|
583
|
+
}
|
|
153
584
|
/**
|
|
154
585
|
* Message implementation for ondewo.s2t.TranscriptionReturnOptions
|
|
155
586
|
*/
|
|
@@ -226,7 +657,7 @@ export declare class TranscriptionReturnOptions implements GrpcMessage {
|
|
|
226
657
|
*/
|
|
227
658
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscriptionReturnOptions.AsProtobufJSON;
|
|
228
659
|
}
|
|
229
|
-
export declare
|
|
660
|
+
export declare namespace TranscriptionReturnOptions {
|
|
230
661
|
/**
|
|
231
662
|
* Standard JavaScript object representation for TranscriptionReturnOptions
|
|
232
663
|
*/
|
|
@@ -314,7 +745,7 @@ export declare class UtteranceDetectionOptions implements GrpcMessage {
|
|
|
314
745
|
*/
|
|
315
746
|
toProtobufJSON(options?: ToProtobufJSONOptions): UtteranceDetectionOptions.AsProtobufJSON;
|
|
316
747
|
}
|
|
317
|
-
export declare
|
|
748
|
+
export declare namespace UtteranceDetectionOptions {
|
|
318
749
|
/**
|
|
319
750
|
* Standard JavaScript object representation for UtteranceDetectionOptions
|
|
320
751
|
*/
|
|
@@ -395,7 +826,7 @@ export declare class PostProcessingOptions implements GrpcMessage {
|
|
|
395
826
|
*/
|
|
396
827
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessingOptions.AsProtobufJSON;
|
|
397
828
|
}
|
|
398
|
-
export declare
|
|
829
|
+
export declare namespace PostProcessingOptions {
|
|
399
830
|
/**
|
|
400
831
|
* Standard JavaScript object representation for PostProcessingOptions
|
|
401
832
|
*/
|
|
@@ -477,7 +908,7 @@ export declare class Transcription implements GrpcMessage {
|
|
|
477
908
|
*/
|
|
478
909
|
toProtobufJSON(options?: ToProtobufJSONOptions): Transcription.AsProtobufJSON;
|
|
479
910
|
}
|
|
480
|
-
export declare
|
|
911
|
+
export declare namespace Transcription {
|
|
481
912
|
/**
|
|
482
913
|
* Standard JavaScript object representation for Transcription
|
|
483
914
|
*/
|
|
@@ -558,7 +989,7 @@ export declare class TranscriptionAlternative implements GrpcMessage {
|
|
|
558
989
|
*/
|
|
559
990
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscriptionAlternative.AsProtobufJSON;
|
|
560
991
|
}
|
|
561
|
-
export declare
|
|
992
|
+
export declare namespace TranscriptionAlternative {
|
|
562
993
|
/**
|
|
563
994
|
* Standard JavaScript object representation for TranscriptionAlternative
|
|
564
995
|
*/
|
|
@@ -643,7 +1074,7 @@ export declare class WordDetail implements GrpcMessage {
|
|
|
643
1074
|
*/
|
|
644
1075
|
toProtobufJSON(options?: ToProtobufJSONOptions): WordDetail.AsProtobufJSON;
|
|
645
1076
|
}
|
|
646
|
-
export declare
|
|
1077
|
+
export declare namespace WordDetail {
|
|
647
1078
|
/**
|
|
648
1079
|
* Standard JavaScript object representation for WordDetail
|
|
649
1080
|
*/
|
|
@@ -723,7 +1154,7 @@ export declare class WordAlternative implements GrpcMessage {
|
|
|
723
1154
|
*/
|
|
724
1155
|
toProtobufJSON(options?: ToProtobufJSONOptions): WordAlternative.AsProtobufJSON;
|
|
725
1156
|
}
|
|
726
|
-
export declare
|
|
1157
|
+
export declare namespace WordAlternative {
|
|
727
1158
|
/**
|
|
728
1159
|
* Standard JavaScript object representation for WordAlternative
|
|
729
1160
|
*/
|
|
@@ -803,7 +1234,7 @@ export declare class TranscribeStreamRequest implements GrpcMessage {
|
|
|
803
1234
|
*/
|
|
804
1235
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeStreamRequest.AsProtobufJSON;
|
|
805
1236
|
}
|
|
806
|
-
export declare
|
|
1237
|
+
export declare namespace TranscribeStreamRequest {
|
|
807
1238
|
/**
|
|
808
1239
|
* Standard JavaScript object representation for TranscribeStreamRequest
|
|
809
1240
|
*/
|
|
@@ -901,7 +1332,7 @@ export declare class TranscribeStreamResponse implements GrpcMessage {
|
|
|
901
1332
|
*/
|
|
902
1333
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeStreamResponse.AsProtobufJSON;
|
|
903
1334
|
}
|
|
904
|
-
export declare
|
|
1335
|
+
export declare namespace TranscribeStreamResponse {
|
|
905
1336
|
/**
|
|
906
1337
|
* Standard JavaScript object representation for TranscribeStreamResponse
|
|
907
1338
|
*/
|
|
@@ -991,7 +1422,7 @@ export declare class TranscribeFileRequest implements GrpcMessage {
|
|
|
991
1422
|
*/
|
|
992
1423
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeFileRequest.AsProtobufJSON;
|
|
993
1424
|
}
|
|
994
|
-
export declare
|
|
1425
|
+
export declare namespace TranscribeFileRequest {
|
|
995
1426
|
/**
|
|
996
1427
|
* Standard JavaScript object representation for TranscribeFileRequest
|
|
997
1428
|
*/
|
|
@@ -1068,7 +1499,7 @@ export declare class TranscribeFileResponse implements GrpcMessage {
|
|
|
1068
1499
|
*/
|
|
1069
1500
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeFileResponse.AsProtobufJSON;
|
|
1070
1501
|
}
|
|
1071
|
-
export declare
|
|
1502
|
+
export declare namespace TranscribeFileResponse {
|
|
1072
1503
|
/**
|
|
1073
1504
|
* Standard JavaScript object representation for TranscribeFileResponse
|
|
1074
1505
|
*/
|
|
@@ -1141,7 +1572,7 @@ export declare class S2tPipelineId implements GrpcMessage {
|
|
|
1141
1572
|
*/
|
|
1142
1573
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2tPipelineId.AsProtobufJSON;
|
|
1143
1574
|
}
|
|
1144
|
-
export declare
|
|
1575
|
+
export declare namespace S2tPipelineId {
|
|
1145
1576
|
/**
|
|
1146
1577
|
* Standard JavaScript object representation for S2tPipelineId
|
|
1147
1578
|
*/
|
|
@@ -1219,7 +1650,7 @@ export declare class ListS2tPipelinesRequest implements GrpcMessage {
|
|
|
1219
1650
|
*/
|
|
1220
1651
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tPipelinesRequest.AsProtobufJSON;
|
|
1221
1652
|
}
|
|
1222
|
-
export declare
|
|
1653
|
+
export declare namespace ListS2tPipelinesRequest {
|
|
1223
1654
|
/**
|
|
1224
1655
|
* Standard JavaScript object representation for ListS2tPipelinesRequest
|
|
1225
1656
|
*/
|
|
@@ -1294,7 +1725,7 @@ export declare class ListS2tPipelinesResponse implements GrpcMessage {
|
|
|
1294
1725
|
*/
|
|
1295
1726
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tPipelinesResponse.AsProtobufJSON;
|
|
1296
1727
|
}
|
|
1297
|
-
export declare
|
|
1728
|
+
export declare namespace ListS2tPipelinesResponse {
|
|
1298
1729
|
/**
|
|
1299
1730
|
* Standard JavaScript object representation for ListS2tPipelinesResponse
|
|
1300
1731
|
*/
|
|
@@ -1366,7 +1797,7 @@ export declare class ListS2tLanguagesRequest implements GrpcMessage {
|
|
|
1366
1797
|
*/
|
|
1367
1798
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguagesRequest.AsProtobufJSON;
|
|
1368
1799
|
}
|
|
1369
|
-
export declare
|
|
1800
|
+
export declare namespace ListS2tLanguagesRequest {
|
|
1370
1801
|
/**
|
|
1371
1802
|
* Standard JavaScript object representation for ListS2tLanguagesRequest
|
|
1372
1803
|
*/
|
|
@@ -1437,7 +1868,7 @@ export declare class ListS2tLanguagesResponse implements GrpcMessage {
|
|
|
1437
1868
|
*/
|
|
1438
1869
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguagesResponse.AsProtobufJSON;
|
|
1439
1870
|
}
|
|
1440
|
-
export declare
|
|
1871
|
+
export declare namespace ListS2tLanguagesResponse {
|
|
1441
1872
|
/**
|
|
1442
1873
|
* Standard JavaScript object representation for ListS2tLanguagesResponse
|
|
1443
1874
|
*/
|
|
@@ -1509,7 +1940,7 @@ export declare class ListS2tDomainsRequest implements GrpcMessage {
|
|
|
1509
1940
|
*/
|
|
1510
1941
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tDomainsRequest.AsProtobufJSON;
|
|
1511
1942
|
}
|
|
1512
|
-
export declare
|
|
1943
|
+
export declare namespace ListS2tDomainsRequest {
|
|
1513
1944
|
/**
|
|
1514
1945
|
* Standard JavaScript object representation for ListS2tDomainsRequest
|
|
1515
1946
|
*/
|
|
@@ -1580,7 +2011,7 @@ export declare class ListS2tDomainsResponse implements GrpcMessage {
|
|
|
1580
2011
|
*/
|
|
1581
2012
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tDomainsResponse.AsProtobufJSON;
|
|
1582
2013
|
}
|
|
1583
|
-
export declare
|
|
2014
|
+
export declare namespace ListS2tDomainsResponse {
|
|
1584
2015
|
/**
|
|
1585
2016
|
* Standard JavaScript object representation for ListS2tDomainsResponse
|
|
1586
2017
|
*/
|
|
@@ -1649,7 +2080,7 @@ export declare class S2TGetServiceInfoResponse implements GrpcMessage {
|
|
|
1649
2080
|
*/
|
|
1650
2081
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TGetServiceInfoResponse.AsProtobufJSON;
|
|
1651
2082
|
}
|
|
1652
|
-
export declare
|
|
2083
|
+
export declare namespace S2TGetServiceInfoResponse {
|
|
1653
2084
|
/**
|
|
1654
2085
|
* Standard JavaScript object representation for S2TGetServiceInfoResponse
|
|
1655
2086
|
*/
|
|
@@ -1739,7 +2170,7 @@ export declare class Speech2TextConfig implements GrpcMessage {
|
|
|
1739
2170
|
*/
|
|
1740
2171
|
toProtobufJSON(options?: ToProtobufJSONOptions): Speech2TextConfig.AsProtobufJSON;
|
|
1741
2172
|
}
|
|
1742
|
-
export declare
|
|
2173
|
+
export declare namespace Speech2TextConfig {
|
|
1743
2174
|
/**
|
|
1744
2175
|
* Standard JavaScript object representation for Speech2TextConfig
|
|
1745
2176
|
*/
|
|
@@ -1831,7 +2262,7 @@ export declare class S2TDescription implements GrpcMessage {
|
|
|
1831
2262
|
*/
|
|
1832
2263
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TDescription.AsProtobufJSON;
|
|
1833
2264
|
}
|
|
1834
|
-
export declare
|
|
2265
|
+
export declare namespace S2TDescription {
|
|
1835
2266
|
/**
|
|
1836
2267
|
* Standard JavaScript object representation for S2TDescription
|
|
1837
2268
|
*/
|
|
@@ -1912,7 +2343,7 @@ export declare class S2TInference implements GrpcMessage {
|
|
|
1912
2343
|
*/
|
|
1913
2344
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TInference.AsProtobufJSON;
|
|
1914
2345
|
}
|
|
1915
|
-
export declare
|
|
2346
|
+
export declare namespace S2TInference {
|
|
1916
2347
|
/**
|
|
1917
2348
|
* Standard JavaScript object representation for S2TInference
|
|
1918
2349
|
*/
|
|
@@ -1962,6 +2393,10 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1962
2393
|
private _wav2vecTriton?;
|
|
1963
2394
|
private _whisper?;
|
|
1964
2395
|
private _whisperTriton?;
|
|
2396
|
+
private _s2tCloudServiceAmazon?;
|
|
2397
|
+
private _s2tCloudServiceDeepgram?;
|
|
2398
|
+
private _s2tCloudServiceGoogle?;
|
|
2399
|
+
private _s2tCloudServiceMicrosoft?;
|
|
1965
2400
|
/**
|
|
1966
2401
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1967
2402
|
* @param _value initial values object or instance of AcousticModels to deeply clone from
|
|
@@ -1977,6 +2412,14 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1977
2412
|
set whisper(value: Whisper | undefined);
|
|
1978
2413
|
get whisperTriton(): WhisperTriton | undefined;
|
|
1979
2414
|
set whisperTriton(value: WhisperTriton | undefined);
|
|
2415
|
+
get s2tCloudServiceAmazon(): S2tCloudServiceAmazon | undefined;
|
|
2416
|
+
set s2tCloudServiceAmazon(value: S2tCloudServiceAmazon | undefined);
|
|
2417
|
+
get s2tCloudServiceDeepgram(): S2tCloudServiceDeepgram | undefined;
|
|
2418
|
+
set s2tCloudServiceDeepgram(value: S2tCloudServiceDeepgram | undefined);
|
|
2419
|
+
get s2tCloudServiceGoogle(): S2tCloudServiceGoogle | undefined;
|
|
2420
|
+
set s2tCloudServiceGoogle(value: S2tCloudServiceGoogle | undefined);
|
|
2421
|
+
get s2tCloudServiceMicrosoft(): S2tCloudServiceMicrosoft | undefined;
|
|
2422
|
+
set s2tCloudServiceMicrosoft(value: S2tCloudServiceMicrosoft | undefined);
|
|
1980
2423
|
/**
|
|
1981
2424
|
* Serialize message to binary data
|
|
1982
2425
|
* @param instance message instance
|
|
@@ -1997,7 +2440,7 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1997
2440
|
*/
|
|
1998
2441
|
toProtobufJSON(options?: ToProtobufJSONOptions): AcousticModels.AsProtobufJSON;
|
|
1999
2442
|
}
|
|
2000
|
-
export declare
|
|
2443
|
+
export declare namespace AcousticModels {
|
|
2001
2444
|
/**
|
|
2002
2445
|
* Standard JavaScript object representation for AcousticModels
|
|
2003
2446
|
*/
|
|
@@ -2007,6 +2450,10 @@ export declare module AcousticModels {
|
|
|
2007
2450
|
wav2vecTriton?: Wav2VecTriton.AsObject;
|
|
2008
2451
|
whisper?: Whisper.AsObject;
|
|
2009
2452
|
whisperTriton?: WhisperTriton.AsObject;
|
|
2453
|
+
s2tCloudServiceAmazon?: S2tCloudServiceAmazon.AsObject;
|
|
2454
|
+
s2tCloudServiceDeepgram?: S2tCloudServiceDeepgram.AsObject;
|
|
2455
|
+
s2tCloudServiceGoogle?: S2tCloudServiceGoogle.AsObject;
|
|
2456
|
+
s2tCloudServiceMicrosoft?: S2tCloudServiceMicrosoft.AsObject;
|
|
2010
2457
|
}
|
|
2011
2458
|
/**
|
|
2012
2459
|
* Protobuf JSON representation for AcousticModels
|
|
@@ -2017,6 +2464,381 @@ export declare module AcousticModels {
|
|
|
2017
2464
|
wav2vecTriton: Wav2VecTriton.AsProtobufJSON | null;
|
|
2018
2465
|
whisper: Whisper.AsProtobufJSON | null;
|
|
2019
2466
|
whisperTriton: WhisperTriton.AsProtobufJSON | null;
|
|
2467
|
+
s2tCloudServiceAmazon: S2tCloudServiceAmazon.AsProtobufJSON | null;
|
|
2468
|
+
s2tCloudServiceDeepgram: S2tCloudServiceDeepgram.AsProtobufJSON | null;
|
|
2469
|
+
s2tCloudServiceGoogle: S2tCloudServiceGoogle.AsProtobufJSON | null;
|
|
2470
|
+
s2tCloudServiceMicrosoft: S2tCloudServiceMicrosoft.AsProtobufJSON | null;
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
/**
|
|
2474
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceAmazon
|
|
2475
|
+
*/
|
|
2476
|
+
export declare class S2tCloudServiceAmazon implements GrpcMessage {
|
|
2477
|
+
static id: string;
|
|
2478
|
+
/**
|
|
2479
|
+
* Deserialize binary data to message
|
|
2480
|
+
* @param instance message instance
|
|
2481
|
+
*/
|
|
2482
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceAmazon;
|
|
2483
|
+
/**
|
|
2484
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2485
|
+
* @param _instance message instance
|
|
2486
|
+
*/
|
|
2487
|
+
static refineValues(_instance: S2tCloudServiceAmazon): void;
|
|
2488
|
+
/**
|
|
2489
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2490
|
+
* @param _instance message instance
|
|
2491
|
+
* @param _reader binary reader instance
|
|
2492
|
+
*/
|
|
2493
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceAmazon, _reader: BinaryReader): void;
|
|
2494
|
+
/**
|
|
2495
|
+
* Serializes a message to binary format using provided binary reader
|
|
2496
|
+
* @param _instance message instance
|
|
2497
|
+
* @param _writer binary writer instance
|
|
2498
|
+
*/
|
|
2499
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceAmazon, _writer: BinaryWriter): void;
|
|
2500
|
+
private _language;
|
|
2501
|
+
private _streamingAvailable;
|
|
2502
|
+
private _enablePartialResultsStabilization;
|
|
2503
|
+
private _partialResultsStability;
|
|
2504
|
+
private _languageModelName;
|
|
2505
|
+
private _vocabularyName;
|
|
2506
|
+
/**
|
|
2507
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2508
|
+
* @param _value initial values object or instance of S2tCloudServiceAmazon to deeply clone from
|
|
2509
|
+
*/
|
|
2510
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceAmazon.AsObject>);
|
|
2511
|
+
get language(): string;
|
|
2512
|
+
set language(value: string);
|
|
2513
|
+
get streamingAvailable(): boolean;
|
|
2514
|
+
set streamingAvailable(value: boolean);
|
|
2515
|
+
get enablePartialResultsStabilization(): boolean;
|
|
2516
|
+
set enablePartialResultsStabilization(value: boolean);
|
|
2517
|
+
get partialResultsStability(): string;
|
|
2518
|
+
set partialResultsStability(value: string);
|
|
2519
|
+
get languageModelName(): string;
|
|
2520
|
+
set languageModelName(value: string);
|
|
2521
|
+
get vocabularyName(): string;
|
|
2522
|
+
set vocabularyName(value: string);
|
|
2523
|
+
/**
|
|
2524
|
+
* Serialize message to binary data
|
|
2525
|
+
* @param instance message instance
|
|
2526
|
+
*/
|
|
2527
|
+
serializeBinary(): any;
|
|
2528
|
+
/**
|
|
2529
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2530
|
+
*/
|
|
2531
|
+
toObject(): S2tCloudServiceAmazon.AsObject;
|
|
2532
|
+
/**
|
|
2533
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2534
|
+
*/
|
|
2535
|
+
toJSON(): S2tCloudServiceAmazon.AsObject;
|
|
2536
|
+
/**
|
|
2537
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2538
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2539
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
2540
|
+
*/
|
|
2541
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceAmazon.AsProtobufJSON;
|
|
2542
|
+
}
|
|
2543
|
+
export declare namespace S2tCloudServiceAmazon {
|
|
2544
|
+
/**
|
|
2545
|
+
* Standard JavaScript object representation for S2tCloudServiceAmazon
|
|
2546
|
+
*/
|
|
2547
|
+
interface AsObject {
|
|
2548
|
+
language: string;
|
|
2549
|
+
streamingAvailable: boolean;
|
|
2550
|
+
enablePartialResultsStabilization: boolean;
|
|
2551
|
+
partialResultsStability: string;
|
|
2552
|
+
languageModelName: string;
|
|
2553
|
+
vocabularyName: string;
|
|
2554
|
+
}
|
|
2555
|
+
/**
|
|
2556
|
+
* Protobuf JSON representation for S2tCloudServiceAmazon
|
|
2557
|
+
*/
|
|
2558
|
+
interface AsProtobufJSON {
|
|
2559
|
+
language: string;
|
|
2560
|
+
streamingAvailable: boolean;
|
|
2561
|
+
enablePartialResultsStabilization: boolean;
|
|
2562
|
+
partialResultsStability: string;
|
|
2563
|
+
languageModelName: string;
|
|
2564
|
+
vocabularyName: string;
|
|
2565
|
+
}
|
|
2566
|
+
}
|
|
2567
|
+
/**
|
|
2568
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceDeepgram
|
|
2569
|
+
*/
|
|
2570
|
+
export declare class S2tCloudServiceDeepgram implements GrpcMessage {
|
|
2571
|
+
static id: string;
|
|
2572
|
+
/**
|
|
2573
|
+
* Deserialize binary data to message
|
|
2574
|
+
* @param instance message instance
|
|
2575
|
+
*/
|
|
2576
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceDeepgram;
|
|
2577
|
+
/**
|
|
2578
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2579
|
+
* @param _instance message instance
|
|
2580
|
+
*/
|
|
2581
|
+
static refineValues(_instance: S2tCloudServiceDeepgram): void;
|
|
2582
|
+
/**
|
|
2583
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2584
|
+
* @param _instance message instance
|
|
2585
|
+
* @param _reader binary reader instance
|
|
2586
|
+
*/
|
|
2587
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceDeepgram, _reader: BinaryReader): void;
|
|
2588
|
+
/**
|
|
2589
|
+
* Serializes a message to binary format using provided binary reader
|
|
2590
|
+
* @param _instance message instance
|
|
2591
|
+
* @param _writer binary writer instance
|
|
2592
|
+
*/
|
|
2593
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceDeepgram, _writer: BinaryWriter): void;
|
|
2594
|
+
private _modelName;
|
|
2595
|
+
private _language;
|
|
2596
|
+
private _punctuate;
|
|
2597
|
+
private _smartFormat;
|
|
2598
|
+
private _numerals;
|
|
2599
|
+
private _measurements;
|
|
2600
|
+
private _dictation;
|
|
2601
|
+
/**
|
|
2602
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2603
|
+
* @param _value initial values object or instance of S2tCloudServiceDeepgram to deeply clone from
|
|
2604
|
+
*/
|
|
2605
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceDeepgram.AsObject>);
|
|
2606
|
+
get modelName(): string;
|
|
2607
|
+
set modelName(value: string);
|
|
2608
|
+
get language(): string;
|
|
2609
|
+
set language(value: string);
|
|
2610
|
+
get punctuate(): boolean;
|
|
2611
|
+
set punctuate(value: boolean);
|
|
2612
|
+
get smartFormat(): boolean;
|
|
2613
|
+
set smartFormat(value: boolean);
|
|
2614
|
+
get numerals(): boolean;
|
|
2615
|
+
set numerals(value: boolean);
|
|
2616
|
+
get measurements(): boolean;
|
|
2617
|
+
set measurements(value: boolean);
|
|
2618
|
+
get dictation(): boolean;
|
|
2619
|
+
set dictation(value: boolean);
|
|
2620
|
+
/**
|
|
2621
|
+
* Serialize message to binary data
|
|
2622
|
+
* @param instance message instance
|
|
2623
|
+
*/
|
|
2624
|
+
serializeBinary(): any;
|
|
2625
|
+
/**
|
|
2626
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2627
|
+
*/
|
|
2628
|
+
toObject(): S2tCloudServiceDeepgram.AsObject;
|
|
2629
|
+
/**
|
|
2630
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2631
|
+
*/
|
|
2632
|
+
toJSON(): S2tCloudServiceDeepgram.AsObject;
|
|
2633
|
+
/**
|
|
2634
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2635
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2636
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
2637
|
+
*/
|
|
2638
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceDeepgram.AsProtobufJSON;
|
|
2639
|
+
}
|
|
2640
|
+
export declare namespace S2tCloudServiceDeepgram {
|
|
2641
|
+
/**
|
|
2642
|
+
* Standard JavaScript object representation for S2tCloudServiceDeepgram
|
|
2643
|
+
*/
|
|
2644
|
+
interface AsObject {
|
|
2645
|
+
modelName: string;
|
|
2646
|
+
language: string;
|
|
2647
|
+
punctuate: boolean;
|
|
2648
|
+
smartFormat: boolean;
|
|
2649
|
+
numerals: boolean;
|
|
2650
|
+
measurements: boolean;
|
|
2651
|
+
dictation: boolean;
|
|
2652
|
+
}
|
|
2653
|
+
/**
|
|
2654
|
+
* Protobuf JSON representation for S2tCloudServiceDeepgram
|
|
2655
|
+
*/
|
|
2656
|
+
interface AsProtobufJSON {
|
|
2657
|
+
modelName: string;
|
|
2658
|
+
language: string;
|
|
2659
|
+
punctuate: boolean;
|
|
2660
|
+
smartFormat: boolean;
|
|
2661
|
+
numerals: boolean;
|
|
2662
|
+
measurements: boolean;
|
|
2663
|
+
dictation: boolean;
|
|
2664
|
+
}
|
|
2665
|
+
}
|
|
2666
|
+
/**
|
|
2667
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceGoogle
|
|
2668
|
+
*/
|
|
2669
|
+
export declare class S2tCloudServiceGoogle implements GrpcMessage {
|
|
2670
|
+
static id: string;
|
|
2671
|
+
/**
|
|
2672
|
+
* Deserialize binary data to message
|
|
2673
|
+
* @param instance message instance
|
|
2674
|
+
*/
|
|
2675
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceGoogle;
|
|
2676
|
+
/**
|
|
2677
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2678
|
+
* @param _instance message instance
|
|
2679
|
+
*/
|
|
2680
|
+
static refineValues(_instance: S2tCloudServiceGoogle): void;
|
|
2681
|
+
/**
|
|
2682
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2683
|
+
* @param _instance message instance
|
|
2684
|
+
* @param _reader binary reader instance
|
|
2685
|
+
*/
|
|
2686
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceGoogle, _reader: BinaryReader): void;
|
|
2687
|
+
/**
|
|
2688
|
+
* Serializes a message to binary format using provided binary reader
|
|
2689
|
+
* @param _instance message instance
|
|
2690
|
+
* @param _writer binary writer instance
|
|
2691
|
+
*/
|
|
2692
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceGoogle, _writer: BinaryWriter): void;
|
|
2693
|
+
private _modelName;
|
|
2694
|
+
private _language;
|
|
2695
|
+
private _enableAutomaticPunctuation;
|
|
2696
|
+
private _enableWordTimeOffsets;
|
|
2697
|
+
private _enableWordConfidence;
|
|
2698
|
+
private _transcriptNormalization;
|
|
2699
|
+
private _maxAlternatives;
|
|
2700
|
+
/**
|
|
2701
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2702
|
+
* @param _value initial values object or instance of S2tCloudServiceGoogle to deeply clone from
|
|
2703
|
+
*/
|
|
2704
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceGoogle.AsObject>);
|
|
2705
|
+
get modelName(): string;
|
|
2706
|
+
set modelName(value: string);
|
|
2707
|
+
get language(): string;
|
|
2708
|
+
set language(value: string);
|
|
2709
|
+
get enableAutomaticPunctuation(): boolean;
|
|
2710
|
+
set enableAutomaticPunctuation(value: boolean);
|
|
2711
|
+
get enableWordTimeOffsets(): boolean;
|
|
2712
|
+
set enableWordTimeOffsets(value: boolean);
|
|
2713
|
+
get enableWordConfidence(): boolean;
|
|
2714
|
+
set enableWordConfidence(value: boolean);
|
|
2715
|
+
get transcriptNormalization(): boolean;
|
|
2716
|
+
set transcriptNormalization(value: boolean);
|
|
2717
|
+
get maxAlternatives(): number;
|
|
2718
|
+
set maxAlternatives(value: number);
|
|
2719
|
+
/**
|
|
2720
|
+
* Serialize message to binary data
|
|
2721
|
+
* @param instance message instance
|
|
2722
|
+
*/
|
|
2723
|
+
serializeBinary(): any;
|
|
2724
|
+
/**
|
|
2725
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2726
|
+
*/
|
|
2727
|
+
toObject(): S2tCloudServiceGoogle.AsObject;
|
|
2728
|
+
/**
|
|
2729
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2730
|
+
*/
|
|
2731
|
+
toJSON(): S2tCloudServiceGoogle.AsObject;
|
|
2732
|
+
/**
|
|
2733
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2734
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2735
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
2736
|
+
*/
|
|
2737
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceGoogle.AsProtobufJSON;
|
|
2738
|
+
}
|
|
2739
|
+
export declare namespace S2tCloudServiceGoogle {
|
|
2740
|
+
/**
|
|
2741
|
+
* Standard JavaScript object representation for S2tCloudServiceGoogle
|
|
2742
|
+
*/
|
|
2743
|
+
interface AsObject {
|
|
2744
|
+
modelName: string;
|
|
2745
|
+
language: string;
|
|
2746
|
+
enableAutomaticPunctuation: boolean;
|
|
2747
|
+
enableWordTimeOffsets: boolean;
|
|
2748
|
+
enableWordConfidence: boolean;
|
|
2749
|
+
transcriptNormalization: boolean;
|
|
2750
|
+
maxAlternatives: number;
|
|
2751
|
+
}
|
|
2752
|
+
/**
|
|
2753
|
+
* Protobuf JSON representation for S2tCloudServiceGoogle
|
|
2754
|
+
*/
|
|
2755
|
+
interface AsProtobufJSON {
|
|
2756
|
+
modelName: string;
|
|
2757
|
+
language: string;
|
|
2758
|
+
enableAutomaticPunctuation: boolean;
|
|
2759
|
+
enableWordTimeOffsets: boolean;
|
|
2760
|
+
enableWordConfidence: boolean;
|
|
2761
|
+
transcriptNormalization: boolean;
|
|
2762
|
+
maxAlternatives: number;
|
|
2763
|
+
}
|
|
2764
|
+
}
|
|
2765
|
+
/**
|
|
2766
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceMicrosoft
|
|
2767
|
+
*/
|
|
2768
|
+
export declare class S2tCloudServiceMicrosoft implements GrpcMessage {
|
|
2769
|
+
static id: string;
|
|
2770
|
+
/**
|
|
2771
|
+
* Deserialize binary data to message
|
|
2772
|
+
* @param instance message instance
|
|
2773
|
+
*/
|
|
2774
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceMicrosoft;
|
|
2775
|
+
/**
|
|
2776
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2777
|
+
* @param _instance message instance
|
|
2778
|
+
*/
|
|
2779
|
+
static refineValues(_instance: S2tCloudServiceMicrosoft): void;
|
|
2780
|
+
/**
|
|
2781
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2782
|
+
* @param _instance message instance
|
|
2783
|
+
* @param _reader binary reader instance
|
|
2784
|
+
*/
|
|
2785
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceMicrosoft, _reader: BinaryReader): void;
|
|
2786
|
+
/**
|
|
2787
|
+
* Serializes a message to binary format using provided binary reader
|
|
2788
|
+
* @param _instance message instance
|
|
2789
|
+
* @param _writer binary writer instance
|
|
2790
|
+
*/
|
|
2791
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceMicrosoft, _writer: BinaryWriter): void;
|
|
2792
|
+
private _language;
|
|
2793
|
+
private _useFastTranscriptionApi;
|
|
2794
|
+
private _useDetailedOutputFormat;
|
|
2795
|
+
/**
|
|
2796
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2797
|
+
* @param _value initial values object or instance of S2tCloudServiceMicrosoft to deeply clone from
|
|
2798
|
+
*/
|
|
2799
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceMicrosoft.AsObject>);
|
|
2800
|
+
get language(): string;
|
|
2801
|
+
set language(value: string);
|
|
2802
|
+
get useFastTranscriptionApi(): boolean;
|
|
2803
|
+
set useFastTranscriptionApi(value: boolean);
|
|
2804
|
+
get useDetailedOutputFormat(): boolean;
|
|
2805
|
+
set useDetailedOutputFormat(value: boolean);
|
|
2806
|
+
/**
|
|
2807
|
+
* Serialize message to binary data
|
|
2808
|
+
* @param instance message instance
|
|
2809
|
+
*/
|
|
2810
|
+
serializeBinary(): any;
|
|
2811
|
+
/**
|
|
2812
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2813
|
+
*/
|
|
2814
|
+
toObject(): S2tCloudServiceMicrosoft.AsObject;
|
|
2815
|
+
/**
|
|
2816
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2817
|
+
*/
|
|
2818
|
+
toJSON(): S2tCloudServiceMicrosoft.AsObject;
|
|
2819
|
+
/**
|
|
2820
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2821
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2822
|
+
* If the message itself or some of descendant messages is google.protobuf.Any, you MUST provide a message pool as options. If not, the messagePool is not required
|
|
2823
|
+
*/
|
|
2824
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceMicrosoft.AsProtobufJSON;
|
|
2825
|
+
}
|
|
2826
|
+
export declare namespace S2tCloudServiceMicrosoft {
|
|
2827
|
+
/**
|
|
2828
|
+
* Standard JavaScript object representation for S2tCloudServiceMicrosoft
|
|
2829
|
+
*/
|
|
2830
|
+
interface AsObject {
|
|
2831
|
+
language: string;
|
|
2832
|
+
useFastTranscriptionApi: boolean;
|
|
2833
|
+
useDetailedOutputFormat: boolean;
|
|
2834
|
+
}
|
|
2835
|
+
/**
|
|
2836
|
+
* Protobuf JSON representation for S2tCloudServiceMicrosoft
|
|
2837
|
+
*/
|
|
2838
|
+
interface AsProtobufJSON {
|
|
2839
|
+
language: string;
|
|
2840
|
+
useFastTranscriptionApi: boolean;
|
|
2841
|
+
useDetailedOutputFormat: boolean;
|
|
2020
2842
|
}
|
|
2021
2843
|
}
|
|
2022
2844
|
/**
|
|
@@ -2083,7 +2905,7 @@ export declare class Whisper implements GrpcMessage {
|
|
|
2083
2905
|
*/
|
|
2084
2906
|
toProtobufJSON(options?: ToProtobufJSONOptions): Whisper.AsProtobufJSON;
|
|
2085
2907
|
}
|
|
2086
|
-
export declare
|
|
2908
|
+
export declare namespace Whisper {
|
|
2087
2909
|
/**
|
|
2088
2910
|
* Standard JavaScript object representation for Whisper
|
|
2089
2911
|
*/
|
|
@@ -2179,7 +3001,7 @@ export declare class WhisperTriton implements GrpcMessage {
|
|
|
2179
3001
|
*/
|
|
2180
3002
|
toProtobufJSON(options?: ToProtobufJSONOptions): WhisperTriton.AsProtobufJSON;
|
|
2181
3003
|
}
|
|
2182
|
-
export declare
|
|
3004
|
+
export declare namespace WhisperTriton {
|
|
2183
3005
|
/**
|
|
2184
3006
|
* Standard JavaScript object representation for WhisperTriton
|
|
2185
3007
|
*/
|
|
@@ -2265,7 +3087,7 @@ export declare class Wav2Vec implements GrpcMessage {
|
|
|
2265
3087
|
*/
|
|
2266
3088
|
toProtobufJSON(options?: ToProtobufJSONOptions): Wav2Vec.AsProtobufJSON;
|
|
2267
3089
|
}
|
|
2268
|
-
export declare
|
|
3090
|
+
export declare namespace Wav2Vec {
|
|
2269
3091
|
/**
|
|
2270
3092
|
* Standard JavaScript object representation for Wav2Vec
|
|
2271
3093
|
*/
|
|
@@ -2351,7 +3173,7 @@ export declare class Wav2VecTriton implements GrpcMessage {
|
|
|
2351
3173
|
*/
|
|
2352
3174
|
toProtobufJSON(options?: ToProtobufJSONOptions): Wav2VecTriton.AsProtobufJSON;
|
|
2353
3175
|
}
|
|
2354
|
-
export declare
|
|
3176
|
+
export declare namespace Wav2VecTriton {
|
|
2355
3177
|
/**
|
|
2356
3178
|
* Standard JavaScript object representation for Wav2VecTriton
|
|
2357
3179
|
*/
|
|
@@ -2433,7 +3255,7 @@ export declare class PtFiles implements GrpcMessage {
|
|
|
2433
3255
|
*/
|
|
2434
3256
|
toProtobufJSON(options?: ToProtobufJSONOptions): PtFiles.AsProtobufJSON;
|
|
2435
3257
|
}
|
|
2436
|
-
export declare
|
|
3258
|
+
export declare namespace PtFiles {
|
|
2437
3259
|
/**
|
|
2438
3260
|
* Standard JavaScript object representation for PtFiles
|
|
2439
3261
|
*/
|
|
@@ -2504,7 +3326,7 @@ export declare class CkptFile implements GrpcMessage {
|
|
|
2504
3326
|
*/
|
|
2505
3327
|
toProtobufJSON(options?: ToProtobufJSONOptions): CkptFile.AsProtobufJSON;
|
|
2506
3328
|
}
|
|
2507
|
-
export declare
|
|
3329
|
+
export declare namespace CkptFile {
|
|
2508
3330
|
/**
|
|
2509
3331
|
* Standard JavaScript object representation for CkptFile
|
|
2510
3332
|
*/
|
|
@@ -2585,7 +3407,7 @@ export declare class LanguageModels implements GrpcMessage {
|
|
|
2585
3407
|
*/
|
|
2586
3408
|
toProtobufJSON(options?: ToProtobufJSONOptions): LanguageModels.AsProtobufJSON;
|
|
2587
3409
|
}
|
|
2588
|
-
export declare
|
|
3410
|
+
export declare namespace LanguageModels {
|
|
2589
3411
|
/**
|
|
2590
3412
|
* Standard JavaScript object representation for LanguageModels
|
|
2591
3413
|
*/
|
|
@@ -2671,7 +3493,7 @@ export declare class StreamingServer implements GrpcMessage {
|
|
|
2671
3493
|
*/
|
|
2672
3494
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingServer.AsProtobufJSON;
|
|
2673
3495
|
}
|
|
2674
|
-
export declare
|
|
3496
|
+
export declare namespace StreamingServer {
|
|
2675
3497
|
/**
|
|
2676
3498
|
* Standard JavaScript object representation for StreamingServer
|
|
2677
3499
|
*/
|
|
@@ -2758,7 +3580,7 @@ export declare class StreamingSpeechRecognition implements GrpcMessage {
|
|
|
2758
3580
|
*/
|
|
2759
3581
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingSpeechRecognition.AsProtobufJSON;
|
|
2760
3582
|
}
|
|
2761
|
-
export declare
|
|
3583
|
+
export declare namespace StreamingSpeechRecognition {
|
|
2762
3584
|
/**
|
|
2763
3585
|
* Standard JavaScript object representation for StreamingSpeechRecognition
|
|
2764
3586
|
*/
|
|
@@ -2841,7 +3663,7 @@ export declare class VoiceActivityDetection implements GrpcMessage {
|
|
|
2841
3663
|
*/
|
|
2842
3664
|
toProtobufJSON(options?: ToProtobufJSONOptions): VoiceActivityDetection.AsProtobufJSON;
|
|
2843
3665
|
}
|
|
2844
|
-
export declare
|
|
3666
|
+
export declare namespace VoiceActivityDetection {
|
|
2845
3667
|
/**
|
|
2846
3668
|
* Standard JavaScript object representation for VoiceActivityDetection
|
|
2847
3669
|
*/
|
|
@@ -2929,7 +3751,7 @@ export declare class Pyannote implements GrpcMessage {
|
|
|
2929
3751
|
*/
|
|
2930
3752
|
toProtobufJSON(options?: ToProtobufJSONOptions): Pyannote.AsProtobufJSON;
|
|
2931
3753
|
}
|
|
2932
|
-
export declare
|
|
3754
|
+
export declare namespace Pyannote {
|
|
2933
3755
|
/**
|
|
2934
3756
|
* Standard JavaScript object representation for Pyannote
|
|
2935
3757
|
*/
|
|
@@ -3011,7 +3833,7 @@ export declare class PostProcessing implements GrpcMessage {
|
|
|
3011
3833
|
*/
|
|
3012
3834
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessing.AsProtobufJSON;
|
|
3013
3835
|
}
|
|
3014
|
-
export declare
|
|
3836
|
+
export declare namespace PostProcessing {
|
|
3015
3837
|
/**
|
|
3016
3838
|
* Standard JavaScript object representation for PostProcessing
|
|
3017
3839
|
*/
|
|
@@ -3085,7 +3907,7 @@ export declare class PostProcessors implements GrpcMessage {
|
|
|
3085
3907
|
*/
|
|
3086
3908
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessors.AsProtobufJSON;
|
|
3087
3909
|
}
|
|
3088
|
-
export declare
|
|
3910
|
+
export declare namespace PostProcessors {
|
|
3089
3911
|
/**
|
|
3090
3912
|
* Standard JavaScript object representation for PostProcessors
|
|
3091
3913
|
*/
|
|
@@ -3162,7 +3984,7 @@ export declare class SymSpell implements GrpcMessage {
|
|
|
3162
3984
|
*/
|
|
3163
3985
|
toProtobufJSON(options?: ToProtobufJSONOptions): SymSpell.AsProtobufJSON;
|
|
3164
3986
|
}
|
|
3165
|
-
export declare
|
|
3987
|
+
export declare namespace SymSpell {
|
|
3166
3988
|
/**
|
|
3167
3989
|
* Standard JavaScript object representation for SymSpell
|
|
3168
3990
|
*/
|
|
@@ -3238,7 +4060,7 @@ export declare class S2TNormalization implements GrpcMessage {
|
|
|
3238
4060
|
*/
|
|
3239
4061
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TNormalization.AsProtobufJSON;
|
|
3240
4062
|
}
|
|
3241
|
-
export declare
|
|
4063
|
+
export declare namespace S2TNormalization {
|
|
3242
4064
|
/**
|
|
3243
4065
|
* Standard JavaScript object representation for S2TNormalization
|
|
3244
4066
|
*/
|
|
@@ -3312,7 +4134,7 @@ export declare class Logging implements GrpcMessage {
|
|
|
3312
4134
|
*/
|
|
3313
4135
|
toProtobufJSON(options?: ToProtobufJSONOptions): Logging.AsProtobufJSON;
|
|
3314
4136
|
}
|
|
3315
|
-
export declare
|
|
4137
|
+
export declare namespace Logging {
|
|
3316
4138
|
/**
|
|
3317
4139
|
* Standard JavaScript object representation for Logging
|
|
3318
4140
|
*/
|
|
@@ -3383,7 +4205,7 @@ export declare class ListS2tLanguageModelsRequest implements GrpcMessage {
|
|
|
3383
4205
|
*/
|
|
3384
4206
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguageModelsRequest.AsProtobufJSON;
|
|
3385
4207
|
}
|
|
3386
|
-
export declare
|
|
4208
|
+
export declare namespace ListS2tLanguageModelsRequest {
|
|
3387
4209
|
/**
|
|
3388
4210
|
* Standard JavaScript object representation for ListS2tLanguageModelsRequest
|
|
3389
4211
|
*/
|
|
@@ -3455,7 +4277,7 @@ export declare class LanguageModelPipelineId implements GrpcMessage {
|
|
|
3455
4277
|
*/
|
|
3456
4278
|
toProtobufJSON(options?: ToProtobufJSONOptions): LanguageModelPipelineId.AsProtobufJSON;
|
|
3457
4279
|
}
|
|
3458
|
-
export declare
|
|
4280
|
+
export declare namespace LanguageModelPipelineId {
|
|
3459
4281
|
/**
|
|
3460
4282
|
* Standard JavaScript object representation for LanguageModelPipelineId
|
|
3461
4283
|
*/
|
|
@@ -3526,7 +4348,7 @@ export declare class ListS2tLanguageModelsResponse implements GrpcMessage {
|
|
|
3526
4348
|
*/
|
|
3527
4349
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguageModelsResponse.AsProtobufJSON;
|
|
3528
4350
|
}
|
|
3529
|
-
export declare
|
|
4351
|
+
export declare namespace ListS2tLanguageModelsResponse {
|
|
3530
4352
|
/**
|
|
3531
4353
|
* Standard JavaScript object representation for ListS2tLanguageModelsResponse
|
|
3532
4354
|
*/
|
|
@@ -3595,7 +4417,7 @@ export declare class CreateUserLanguageModelRequest implements GrpcMessage {
|
|
|
3595
4417
|
*/
|
|
3596
4418
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateUserLanguageModelRequest.AsProtobufJSON;
|
|
3597
4419
|
}
|
|
3598
|
-
export declare
|
|
4420
|
+
export declare namespace CreateUserLanguageModelRequest {
|
|
3599
4421
|
/**
|
|
3600
4422
|
* Standard JavaScript object representation for CreateUserLanguageModelRequest
|
|
3601
4423
|
*/
|
|
@@ -3664,7 +4486,7 @@ export declare class DeleteUserLanguageModelRequest implements GrpcMessage {
|
|
|
3664
4486
|
*/
|
|
3665
4487
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserLanguageModelRequest.AsProtobufJSON;
|
|
3666
4488
|
}
|
|
3667
|
-
export declare
|
|
4489
|
+
export declare namespace DeleteUserLanguageModelRequest {
|
|
3668
4490
|
/**
|
|
3669
4491
|
* Standard JavaScript object representation for DeleteUserLanguageModelRequest
|
|
3670
4492
|
*/
|
|
@@ -3736,7 +4558,7 @@ export declare class AddDataToUserLanguageModelRequest implements GrpcMessage {
|
|
|
3736
4558
|
*/
|
|
3737
4559
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddDataToUserLanguageModelRequest.AsProtobufJSON;
|
|
3738
4560
|
}
|
|
3739
|
-
export declare
|
|
4561
|
+
export declare namespace AddDataToUserLanguageModelRequest {
|
|
3740
4562
|
/**
|
|
3741
4563
|
* Standard JavaScript object representation for AddDataToUserLanguageModelRequest
|
|
3742
4564
|
*/
|
|
@@ -3810,7 +4632,7 @@ export declare class TrainUserLanguageModelRequest implements GrpcMessage {
|
|
|
3810
4632
|
*/
|
|
3811
4633
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainUserLanguageModelRequest.AsProtobufJSON;
|
|
3812
4634
|
}
|
|
3813
|
-
export declare
|
|
4635
|
+
export declare namespace TrainUserLanguageModelRequest {
|
|
3814
4636
|
/**
|
|
3815
4637
|
* Standard JavaScript object representation for TrainUserLanguageModelRequest
|
|
3816
4638
|
*/
|