@ondewo/csi-client-angular 4.0.0 → 5.1.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 +874 -48
- 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 +2911 -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 +14751 -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,
|
|
@@ -9,7 +10,11 @@ export declare enum Decoding {
|
|
|
9
10
|
export declare enum InferenceBackend {
|
|
10
11
|
INFERENCE_BACKEND_UNKNOWN = 0,
|
|
11
12
|
INFERENCE_BACKEND_PYTORCH = 1,
|
|
12
|
-
INFERENCE_BACKEND_FLAX = 2
|
|
13
|
+
INFERENCE_BACKEND_FLAX = 2,
|
|
14
|
+
INFERENCE_BACKEND_CLOUD_SERVICE_AMAZON = 3,
|
|
15
|
+
INFERENCE_BACKEND_CLOUD_SERVICE_DEEPGRAM = 4,
|
|
16
|
+
INFERENCE_BACKEND_CLOUD_SERVICE_GOOGLE = 5,
|
|
17
|
+
INFERENCE_BACKEND_CLOUD_SERVICE_MICROSOFT = 6
|
|
13
18
|
}
|
|
14
19
|
/**
|
|
15
20
|
* Message implementation for ondewo.s2t.TranscribeRequestConfig
|
|
@@ -47,6 +52,8 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
47
52
|
private _returnOptions?;
|
|
48
53
|
private _language;
|
|
49
54
|
private _task;
|
|
55
|
+
private _s2tServiceConfig?;
|
|
56
|
+
private _s2tCloudProviderConfig?;
|
|
50
57
|
private _oneofLanguageModelName;
|
|
51
58
|
private _oneofPostProcessing;
|
|
52
59
|
private _oneofUtteranceDetection;
|
|
@@ -75,6 +82,10 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
75
82
|
set language(value: string);
|
|
76
83
|
get task(): string;
|
|
77
84
|
set task(value: string);
|
|
85
|
+
get s2tServiceConfig(): googleProtobuf001.Struct | undefined;
|
|
86
|
+
set s2tServiceConfig(value: googleProtobuf001.Struct | undefined);
|
|
87
|
+
get s2tCloudProviderConfig(): S2tCloudProviderConfig | undefined;
|
|
88
|
+
set s2tCloudProviderConfig(value: S2tCloudProviderConfig | undefined);
|
|
78
89
|
get oneofLanguageModelName(): TranscribeRequestConfig.OneofLanguageModelNameCase;
|
|
79
90
|
get oneofPostProcessing(): TranscribeRequestConfig.OneofPostProcessingCase;
|
|
80
91
|
get oneofUtteranceDetection(): TranscribeRequestConfig.OneofUtteranceDetectionCase;
|
|
@@ -100,7 +111,7 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
|
|
|
100
111
|
*/
|
|
101
112
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeRequestConfig.AsProtobufJSON;
|
|
102
113
|
}
|
|
103
|
-
export declare
|
|
114
|
+
export declare namespace TranscribeRequestConfig {
|
|
104
115
|
/**
|
|
105
116
|
* Standard JavaScript object representation for TranscribeRequestConfig
|
|
106
117
|
*/
|
|
@@ -114,6 +125,8 @@ export declare module TranscribeRequestConfig {
|
|
|
114
125
|
returnOptions?: TranscriptionReturnOptions.AsObject;
|
|
115
126
|
language: string;
|
|
116
127
|
task: string;
|
|
128
|
+
s2tServiceConfig?: googleProtobuf001.Struct.AsObject;
|
|
129
|
+
s2tCloudProviderConfig?: S2tCloudProviderConfig.AsObject;
|
|
117
130
|
}
|
|
118
131
|
/**
|
|
119
132
|
* Protobuf JSON representation for TranscribeRequestConfig
|
|
@@ -128,6 +141,8 @@ export declare module TranscribeRequestConfig {
|
|
|
128
141
|
returnOptions: TranscriptionReturnOptions.AsProtobufJSON | null;
|
|
129
142
|
language: string;
|
|
130
143
|
task: string;
|
|
144
|
+
s2tServiceConfig: googleProtobuf001.Struct.AsProtobufJSON | null;
|
|
145
|
+
s2tCloudProviderConfig: S2tCloudProviderConfig.AsProtobufJSON | null;
|
|
131
146
|
}
|
|
132
147
|
enum OneofLanguageModelNameCase {
|
|
133
148
|
none = 0,
|
|
@@ -150,6 +165,426 @@ export declare module TranscribeRequestConfig {
|
|
|
150
165
|
returnOptions = 1
|
|
151
166
|
}
|
|
152
167
|
}
|
|
168
|
+
/**
|
|
169
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfig
|
|
170
|
+
*/
|
|
171
|
+
export declare class S2tCloudProviderConfig implements GrpcMessage {
|
|
172
|
+
static id: string;
|
|
173
|
+
/**
|
|
174
|
+
* Deserialize binary data to message
|
|
175
|
+
* @param instance message instance
|
|
176
|
+
*/
|
|
177
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfig;
|
|
178
|
+
/**
|
|
179
|
+
* Check all the properties and set default protobuf values if necessary
|
|
180
|
+
* @param _instance message instance
|
|
181
|
+
*/
|
|
182
|
+
static refineValues(_instance: S2tCloudProviderConfig): void;
|
|
183
|
+
/**
|
|
184
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
185
|
+
* @param _instance message instance
|
|
186
|
+
* @param _reader binary reader instance
|
|
187
|
+
*/
|
|
188
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfig, _reader: BinaryReader): void;
|
|
189
|
+
/**
|
|
190
|
+
* Serializes a message to binary format using provided binary reader
|
|
191
|
+
* @param _instance message instance
|
|
192
|
+
* @param _writer binary writer instance
|
|
193
|
+
*/
|
|
194
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfig, _writer: BinaryWriter): void;
|
|
195
|
+
private _s2tCloudProviderConfigAmazon?;
|
|
196
|
+
private _s2tCloudProviderConfigDeepgram?;
|
|
197
|
+
private _s2tCloudProviderConfigGoogle?;
|
|
198
|
+
private _s2tCloudProviderConfigMicrosoft?;
|
|
199
|
+
/**
|
|
200
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
201
|
+
* @param _value initial values object or instance of S2tCloudProviderConfig to deeply clone from
|
|
202
|
+
*/
|
|
203
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfig.AsObject>);
|
|
204
|
+
get s2tCloudProviderConfigAmazon(): S2tCloudProviderConfigAmazon | undefined;
|
|
205
|
+
set s2tCloudProviderConfigAmazon(value: S2tCloudProviderConfigAmazon | undefined);
|
|
206
|
+
get s2tCloudProviderConfigDeepgram(): S2tCloudProviderConfigDeepgram | undefined;
|
|
207
|
+
set s2tCloudProviderConfigDeepgram(value: S2tCloudProviderConfigDeepgram | undefined);
|
|
208
|
+
get s2tCloudProviderConfigGoogle(): S2tCloudProviderConfigGoogle | undefined;
|
|
209
|
+
set s2tCloudProviderConfigGoogle(value: S2tCloudProviderConfigGoogle | undefined);
|
|
210
|
+
get s2tCloudProviderConfigMicrosoft(): S2tCloudProviderConfigMicrosoft | undefined;
|
|
211
|
+
set s2tCloudProviderConfigMicrosoft(value: S2tCloudProviderConfigMicrosoft | undefined);
|
|
212
|
+
/**
|
|
213
|
+
* Serialize message to binary data
|
|
214
|
+
* @param instance message instance
|
|
215
|
+
*/
|
|
216
|
+
serializeBinary(): any;
|
|
217
|
+
/**
|
|
218
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
219
|
+
*/
|
|
220
|
+
toObject(): S2tCloudProviderConfig.AsObject;
|
|
221
|
+
/**
|
|
222
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
223
|
+
*/
|
|
224
|
+
toJSON(): S2tCloudProviderConfig.AsObject;
|
|
225
|
+
/**
|
|
226
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
227
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
228
|
+
* 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
|
|
229
|
+
*/
|
|
230
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfig.AsProtobufJSON;
|
|
231
|
+
}
|
|
232
|
+
export declare namespace S2tCloudProviderConfig {
|
|
233
|
+
/**
|
|
234
|
+
* Standard JavaScript object representation for S2tCloudProviderConfig
|
|
235
|
+
*/
|
|
236
|
+
interface AsObject {
|
|
237
|
+
s2tCloudProviderConfigAmazon?: S2tCloudProviderConfigAmazon.AsObject;
|
|
238
|
+
s2tCloudProviderConfigDeepgram?: S2tCloudProviderConfigDeepgram.AsObject;
|
|
239
|
+
s2tCloudProviderConfigGoogle?: S2tCloudProviderConfigGoogle.AsObject;
|
|
240
|
+
s2tCloudProviderConfigMicrosoft?: S2tCloudProviderConfigMicrosoft.AsObject;
|
|
241
|
+
}
|
|
242
|
+
/**
|
|
243
|
+
* Protobuf JSON representation for S2tCloudProviderConfig
|
|
244
|
+
*/
|
|
245
|
+
interface AsProtobufJSON {
|
|
246
|
+
s2tCloudProviderConfigAmazon: S2tCloudProviderConfigAmazon.AsProtobufJSON | null;
|
|
247
|
+
s2tCloudProviderConfigDeepgram: S2tCloudProviderConfigDeepgram.AsProtobufJSON | null;
|
|
248
|
+
s2tCloudProviderConfigGoogle: S2tCloudProviderConfigGoogle.AsProtobufJSON | null;
|
|
249
|
+
s2tCloudProviderConfigMicrosoft: S2tCloudProviderConfigMicrosoft.AsProtobufJSON | null;
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigAmazon
|
|
254
|
+
*/
|
|
255
|
+
export declare class S2tCloudProviderConfigAmazon implements GrpcMessage {
|
|
256
|
+
static id: string;
|
|
257
|
+
/**
|
|
258
|
+
* Deserialize binary data to message
|
|
259
|
+
* @param instance message instance
|
|
260
|
+
*/
|
|
261
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigAmazon;
|
|
262
|
+
/**
|
|
263
|
+
* Check all the properties and set default protobuf values if necessary
|
|
264
|
+
* @param _instance message instance
|
|
265
|
+
*/
|
|
266
|
+
static refineValues(_instance: S2tCloudProviderConfigAmazon): void;
|
|
267
|
+
/**
|
|
268
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
269
|
+
* @param _instance message instance
|
|
270
|
+
* @param _reader binary reader instance
|
|
271
|
+
*/
|
|
272
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigAmazon, _reader: BinaryReader): void;
|
|
273
|
+
/**
|
|
274
|
+
* Serializes a message to binary format using provided binary reader
|
|
275
|
+
* @param _instance message instance
|
|
276
|
+
* @param _writer binary writer instance
|
|
277
|
+
*/
|
|
278
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigAmazon, _writer: BinaryWriter): void;
|
|
279
|
+
private _enablePartialResultsStabilization;
|
|
280
|
+
private _partialResultsStability;
|
|
281
|
+
private _languageModelName;
|
|
282
|
+
private _vocabularyName;
|
|
283
|
+
/**
|
|
284
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
285
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigAmazon to deeply clone from
|
|
286
|
+
*/
|
|
287
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigAmazon.AsObject>);
|
|
288
|
+
get enablePartialResultsStabilization(): boolean;
|
|
289
|
+
set enablePartialResultsStabilization(value: boolean);
|
|
290
|
+
get partialResultsStability(): string;
|
|
291
|
+
set partialResultsStability(value: string);
|
|
292
|
+
get languageModelName(): string;
|
|
293
|
+
set languageModelName(value: string);
|
|
294
|
+
get vocabularyName(): string;
|
|
295
|
+
set vocabularyName(value: string);
|
|
296
|
+
/**
|
|
297
|
+
* Serialize message to binary data
|
|
298
|
+
* @param instance message instance
|
|
299
|
+
*/
|
|
300
|
+
serializeBinary(): any;
|
|
301
|
+
/**
|
|
302
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
303
|
+
*/
|
|
304
|
+
toObject(): S2tCloudProviderConfigAmazon.AsObject;
|
|
305
|
+
/**
|
|
306
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
307
|
+
*/
|
|
308
|
+
toJSON(): S2tCloudProviderConfigAmazon.AsObject;
|
|
309
|
+
/**
|
|
310
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
311
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
312
|
+
* 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
|
|
313
|
+
*/
|
|
314
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigAmazon.AsProtobufJSON;
|
|
315
|
+
}
|
|
316
|
+
export declare namespace S2tCloudProviderConfigAmazon {
|
|
317
|
+
/**
|
|
318
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigAmazon
|
|
319
|
+
*/
|
|
320
|
+
interface AsObject {
|
|
321
|
+
enablePartialResultsStabilization: boolean;
|
|
322
|
+
partialResultsStability: string;
|
|
323
|
+
languageModelName: string;
|
|
324
|
+
vocabularyName: string;
|
|
325
|
+
}
|
|
326
|
+
/**
|
|
327
|
+
* Protobuf JSON representation for S2tCloudProviderConfigAmazon
|
|
328
|
+
*/
|
|
329
|
+
interface AsProtobufJSON {
|
|
330
|
+
enablePartialResultsStabilization: boolean;
|
|
331
|
+
partialResultsStability: string;
|
|
332
|
+
languageModelName: string;
|
|
333
|
+
vocabularyName: string;
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigDeepgram
|
|
338
|
+
*/
|
|
339
|
+
export declare class S2tCloudProviderConfigDeepgram implements GrpcMessage {
|
|
340
|
+
static id: string;
|
|
341
|
+
/**
|
|
342
|
+
* Deserialize binary data to message
|
|
343
|
+
* @param instance message instance
|
|
344
|
+
*/
|
|
345
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigDeepgram;
|
|
346
|
+
/**
|
|
347
|
+
* Check all the properties and set default protobuf values if necessary
|
|
348
|
+
* @param _instance message instance
|
|
349
|
+
*/
|
|
350
|
+
static refineValues(_instance: S2tCloudProviderConfigDeepgram): void;
|
|
351
|
+
/**
|
|
352
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
353
|
+
* @param _instance message instance
|
|
354
|
+
* @param _reader binary reader instance
|
|
355
|
+
*/
|
|
356
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigDeepgram, _reader: BinaryReader): void;
|
|
357
|
+
/**
|
|
358
|
+
* Serializes a message to binary format using provided binary reader
|
|
359
|
+
* @param _instance message instance
|
|
360
|
+
* @param _writer binary writer instance
|
|
361
|
+
*/
|
|
362
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigDeepgram, _writer: BinaryWriter): void;
|
|
363
|
+
private _punctuate;
|
|
364
|
+
private _smartFormat;
|
|
365
|
+
private _numerals;
|
|
366
|
+
private _measurements;
|
|
367
|
+
private _dictation;
|
|
368
|
+
/**
|
|
369
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
370
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigDeepgram to deeply clone from
|
|
371
|
+
*/
|
|
372
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigDeepgram.AsObject>);
|
|
373
|
+
get punctuate(): boolean;
|
|
374
|
+
set punctuate(value: boolean);
|
|
375
|
+
get smartFormat(): boolean;
|
|
376
|
+
set smartFormat(value: boolean);
|
|
377
|
+
get numerals(): boolean;
|
|
378
|
+
set numerals(value: boolean);
|
|
379
|
+
get measurements(): boolean;
|
|
380
|
+
set measurements(value: boolean);
|
|
381
|
+
get dictation(): boolean;
|
|
382
|
+
set dictation(value: boolean);
|
|
383
|
+
/**
|
|
384
|
+
* Serialize message to binary data
|
|
385
|
+
* @param instance message instance
|
|
386
|
+
*/
|
|
387
|
+
serializeBinary(): any;
|
|
388
|
+
/**
|
|
389
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
390
|
+
*/
|
|
391
|
+
toObject(): S2tCloudProviderConfigDeepgram.AsObject;
|
|
392
|
+
/**
|
|
393
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
394
|
+
*/
|
|
395
|
+
toJSON(): S2tCloudProviderConfigDeepgram.AsObject;
|
|
396
|
+
/**
|
|
397
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
398
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
399
|
+
* 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
|
|
400
|
+
*/
|
|
401
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigDeepgram.AsProtobufJSON;
|
|
402
|
+
}
|
|
403
|
+
export declare namespace S2tCloudProviderConfigDeepgram {
|
|
404
|
+
/**
|
|
405
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigDeepgram
|
|
406
|
+
*/
|
|
407
|
+
interface AsObject {
|
|
408
|
+
punctuate: boolean;
|
|
409
|
+
smartFormat: boolean;
|
|
410
|
+
numerals: boolean;
|
|
411
|
+
measurements: boolean;
|
|
412
|
+
dictation: boolean;
|
|
413
|
+
}
|
|
414
|
+
/**
|
|
415
|
+
* Protobuf JSON representation for S2tCloudProviderConfigDeepgram
|
|
416
|
+
*/
|
|
417
|
+
interface AsProtobufJSON {
|
|
418
|
+
punctuate: boolean;
|
|
419
|
+
smartFormat: boolean;
|
|
420
|
+
numerals: boolean;
|
|
421
|
+
measurements: boolean;
|
|
422
|
+
dictation: boolean;
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigGoogle
|
|
427
|
+
*/
|
|
428
|
+
export declare class S2tCloudProviderConfigGoogle implements GrpcMessage {
|
|
429
|
+
static id: string;
|
|
430
|
+
/**
|
|
431
|
+
* Deserialize binary data to message
|
|
432
|
+
* @param instance message instance
|
|
433
|
+
*/
|
|
434
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigGoogle;
|
|
435
|
+
/**
|
|
436
|
+
* Check all the properties and set default protobuf values if necessary
|
|
437
|
+
* @param _instance message instance
|
|
438
|
+
*/
|
|
439
|
+
static refineValues(_instance: S2tCloudProviderConfigGoogle): void;
|
|
440
|
+
/**
|
|
441
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
442
|
+
* @param _instance message instance
|
|
443
|
+
* @param _reader binary reader instance
|
|
444
|
+
*/
|
|
445
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigGoogle, _reader: BinaryReader): void;
|
|
446
|
+
/**
|
|
447
|
+
* Serializes a message to binary format using provided binary reader
|
|
448
|
+
* @param _instance message instance
|
|
449
|
+
* @param _writer binary writer instance
|
|
450
|
+
*/
|
|
451
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigGoogle, _writer: BinaryWriter): void;
|
|
452
|
+
private _enableAutomaticPunctuation;
|
|
453
|
+
private _enableWordTimeOffsets;
|
|
454
|
+
private _enableWordConfidence;
|
|
455
|
+
private _transcriptNormalization;
|
|
456
|
+
private _maxAlternatives;
|
|
457
|
+
/**
|
|
458
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
459
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigGoogle to deeply clone from
|
|
460
|
+
*/
|
|
461
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigGoogle.AsObject>);
|
|
462
|
+
get enableAutomaticPunctuation(): boolean;
|
|
463
|
+
set enableAutomaticPunctuation(value: boolean);
|
|
464
|
+
get enableWordTimeOffsets(): boolean;
|
|
465
|
+
set enableWordTimeOffsets(value: boolean);
|
|
466
|
+
get enableWordConfidence(): boolean;
|
|
467
|
+
set enableWordConfidence(value: boolean);
|
|
468
|
+
get transcriptNormalization(): boolean;
|
|
469
|
+
set transcriptNormalization(value: boolean);
|
|
470
|
+
get maxAlternatives(): number;
|
|
471
|
+
set maxAlternatives(value: number);
|
|
472
|
+
/**
|
|
473
|
+
* Serialize message to binary data
|
|
474
|
+
* @param instance message instance
|
|
475
|
+
*/
|
|
476
|
+
serializeBinary(): any;
|
|
477
|
+
/**
|
|
478
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
479
|
+
*/
|
|
480
|
+
toObject(): S2tCloudProviderConfigGoogle.AsObject;
|
|
481
|
+
/**
|
|
482
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
483
|
+
*/
|
|
484
|
+
toJSON(): S2tCloudProviderConfigGoogle.AsObject;
|
|
485
|
+
/**
|
|
486
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
487
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
488
|
+
* 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
|
|
489
|
+
*/
|
|
490
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigGoogle.AsProtobufJSON;
|
|
491
|
+
}
|
|
492
|
+
export declare namespace S2tCloudProviderConfigGoogle {
|
|
493
|
+
/**
|
|
494
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigGoogle
|
|
495
|
+
*/
|
|
496
|
+
interface AsObject {
|
|
497
|
+
enableAutomaticPunctuation: boolean;
|
|
498
|
+
enableWordTimeOffsets: boolean;
|
|
499
|
+
enableWordConfidence: boolean;
|
|
500
|
+
transcriptNormalization: boolean;
|
|
501
|
+
maxAlternatives: number;
|
|
502
|
+
}
|
|
503
|
+
/**
|
|
504
|
+
* Protobuf JSON representation for S2tCloudProviderConfigGoogle
|
|
505
|
+
*/
|
|
506
|
+
interface AsProtobufJSON {
|
|
507
|
+
enableAutomaticPunctuation: boolean;
|
|
508
|
+
enableWordTimeOffsets: boolean;
|
|
509
|
+
enableWordConfidence: boolean;
|
|
510
|
+
transcriptNormalization: boolean;
|
|
511
|
+
maxAlternatives: number;
|
|
512
|
+
}
|
|
513
|
+
}
|
|
514
|
+
/**
|
|
515
|
+
* Message implementation for ondewo.s2t.S2tCloudProviderConfigMicrosoft
|
|
516
|
+
*/
|
|
517
|
+
export declare class S2tCloudProviderConfigMicrosoft implements GrpcMessage {
|
|
518
|
+
static id: string;
|
|
519
|
+
/**
|
|
520
|
+
* Deserialize binary data to message
|
|
521
|
+
* @param instance message instance
|
|
522
|
+
*/
|
|
523
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudProviderConfigMicrosoft;
|
|
524
|
+
/**
|
|
525
|
+
* Check all the properties and set default protobuf values if necessary
|
|
526
|
+
* @param _instance message instance
|
|
527
|
+
*/
|
|
528
|
+
static refineValues(_instance: S2tCloudProviderConfigMicrosoft): void;
|
|
529
|
+
/**
|
|
530
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
531
|
+
* @param _instance message instance
|
|
532
|
+
* @param _reader binary reader instance
|
|
533
|
+
*/
|
|
534
|
+
static deserializeBinaryFromReader(_instance: S2tCloudProviderConfigMicrosoft, _reader: BinaryReader): void;
|
|
535
|
+
/**
|
|
536
|
+
* Serializes a message to binary format using provided binary reader
|
|
537
|
+
* @param _instance message instance
|
|
538
|
+
* @param _writer binary writer instance
|
|
539
|
+
*/
|
|
540
|
+
static serializeBinaryToWriter(_instance: S2tCloudProviderConfigMicrosoft, _writer: BinaryWriter): void;
|
|
541
|
+
private _useFastTranscriptionApi;
|
|
542
|
+
private _useDetailedOutputFormat;
|
|
543
|
+
/**
|
|
544
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
545
|
+
* @param _value initial values object or instance of S2tCloudProviderConfigMicrosoft to deeply clone from
|
|
546
|
+
*/
|
|
547
|
+
constructor(_value?: RecursivePartial<S2tCloudProviderConfigMicrosoft.AsObject>);
|
|
548
|
+
get useFastTranscriptionApi(): boolean;
|
|
549
|
+
set useFastTranscriptionApi(value: boolean);
|
|
550
|
+
get useDetailedOutputFormat(): boolean;
|
|
551
|
+
set useDetailedOutputFormat(value: boolean);
|
|
552
|
+
/**
|
|
553
|
+
* Serialize message to binary data
|
|
554
|
+
* @param instance message instance
|
|
555
|
+
*/
|
|
556
|
+
serializeBinary(): any;
|
|
557
|
+
/**
|
|
558
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
559
|
+
*/
|
|
560
|
+
toObject(): S2tCloudProviderConfigMicrosoft.AsObject;
|
|
561
|
+
/**
|
|
562
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
563
|
+
*/
|
|
564
|
+
toJSON(): S2tCloudProviderConfigMicrosoft.AsObject;
|
|
565
|
+
/**
|
|
566
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
567
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
568
|
+
* 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
|
|
569
|
+
*/
|
|
570
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudProviderConfigMicrosoft.AsProtobufJSON;
|
|
571
|
+
}
|
|
572
|
+
export declare namespace S2tCloudProviderConfigMicrosoft {
|
|
573
|
+
/**
|
|
574
|
+
* Standard JavaScript object representation for S2tCloudProviderConfigMicrosoft
|
|
575
|
+
*/
|
|
576
|
+
interface AsObject {
|
|
577
|
+
useFastTranscriptionApi: boolean;
|
|
578
|
+
useDetailedOutputFormat: boolean;
|
|
579
|
+
}
|
|
580
|
+
/**
|
|
581
|
+
* Protobuf JSON representation for S2tCloudProviderConfigMicrosoft
|
|
582
|
+
*/
|
|
583
|
+
interface AsProtobufJSON {
|
|
584
|
+
useFastTranscriptionApi: boolean;
|
|
585
|
+
useDetailedOutputFormat: boolean;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
153
588
|
/**
|
|
154
589
|
* Message implementation for ondewo.s2t.TranscriptionReturnOptions
|
|
155
590
|
*/
|
|
@@ -226,7 +661,7 @@ export declare class TranscriptionReturnOptions implements GrpcMessage {
|
|
|
226
661
|
*/
|
|
227
662
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscriptionReturnOptions.AsProtobufJSON;
|
|
228
663
|
}
|
|
229
|
-
export declare
|
|
664
|
+
export declare namespace TranscriptionReturnOptions {
|
|
230
665
|
/**
|
|
231
666
|
* Standard JavaScript object representation for TranscriptionReturnOptions
|
|
232
667
|
*/
|
|
@@ -314,7 +749,7 @@ export declare class UtteranceDetectionOptions implements GrpcMessage {
|
|
|
314
749
|
*/
|
|
315
750
|
toProtobufJSON(options?: ToProtobufJSONOptions): UtteranceDetectionOptions.AsProtobufJSON;
|
|
316
751
|
}
|
|
317
|
-
export declare
|
|
752
|
+
export declare namespace UtteranceDetectionOptions {
|
|
318
753
|
/**
|
|
319
754
|
* Standard JavaScript object representation for UtteranceDetectionOptions
|
|
320
755
|
*/
|
|
@@ -395,7 +830,7 @@ export declare class PostProcessingOptions implements GrpcMessage {
|
|
|
395
830
|
*/
|
|
396
831
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessingOptions.AsProtobufJSON;
|
|
397
832
|
}
|
|
398
|
-
export declare
|
|
833
|
+
export declare namespace PostProcessingOptions {
|
|
399
834
|
/**
|
|
400
835
|
* Standard JavaScript object representation for PostProcessingOptions
|
|
401
836
|
*/
|
|
@@ -477,7 +912,7 @@ export declare class Transcription implements GrpcMessage {
|
|
|
477
912
|
*/
|
|
478
913
|
toProtobufJSON(options?: ToProtobufJSONOptions): Transcription.AsProtobufJSON;
|
|
479
914
|
}
|
|
480
|
-
export declare
|
|
915
|
+
export declare namespace Transcription {
|
|
481
916
|
/**
|
|
482
917
|
* Standard JavaScript object representation for Transcription
|
|
483
918
|
*/
|
|
@@ -558,7 +993,7 @@ export declare class TranscriptionAlternative implements GrpcMessage {
|
|
|
558
993
|
*/
|
|
559
994
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscriptionAlternative.AsProtobufJSON;
|
|
560
995
|
}
|
|
561
|
-
export declare
|
|
996
|
+
export declare namespace TranscriptionAlternative {
|
|
562
997
|
/**
|
|
563
998
|
* Standard JavaScript object representation for TranscriptionAlternative
|
|
564
999
|
*/
|
|
@@ -643,7 +1078,7 @@ export declare class WordDetail implements GrpcMessage {
|
|
|
643
1078
|
*/
|
|
644
1079
|
toProtobufJSON(options?: ToProtobufJSONOptions): WordDetail.AsProtobufJSON;
|
|
645
1080
|
}
|
|
646
|
-
export declare
|
|
1081
|
+
export declare namespace WordDetail {
|
|
647
1082
|
/**
|
|
648
1083
|
* Standard JavaScript object representation for WordDetail
|
|
649
1084
|
*/
|
|
@@ -723,7 +1158,7 @@ export declare class WordAlternative implements GrpcMessage {
|
|
|
723
1158
|
*/
|
|
724
1159
|
toProtobufJSON(options?: ToProtobufJSONOptions): WordAlternative.AsProtobufJSON;
|
|
725
1160
|
}
|
|
726
|
-
export declare
|
|
1161
|
+
export declare namespace WordAlternative {
|
|
727
1162
|
/**
|
|
728
1163
|
* Standard JavaScript object representation for WordAlternative
|
|
729
1164
|
*/
|
|
@@ -803,7 +1238,7 @@ export declare class TranscribeStreamRequest implements GrpcMessage {
|
|
|
803
1238
|
*/
|
|
804
1239
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeStreamRequest.AsProtobufJSON;
|
|
805
1240
|
}
|
|
806
|
-
export declare
|
|
1241
|
+
export declare namespace TranscribeStreamRequest {
|
|
807
1242
|
/**
|
|
808
1243
|
* Standard JavaScript object representation for TranscribeStreamRequest
|
|
809
1244
|
*/
|
|
@@ -901,7 +1336,7 @@ export declare class TranscribeStreamResponse implements GrpcMessage {
|
|
|
901
1336
|
*/
|
|
902
1337
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeStreamResponse.AsProtobufJSON;
|
|
903
1338
|
}
|
|
904
|
-
export declare
|
|
1339
|
+
export declare namespace TranscribeStreamResponse {
|
|
905
1340
|
/**
|
|
906
1341
|
* Standard JavaScript object representation for TranscribeStreamResponse
|
|
907
1342
|
*/
|
|
@@ -991,7 +1426,7 @@ export declare class TranscribeFileRequest implements GrpcMessage {
|
|
|
991
1426
|
*/
|
|
992
1427
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeFileRequest.AsProtobufJSON;
|
|
993
1428
|
}
|
|
994
|
-
export declare
|
|
1429
|
+
export declare namespace TranscribeFileRequest {
|
|
995
1430
|
/**
|
|
996
1431
|
* Standard JavaScript object representation for TranscribeFileRequest
|
|
997
1432
|
*/
|
|
@@ -1068,7 +1503,7 @@ export declare class TranscribeFileResponse implements GrpcMessage {
|
|
|
1068
1503
|
*/
|
|
1069
1504
|
toProtobufJSON(options?: ToProtobufJSONOptions): TranscribeFileResponse.AsProtobufJSON;
|
|
1070
1505
|
}
|
|
1071
|
-
export declare
|
|
1506
|
+
export declare namespace TranscribeFileResponse {
|
|
1072
1507
|
/**
|
|
1073
1508
|
* Standard JavaScript object representation for TranscribeFileResponse
|
|
1074
1509
|
*/
|
|
@@ -1141,7 +1576,7 @@ export declare class S2tPipelineId implements GrpcMessage {
|
|
|
1141
1576
|
*/
|
|
1142
1577
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2tPipelineId.AsProtobufJSON;
|
|
1143
1578
|
}
|
|
1144
|
-
export declare
|
|
1579
|
+
export declare namespace S2tPipelineId {
|
|
1145
1580
|
/**
|
|
1146
1581
|
* Standard JavaScript object representation for S2tPipelineId
|
|
1147
1582
|
*/
|
|
@@ -1219,7 +1654,7 @@ export declare class ListS2tPipelinesRequest implements GrpcMessage {
|
|
|
1219
1654
|
*/
|
|
1220
1655
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tPipelinesRequest.AsProtobufJSON;
|
|
1221
1656
|
}
|
|
1222
|
-
export declare
|
|
1657
|
+
export declare namespace ListS2tPipelinesRequest {
|
|
1223
1658
|
/**
|
|
1224
1659
|
* Standard JavaScript object representation for ListS2tPipelinesRequest
|
|
1225
1660
|
*/
|
|
@@ -1294,7 +1729,7 @@ export declare class ListS2tPipelinesResponse implements GrpcMessage {
|
|
|
1294
1729
|
*/
|
|
1295
1730
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tPipelinesResponse.AsProtobufJSON;
|
|
1296
1731
|
}
|
|
1297
|
-
export declare
|
|
1732
|
+
export declare namespace ListS2tPipelinesResponse {
|
|
1298
1733
|
/**
|
|
1299
1734
|
* Standard JavaScript object representation for ListS2tPipelinesResponse
|
|
1300
1735
|
*/
|
|
@@ -1366,7 +1801,7 @@ export declare class ListS2tLanguagesRequest implements GrpcMessage {
|
|
|
1366
1801
|
*/
|
|
1367
1802
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguagesRequest.AsProtobufJSON;
|
|
1368
1803
|
}
|
|
1369
|
-
export declare
|
|
1804
|
+
export declare namespace ListS2tLanguagesRequest {
|
|
1370
1805
|
/**
|
|
1371
1806
|
* Standard JavaScript object representation for ListS2tLanguagesRequest
|
|
1372
1807
|
*/
|
|
@@ -1437,7 +1872,7 @@ export declare class ListS2tLanguagesResponse implements GrpcMessage {
|
|
|
1437
1872
|
*/
|
|
1438
1873
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguagesResponse.AsProtobufJSON;
|
|
1439
1874
|
}
|
|
1440
|
-
export declare
|
|
1875
|
+
export declare namespace ListS2tLanguagesResponse {
|
|
1441
1876
|
/**
|
|
1442
1877
|
* Standard JavaScript object representation for ListS2tLanguagesResponse
|
|
1443
1878
|
*/
|
|
@@ -1509,7 +1944,7 @@ export declare class ListS2tDomainsRequest implements GrpcMessage {
|
|
|
1509
1944
|
*/
|
|
1510
1945
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tDomainsRequest.AsProtobufJSON;
|
|
1511
1946
|
}
|
|
1512
|
-
export declare
|
|
1947
|
+
export declare namespace ListS2tDomainsRequest {
|
|
1513
1948
|
/**
|
|
1514
1949
|
* Standard JavaScript object representation for ListS2tDomainsRequest
|
|
1515
1950
|
*/
|
|
@@ -1580,7 +2015,7 @@ export declare class ListS2tDomainsResponse implements GrpcMessage {
|
|
|
1580
2015
|
*/
|
|
1581
2016
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tDomainsResponse.AsProtobufJSON;
|
|
1582
2017
|
}
|
|
1583
|
-
export declare
|
|
2018
|
+
export declare namespace ListS2tDomainsResponse {
|
|
1584
2019
|
/**
|
|
1585
2020
|
* Standard JavaScript object representation for ListS2tDomainsResponse
|
|
1586
2021
|
*/
|
|
@@ -1649,7 +2084,7 @@ export declare class S2TGetServiceInfoResponse implements GrpcMessage {
|
|
|
1649
2084
|
*/
|
|
1650
2085
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TGetServiceInfoResponse.AsProtobufJSON;
|
|
1651
2086
|
}
|
|
1652
|
-
export declare
|
|
2087
|
+
export declare namespace S2TGetServiceInfoResponse {
|
|
1653
2088
|
/**
|
|
1654
2089
|
* Standard JavaScript object representation for S2TGetServiceInfoResponse
|
|
1655
2090
|
*/
|
|
@@ -1739,7 +2174,7 @@ export declare class Speech2TextConfig implements GrpcMessage {
|
|
|
1739
2174
|
*/
|
|
1740
2175
|
toProtobufJSON(options?: ToProtobufJSONOptions): Speech2TextConfig.AsProtobufJSON;
|
|
1741
2176
|
}
|
|
1742
|
-
export declare
|
|
2177
|
+
export declare namespace Speech2TextConfig {
|
|
1743
2178
|
/**
|
|
1744
2179
|
* Standard JavaScript object representation for Speech2TextConfig
|
|
1745
2180
|
*/
|
|
@@ -1831,7 +2266,7 @@ export declare class S2TDescription implements GrpcMessage {
|
|
|
1831
2266
|
*/
|
|
1832
2267
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TDescription.AsProtobufJSON;
|
|
1833
2268
|
}
|
|
1834
|
-
export declare
|
|
2269
|
+
export declare namespace S2TDescription {
|
|
1835
2270
|
/**
|
|
1836
2271
|
* Standard JavaScript object representation for S2TDescription
|
|
1837
2272
|
*/
|
|
@@ -1912,7 +2347,7 @@ export declare class S2TInference implements GrpcMessage {
|
|
|
1912
2347
|
*/
|
|
1913
2348
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TInference.AsProtobufJSON;
|
|
1914
2349
|
}
|
|
1915
|
-
export declare
|
|
2350
|
+
export declare namespace S2TInference {
|
|
1916
2351
|
/**
|
|
1917
2352
|
* Standard JavaScript object representation for S2TInference
|
|
1918
2353
|
*/
|
|
@@ -1962,6 +2397,10 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1962
2397
|
private _wav2vecTriton?;
|
|
1963
2398
|
private _whisper?;
|
|
1964
2399
|
private _whisperTriton?;
|
|
2400
|
+
private _s2tCloudServiceAmazon?;
|
|
2401
|
+
private _s2tCloudServiceDeepgram?;
|
|
2402
|
+
private _s2tCloudServiceGoogle?;
|
|
2403
|
+
private _s2tCloudServiceMicrosoft?;
|
|
1965
2404
|
/**
|
|
1966
2405
|
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
1967
2406
|
* @param _value initial values object or instance of AcousticModels to deeply clone from
|
|
@@ -1977,6 +2416,14 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1977
2416
|
set whisper(value: Whisper | undefined);
|
|
1978
2417
|
get whisperTriton(): WhisperTriton | undefined;
|
|
1979
2418
|
set whisperTriton(value: WhisperTriton | undefined);
|
|
2419
|
+
get s2tCloudServiceAmazon(): S2tCloudServiceAmazon | undefined;
|
|
2420
|
+
set s2tCloudServiceAmazon(value: S2tCloudServiceAmazon | undefined);
|
|
2421
|
+
get s2tCloudServiceDeepgram(): S2tCloudServiceDeepgram | undefined;
|
|
2422
|
+
set s2tCloudServiceDeepgram(value: S2tCloudServiceDeepgram | undefined);
|
|
2423
|
+
get s2tCloudServiceGoogle(): S2tCloudServiceGoogle | undefined;
|
|
2424
|
+
set s2tCloudServiceGoogle(value: S2tCloudServiceGoogle | undefined);
|
|
2425
|
+
get s2tCloudServiceMicrosoft(): S2tCloudServiceMicrosoft | undefined;
|
|
2426
|
+
set s2tCloudServiceMicrosoft(value: S2tCloudServiceMicrosoft | undefined);
|
|
1980
2427
|
/**
|
|
1981
2428
|
* Serialize message to binary data
|
|
1982
2429
|
* @param instance message instance
|
|
@@ -1997,7 +2444,7 @@ export declare class AcousticModels implements GrpcMessage {
|
|
|
1997
2444
|
*/
|
|
1998
2445
|
toProtobufJSON(options?: ToProtobufJSONOptions): AcousticModels.AsProtobufJSON;
|
|
1999
2446
|
}
|
|
2000
|
-
export declare
|
|
2447
|
+
export declare namespace AcousticModels {
|
|
2001
2448
|
/**
|
|
2002
2449
|
* Standard JavaScript object representation for AcousticModels
|
|
2003
2450
|
*/
|
|
@@ -2007,6 +2454,10 @@ export declare module AcousticModels {
|
|
|
2007
2454
|
wav2vecTriton?: Wav2VecTriton.AsObject;
|
|
2008
2455
|
whisper?: Whisper.AsObject;
|
|
2009
2456
|
whisperTriton?: WhisperTriton.AsObject;
|
|
2457
|
+
s2tCloudServiceAmazon?: S2tCloudServiceAmazon.AsObject;
|
|
2458
|
+
s2tCloudServiceDeepgram?: S2tCloudServiceDeepgram.AsObject;
|
|
2459
|
+
s2tCloudServiceGoogle?: S2tCloudServiceGoogle.AsObject;
|
|
2460
|
+
s2tCloudServiceMicrosoft?: S2tCloudServiceMicrosoft.AsObject;
|
|
2010
2461
|
}
|
|
2011
2462
|
/**
|
|
2012
2463
|
* Protobuf JSON representation for AcousticModels
|
|
@@ -2017,6 +2468,381 @@ export declare module AcousticModels {
|
|
|
2017
2468
|
wav2vecTriton: Wav2VecTriton.AsProtobufJSON | null;
|
|
2018
2469
|
whisper: Whisper.AsProtobufJSON | null;
|
|
2019
2470
|
whisperTriton: WhisperTriton.AsProtobufJSON | null;
|
|
2471
|
+
s2tCloudServiceAmazon: S2tCloudServiceAmazon.AsProtobufJSON | null;
|
|
2472
|
+
s2tCloudServiceDeepgram: S2tCloudServiceDeepgram.AsProtobufJSON | null;
|
|
2473
|
+
s2tCloudServiceGoogle: S2tCloudServiceGoogle.AsProtobufJSON | null;
|
|
2474
|
+
s2tCloudServiceMicrosoft: S2tCloudServiceMicrosoft.AsProtobufJSON | null;
|
|
2475
|
+
}
|
|
2476
|
+
}
|
|
2477
|
+
/**
|
|
2478
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceAmazon
|
|
2479
|
+
*/
|
|
2480
|
+
export declare class S2tCloudServiceAmazon implements GrpcMessage {
|
|
2481
|
+
static id: string;
|
|
2482
|
+
/**
|
|
2483
|
+
* Deserialize binary data to message
|
|
2484
|
+
* @param instance message instance
|
|
2485
|
+
*/
|
|
2486
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceAmazon;
|
|
2487
|
+
/**
|
|
2488
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2489
|
+
* @param _instance message instance
|
|
2490
|
+
*/
|
|
2491
|
+
static refineValues(_instance: S2tCloudServiceAmazon): void;
|
|
2492
|
+
/**
|
|
2493
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2494
|
+
* @param _instance message instance
|
|
2495
|
+
* @param _reader binary reader instance
|
|
2496
|
+
*/
|
|
2497
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceAmazon, _reader: BinaryReader): void;
|
|
2498
|
+
/**
|
|
2499
|
+
* Serializes a message to binary format using provided binary reader
|
|
2500
|
+
* @param _instance message instance
|
|
2501
|
+
* @param _writer binary writer instance
|
|
2502
|
+
*/
|
|
2503
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceAmazon, _writer: BinaryWriter): void;
|
|
2504
|
+
private _language;
|
|
2505
|
+
private _streamingAvailable;
|
|
2506
|
+
private _enablePartialResultsStabilization;
|
|
2507
|
+
private _partialResultsStability;
|
|
2508
|
+
private _languageModelName;
|
|
2509
|
+
private _vocabularyName;
|
|
2510
|
+
/**
|
|
2511
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2512
|
+
* @param _value initial values object or instance of S2tCloudServiceAmazon to deeply clone from
|
|
2513
|
+
*/
|
|
2514
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceAmazon.AsObject>);
|
|
2515
|
+
get language(): string;
|
|
2516
|
+
set language(value: string);
|
|
2517
|
+
get streamingAvailable(): boolean;
|
|
2518
|
+
set streamingAvailable(value: boolean);
|
|
2519
|
+
get enablePartialResultsStabilization(): boolean;
|
|
2520
|
+
set enablePartialResultsStabilization(value: boolean);
|
|
2521
|
+
get partialResultsStability(): string;
|
|
2522
|
+
set partialResultsStability(value: string);
|
|
2523
|
+
get languageModelName(): string;
|
|
2524
|
+
set languageModelName(value: string);
|
|
2525
|
+
get vocabularyName(): string;
|
|
2526
|
+
set vocabularyName(value: string);
|
|
2527
|
+
/**
|
|
2528
|
+
* Serialize message to binary data
|
|
2529
|
+
* @param instance message instance
|
|
2530
|
+
*/
|
|
2531
|
+
serializeBinary(): any;
|
|
2532
|
+
/**
|
|
2533
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2534
|
+
*/
|
|
2535
|
+
toObject(): S2tCloudServiceAmazon.AsObject;
|
|
2536
|
+
/**
|
|
2537
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2538
|
+
*/
|
|
2539
|
+
toJSON(): S2tCloudServiceAmazon.AsObject;
|
|
2540
|
+
/**
|
|
2541
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2542
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2543
|
+
* 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
|
|
2544
|
+
*/
|
|
2545
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceAmazon.AsProtobufJSON;
|
|
2546
|
+
}
|
|
2547
|
+
export declare namespace S2tCloudServiceAmazon {
|
|
2548
|
+
/**
|
|
2549
|
+
* Standard JavaScript object representation for S2tCloudServiceAmazon
|
|
2550
|
+
*/
|
|
2551
|
+
interface AsObject {
|
|
2552
|
+
language: string;
|
|
2553
|
+
streamingAvailable: boolean;
|
|
2554
|
+
enablePartialResultsStabilization: boolean;
|
|
2555
|
+
partialResultsStability: string;
|
|
2556
|
+
languageModelName: string;
|
|
2557
|
+
vocabularyName: string;
|
|
2558
|
+
}
|
|
2559
|
+
/**
|
|
2560
|
+
* Protobuf JSON representation for S2tCloudServiceAmazon
|
|
2561
|
+
*/
|
|
2562
|
+
interface AsProtobufJSON {
|
|
2563
|
+
language: string;
|
|
2564
|
+
streamingAvailable: boolean;
|
|
2565
|
+
enablePartialResultsStabilization: boolean;
|
|
2566
|
+
partialResultsStability: string;
|
|
2567
|
+
languageModelName: string;
|
|
2568
|
+
vocabularyName: string;
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
/**
|
|
2572
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceDeepgram
|
|
2573
|
+
*/
|
|
2574
|
+
export declare class S2tCloudServiceDeepgram implements GrpcMessage {
|
|
2575
|
+
static id: string;
|
|
2576
|
+
/**
|
|
2577
|
+
* Deserialize binary data to message
|
|
2578
|
+
* @param instance message instance
|
|
2579
|
+
*/
|
|
2580
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceDeepgram;
|
|
2581
|
+
/**
|
|
2582
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2583
|
+
* @param _instance message instance
|
|
2584
|
+
*/
|
|
2585
|
+
static refineValues(_instance: S2tCloudServiceDeepgram): void;
|
|
2586
|
+
/**
|
|
2587
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2588
|
+
* @param _instance message instance
|
|
2589
|
+
* @param _reader binary reader instance
|
|
2590
|
+
*/
|
|
2591
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceDeepgram, _reader: BinaryReader): void;
|
|
2592
|
+
/**
|
|
2593
|
+
* Serializes a message to binary format using provided binary reader
|
|
2594
|
+
* @param _instance message instance
|
|
2595
|
+
* @param _writer binary writer instance
|
|
2596
|
+
*/
|
|
2597
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceDeepgram, _writer: BinaryWriter): void;
|
|
2598
|
+
private _modelName;
|
|
2599
|
+
private _language;
|
|
2600
|
+
private _punctuate;
|
|
2601
|
+
private _smartFormat;
|
|
2602
|
+
private _numerals;
|
|
2603
|
+
private _measurements;
|
|
2604
|
+
private _dictation;
|
|
2605
|
+
/**
|
|
2606
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2607
|
+
* @param _value initial values object or instance of S2tCloudServiceDeepgram to deeply clone from
|
|
2608
|
+
*/
|
|
2609
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceDeepgram.AsObject>);
|
|
2610
|
+
get modelName(): string;
|
|
2611
|
+
set modelName(value: string);
|
|
2612
|
+
get language(): string;
|
|
2613
|
+
set language(value: string);
|
|
2614
|
+
get punctuate(): boolean;
|
|
2615
|
+
set punctuate(value: boolean);
|
|
2616
|
+
get smartFormat(): boolean;
|
|
2617
|
+
set smartFormat(value: boolean);
|
|
2618
|
+
get numerals(): boolean;
|
|
2619
|
+
set numerals(value: boolean);
|
|
2620
|
+
get measurements(): boolean;
|
|
2621
|
+
set measurements(value: boolean);
|
|
2622
|
+
get dictation(): boolean;
|
|
2623
|
+
set dictation(value: boolean);
|
|
2624
|
+
/**
|
|
2625
|
+
* Serialize message to binary data
|
|
2626
|
+
* @param instance message instance
|
|
2627
|
+
*/
|
|
2628
|
+
serializeBinary(): any;
|
|
2629
|
+
/**
|
|
2630
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2631
|
+
*/
|
|
2632
|
+
toObject(): S2tCloudServiceDeepgram.AsObject;
|
|
2633
|
+
/**
|
|
2634
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2635
|
+
*/
|
|
2636
|
+
toJSON(): S2tCloudServiceDeepgram.AsObject;
|
|
2637
|
+
/**
|
|
2638
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2639
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2640
|
+
* 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
|
|
2641
|
+
*/
|
|
2642
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceDeepgram.AsProtobufJSON;
|
|
2643
|
+
}
|
|
2644
|
+
export declare namespace S2tCloudServiceDeepgram {
|
|
2645
|
+
/**
|
|
2646
|
+
* Standard JavaScript object representation for S2tCloudServiceDeepgram
|
|
2647
|
+
*/
|
|
2648
|
+
interface AsObject {
|
|
2649
|
+
modelName: string;
|
|
2650
|
+
language: string;
|
|
2651
|
+
punctuate: boolean;
|
|
2652
|
+
smartFormat: boolean;
|
|
2653
|
+
numerals: boolean;
|
|
2654
|
+
measurements: boolean;
|
|
2655
|
+
dictation: boolean;
|
|
2656
|
+
}
|
|
2657
|
+
/**
|
|
2658
|
+
* Protobuf JSON representation for S2tCloudServiceDeepgram
|
|
2659
|
+
*/
|
|
2660
|
+
interface AsProtobufJSON {
|
|
2661
|
+
modelName: string;
|
|
2662
|
+
language: string;
|
|
2663
|
+
punctuate: boolean;
|
|
2664
|
+
smartFormat: boolean;
|
|
2665
|
+
numerals: boolean;
|
|
2666
|
+
measurements: boolean;
|
|
2667
|
+
dictation: boolean;
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
/**
|
|
2671
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceGoogle
|
|
2672
|
+
*/
|
|
2673
|
+
export declare class S2tCloudServiceGoogle implements GrpcMessage {
|
|
2674
|
+
static id: string;
|
|
2675
|
+
/**
|
|
2676
|
+
* Deserialize binary data to message
|
|
2677
|
+
* @param instance message instance
|
|
2678
|
+
*/
|
|
2679
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceGoogle;
|
|
2680
|
+
/**
|
|
2681
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2682
|
+
* @param _instance message instance
|
|
2683
|
+
*/
|
|
2684
|
+
static refineValues(_instance: S2tCloudServiceGoogle): void;
|
|
2685
|
+
/**
|
|
2686
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2687
|
+
* @param _instance message instance
|
|
2688
|
+
* @param _reader binary reader instance
|
|
2689
|
+
*/
|
|
2690
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceGoogle, _reader: BinaryReader): void;
|
|
2691
|
+
/**
|
|
2692
|
+
* Serializes a message to binary format using provided binary reader
|
|
2693
|
+
* @param _instance message instance
|
|
2694
|
+
* @param _writer binary writer instance
|
|
2695
|
+
*/
|
|
2696
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceGoogle, _writer: BinaryWriter): void;
|
|
2697
|
+
private _modelName;
|
|
2698
|
+
private _language;
|
|
2699
|
+
private _enableAutomaticPunctuation;
|
|
2700
|
+
private _enableWordTimeOffsets;
|
|
2701
|
+
private _enableWordConfidence;
|
|
2702
|
+
private _transcriptNormalization;
|
|
2703
|
+
private _maxAlternatives;
|
|
2704
|
+
/**
|
|
2705
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2706
|
+
* @param _value initial values object or instance of S2tCloudServiceGoogle to deeply clone from
|
|
2707
|
+
*/
|
|
2708
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceGoogle.AsObject>);
|
|
2709
|
+
get modelName(): string;
|
|
2710
|
+
set modelName(value: string);
|
|
2711
|
+
get language(): string;
|
|
2712
|
+
set language(value: string);
|
|
2713
|
+
get enableAutomaticPunctuation(): boolean;
|
|
2714
|
+
set enableAutomaticPunctuation(value: boolean);
|
|
2715
|
+
get enableWordTimeOffsets(): boolean;
|
|
2716
|
+
set enableWordTimeOffsets(value: boolean);
|
|
2717
|
+
get enableWordConfidence(): boolean;
|
|
2718
|
+
set enableWordConfidence(value: boolean);
|
|
2719
|
+
get transcriptNormalization(): boolean;
|
|
2720
|
+
set transcriptNormalization(value: boolean);
|
|
2721
|
+
get maxAlternatives(): number;
|
|
2722
|
+
set maxAlternatives(value: number);
|
|
2723
|
+
/**
|
|
2724
|
+
* Serialize message to binary data
|
|
2725
|
+
* @param instance message instance
|
|
2726
|
+
*/
|
|
2727
|
+
serializeBinary(): any;
|
|
2728
|
+
/**
|
|
2729
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2730
|
+
*/
|
|
2731
|
+
toObject(): S2tCloudServiceGoogle.AsObject;
|
|
2732
|
+
/**
|
|
2733
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2734
|
+
*/
|
|
2735
|
+
toJSON(): S2tCloudServiceGoogle.AsObject;
|
|
2736
|
+
/**
|
|
2737
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2738
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2739
|
+
* 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
|
|
2740
|
+
*/
|
|
2741
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceGoogle.AsProtobufJSON;
|
|
2742
|
+
}
|
|
2743
|
+
export declare namespace S2tCloudServiceGoogle {
|
|
2744
|
+
/**
|
|
2745
|
+
* Standard JavaScript object representation for S2tCloudServiceGoogle
|
|
2746
|
+
*/
|
|
2747
|
+
interface AsObject {
|
|
2748
|
+
modelName: string;
|
|
2749
|
+
language: string;
|
|
2750
|
+
enableAutomaticPunctuation: boolean;
|
|
2751
|
+
enableWordTimeOffsets: boolean;
|
|
2752
|
+
enableWordConfidence: boolean;
|
|
2753
|
+
transcriptNormalization: boolean;
|
|
2754
|
+
maxAlternatives: number;
|
|
2755
|
+
}
|
|
2756
|
+
/**
|
|
2757
|
+
* Protobuf JSON representation for S2tCloudServiceGoogle
|
|
2758
|
+
*/
|
|
2759
|
+
interface AsProtobufJSON {
|
|
2760
|
+
modelName: string;
|
|
2761
|
+
language: string;
|
|
2762
|
+
enableAutomaticPunctuation: boolean;
|
|
2763
|
+
enableWordTimeOffsets: boolean;
|
|
2764
|
+
enableWordConfidence: boolean;
|
|
2765
|
+
transcriptNormalization: boolean;
|
|
2766
|
+
maxAlternatives: number;
|
|
2767
|
+
}
|
|
2768
|
+
}
|
|
2769
|
+
/**
|
|
2770
|
+
* Message implementation for ondewo.s2t.S2tCloudServiceMicrosoft
|
|
2771
|
+
*/
|
|
2772
|
+
export declare class S2tCloudServiceMicrosoft implements GrpcMessage {
|
|
2773
|
+
static id: string;
|
|
2774
|
+
/**
|
|
2775
|
+
* Deserialize binary data to message
|
|
2776
|
+
* @param instance message instance
|
|
2777
|
+
*/
|
|
2778
|
+
static deserializeBinary(bytes: ByteSource): S2tCloudServiceMicrosoft;
|
|
2779
|
+
/**
|
|
2780
|
+
* Check all the properties and set default protobuf values if necessary
|
|
2781
|
+
* @param _instance message instance
|
|
2782
|
+
*/
|
|
2783
|
+
static refineValues(_instance: S2tCloudServiceMicrosoft): void;
|
|
2784
|
+
/**
|
|
2785
|
+
* Deserializes / reads binary message into message instance using provided binary reader
|
|
2786
|
+
* @param _instance message instance
|
|
2787
|
+
* @param _reader binary reader instance
|
|
2788
|
+
*/
|
|
2789
|
+
static deserializeBinaryFromReader(_instance: S2tCloudServiceMicrosoft, _reader: BinaryReader): void;
|
|
2790
|
+
/**
|
|
2791
|
+
* Serializes a message to binary format using provided binary reader
|
|
2792
|
+
* @param _instance message instance
|
|
2793
|
+
* @param _writer binary writer instance
|
|
2794
|
+
*/
|
|
2795
|
+
static serializeBinaryToWriter(_instance: S2tCloudServiceMicrosoft, _writer: BinaryWriter): void;
|
|
2796
|
+
private _language;
|
|
2797
|
+
private _useFastTranscriptionApi;
|
|
2798
|
+
private _useDetailedOutputFormat;
|
|
2799
|
+
/**
|
|
2800
|
+
* Message constructor. Initializes the properties and applies default Protobuf values if necessary
|
|
2801
|
+
* @param _value initial values object or instance of S2tCloudServiceMicrosoft to deeply clone from
|
|
2802
|
+
*/
|
|
2803
|
+
constructor(_value?: RecursivePartial<S2tCloudServiceMicrosoft.AsObject>);
|
|
2804
|
+
get language(): string;
|
|
2805
|
+
set language(value: string);
|
|
2806
|
+
get useFastTranscriptionApi(): boolean;
|
|
2807
|
+
set useFastTranscriptionApi(value: boolean);
|
|
2808
|
+
get useDetailedOutputFormat(): boolean;
|
|
2809
|
+
set useDetailedOutputFormat(value: boolean);
|
|
2810
|
+
/**
|
|
2811
|
+
* Serialize message to binary data
|
|
2812
|
+
* @param instance message instance
|
|
2813
|
+
*/
|
|
2814
|
+
serializeBinary(): any;
|
|
2815
|
+
/**
|
|
2816
|
+
* Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
|
|
2817
|
+
*/
|
|
2818
|
+
toObject(): S2tCloudServiceMicrosoft.AsObject;
|
|
2819
|
+
/**
|
|
2820
|
+
* Convenience method to support JSON.stringify(message), replicates the structure of toObject()
|
|
2821
|
+
*/
|
|
2822
|
+
toJSON(): S2tCloudServiceMicrosoft.AsObject;
|
|
2823
|
+
/**
|
|
2824
|
+
* Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
|
|
2825
|
+
* Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
|
|
2826
|
+
* 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
|
|
2827
|
+
*/
|
|
2828
|
+
toProtobufJSON(options?: ToProtobufJSONOptions): S2tCloudServiceMicrosoft.AsProtobufJSON;
|
|
2829
|
+
}
|
|
2830
|
+
export declare namespace S2tCloudServiceMicrosoft {
|
|
2831
|
+
/**
|
|
2832
|
+
* Standard JavaScript object representation for S2tCloudServiceMicrosoft
|
|
2833
|
+
*/
|
|
2834
|
+
interface AsObject {
|
|
2835
|
+
language: string;
|
|
2836
|
+
useFastTranscriptionApi: boolean;
|
|
2837
|
+
useDetailedOutputFormat: boolean;
|
|
2838
|
+
}
|
|
2839
|
+
/**
|
|
2840
|
+
* Protobuf JSON representation for S2tCloudServiceMicrosoft
|
|
2841
|
+
*/
|
|
2842
|
+
interface AsProtobufJSON {
|
|
2843
|
+
language: string;
|
|
2844
|
+
useFastTranscriptionApi: boolean;
|
|
2845
|
+
useDetailedOutputFormat: boolean;
|
|
2020
2846
|
}
|
|
2021
2847
|
}
|
|
2022
2848
|
/**
|
|
@@ -2083,7 +2909,7 @@ export declare class Whisper implements GrpcMessage {
|
|
|
2083
2909
|
*/
|
|
2084
2910
|
toProtobufJSON(options?: ToProtobufJSONOptions): Whisper.AsProtobufJSON;
|
|
2085
2911
|
}
|
|
2086
|
-
export declare
|
|
2912
|
+
export declare namespace Whisper {
|
|
2087
2913
|
/**
|
|
2088
2914
|
* Standard JavaScript object representation for Whisper
|
|
2089
2915
|
*/
|
|
@@ -2179,7 +3005,7 @@ export declare class WhisperTriton implements GrpcMessage {
|
|
|
2179
3005
|
*/
|
|
2180
3006
|
toProtobufJSON(options?: ToProtobufJSONOptions): WhisperTriton.AsProtobufJSON;
|
|
2181
3007
|
}
|
|
2182
|
-
export declare
|
|
3008
|
+
export declare namespace WhisperTriton {
|
|
2183
3009
|
/**
|
|
2184
3010
|
* Standard JavaScript object representation for WhisperTriton
|
|
2185
3011
|
*/
|
|
@@ -2265,7 +3091,7 @@ export declare class Wav2Vec implements GrpcMessage {
|
|
|
2265
3091
|
*/
|
|
2266
3092
|
toProtobufJSON(options?: ToProtobufJSONOptions): Wav2Vec.AsProtobufJSON;
|
|
2267
3093
|
}
|
|
2268
|
-
export declare
|
|
3094
|
+
export declare namespace Wav2Vec {
|
|
2269
3095
|
/**
|
|
2270
3096
|
* Standard JavaScript object representation for Wav2Vec
|
|
2271
3097
|
*/
|
|
@@ -2351,7 +3177,7 @@ export declare class Wav2VecTriton implements GrpcMessage {
|
|
|
2351
3177
|
*/
|
|
2352
3178
|
toProtobufJSON(options?: ToProtobufJSONOptions): Wav2VecTriton.AsProtobufJSON;
|
|
2353
3179
|
}
|
|
2354
|
-
export declare
|
|
3180
|
+
export declare namespace Wav2VecTriton {
|
|
2355
3181
|
/**
|
|
2356
3182
|
* Standard JavaScript object representation for Wav2VecTriton
|
|
2357
3183
|
*/
|
|
@@ -2433,7 +3259,7 @@ export declare class PtFiles implements GrpcMessage {
|
|
|
2433
3259
|
*/
|
|
2434
3260
|
toProtobufJSON(options?: ToProtobufJSONOptions): PtFiles.AsProtobufJSON;
|
|
2435
3261
|
}
|
|
2436
|
-
export declare
|
|
3262
|
+
export declare namespace PtFiles {
|
|
2437
3263
|
/**
|
|
2438
3264
|
* Standard JavaScript object representation for PtFiles
|
|
2439
3265
|
*/
|
|
@@ -2504,7 +3330,7 @@ export declare class CkptFile implements GrpcMessage {
|
|
|
2504
3330
|
*/
|
|
2505
3331
|
toProtobufJSON(options?: ToProtobufJSONOptions): CkptFile.AsProtobufJSON;
|
|
2506
3332
|
}
|
|
2507
|
-
export declare
|
|
3333
|
+
export declare namespace CkptFile {
|
|
2508
3334
|
/**
|
|
2509
3335
|
* Standard JavaScript object representation for CkptFile
|
|
2510
3336
|
*/
|
|
@@ -2585,7 +3411,7 @@ export declare class LanguageModels implements GrpcMessage {
|
|
|
2585
3411
|
*/
|
|
2586
3412
|
toProtobufJSON(options?: ToProtobufJSONOptions): LanguageModels.AsProtobufJSON;
|
|
2587
3413
|
}
|
|
2588
|
-
export declare
|
|
3414
|
+
export declare namespace LanguageModels {
|
|
2589
3415
|
/**
|
|
2590
3416
|
* Standard JavaScript object representation for LanguageModels
|
|
2591
3417
|
*/
|
|
@@ -2671,7 +3497,7 @@ export declare class StreamingServer implements GrpcMessage {
|
|
|
2671
3497
|
*/
|
|
2672
3498
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingServer.AsProtobufJSON;
|
|
2673
3499
|
}
|
|
2674
|
-
export declare
|
|
3500
|
+
export declare namespace StreamingServer {
|
|
2675
3501
|
/**
|
|
2676
3502
|
* Standard JavaScript object representation for StreamingServer
|
|
2677
3503
|
*/
|
|
@@ -2758,7 +3584,7 @@ export declare class StreamingSpeechRecognition implements GrpcMessage {
|
|
|
2758
3584
|
*/
|
|
2759
3585
|
toProtobufJSON(options?: ToProtobufJSONOptions): StreamingSpeechRecognition.AsProtobufJSON;
|
|
2760
3586
|
}
|
|
2761
|
-
export declare
|
|
3587
|
+
export declare namespace StreamingSpeechRecognition {
|
|
2762
3588
|
/**
|
|
2763
3589
|
* Standard JavaScript object representation for StreamingSpeechRecognition
|
|
2764
3590
|
*/
|
|
@@ -2841,7 +3667,7 @@ export declare class VoiceActivityDetection implements GrpcMessage {
|
|
|
2841
3667
|
*/
|
|
2842
3668
|
toProtobufJSON(options?: ToProtobufJSONOptions): VoiceActivityDetection.AsProtobufJSON;
|
|
2843
3669
|
}
|
|
2844
|
-
export declare
|
|
3670
|
+
export declare namespace VoiceActivityDetection {
|
|
2845
3671
|
/**
|
|
2846
3672
|
* Standard JavaScript object representation for VoiceActivityDetection
|
|
2847
3673
|
*/
|
|
@@ -2929,7 +3755,7 @@ export declare class Pyannote implements GrpcMessage {
|
|
|
2929
3755
|
*/
|
|
2930
3756
|
toProtobufJSON(options?: ToProtobufJSONOptions): Pyannote.AsProtobufJSON;
|
|
2931
3757
|
}
|
|
2932
|
-
export declare
|
|
3758
|
+
export declare namespace Pyannote {
|
|
2933
3759
|
/**
|
|
2934
3760
|
* Standard JavaScript object representation for Pyannote
|
|
2935
3761
|
*/
|
|
@@ -3011,7 +3837,7 @@ export declare class PostProcessing implements GrpcMessage {
|
|
|
3011
3837
|
*/
|
|
3012
3838
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessing.AsProtobufJSON;
|
|
3013
3839
|
}
|
|
3014
|
-
export declare
|
|
3840
|
+
export declare namespace PostProcessing {
|
|
3015
3841
|
/**
|
|
3016
3842
|
* Standard JavaScript object representation for PostProcessing
|
|
3017
3843
|
*/
|
|
@@ -3085,7 +3911,7 @@ export declare class PostProcessors implements GrpcMessage {
|
|
|
3085
3911
|
*/
|
|
3086
3912
|
toProtobufJSON(options?: ToProtobufJSONOptions): PostProcessors.AsProtobufJSON;
|
|
3087
3913
|
}
|
|
3088
|
-
export declare
|
|
3914
|
+
export declare namespace PostProcessors {
|
|
3089
3915
|
/**
|
|
3090
3916
|
* Standard JavaScript object representation for PostProcessors
|
|
3091
3917
|
*/
|
|
@@ -3162,7 +3988,7 @@ export declare class SymSpell implements GrpcMessage {
|
|
|
3162
3988
|
*/
|
|
3163
3989
|
toProtobufJSON(options?: ToProtobufJSONOptions): SymSpell.AsProtobufJSON;
|
|
3164
3990
|
}
|
|
3165
|
-
export declare
|
|
3991
|
+
export declare namespace SymSpell {
|
|
3166
3992
|
/**
|
|
3167
3993
|
* Standard JavaScript object representation for SymSpell
|
|
3168
3994
|
*/
|
|
@@ -3238,7 +4064,7 @@ export declare class S2TNormalization implements GrpcMessage {
|
|
|
3238
4064
|
*/
|
|
3239
4065
|
toProtobufJSON(options?: ToProtobufJSONOptions): S2TNormalization.AsProtobufJSON;
|
|
3240
4066
|
}
|
|
3241
|
-
export declare
|
|
4067
|
+
export declare namespace S2TNormalization {
|
|
3242
4068
|
/**
|
|
3243
4069
|
* Standard JavaScript object representation for S2TNormalization
|
|
3244
4070
|
*/
|
|
@@ -3312,7 +4138,7 @@ export declare class Logging implements GrpcMessage {
|
|
|
3312
4138
|
*/
|
|
3313
4139
|
toProtobufJSON(options?: ToProtobufJSONOptions): Logging.AsProtobufJSON;
|
|
3314
4140
|
}
|
|
3315
|
-
export declare
|
|
4141
|
+
export declare namespace Logging {
|
|
3316
4142
|
/**
|
|
3317
4143
|
* Standard JavaScript object representation for Logging
|
|
3318
4144
|
*/
|
|
@@ -3383,7 +4209,7 @@ export declare class ListS2tLanguageModelsRequest implements GrpcMessage {
|
|
|
3383
4209
|
*/
|
|
3384
4210
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguageModelsRequest.AsProtobufJSON;
|
|
3385
4211
|
}
|
|
3386
|
-
export declare
|
|
4212
|
+
export declare namespace ListS2tLanguageModelsRequest {
|
|
3387
4213
|
/**
|
|
3388
4214
|
* Standard JavaScript object representation for ListS2tLanguageModelsRequest
|
|
3389
4215
|
*/
|
|
@@ -3455,7 +4281,7 @@ export declare class LanguageModelPipelineId implements GrpcMessage {
|
|
|
3455
4281
|
*/
|
|
3456
4282
|
toProtobufJSON(options?: ToProtobufJSONOptions): LanguageModelPipelineId.AsProtobufJSON;
|
|
3457
4283
|
}
|
|
3458
|
-
export declare
|
|
4284
|
+
export declare namespace LanguageModelPipelineId {
|
|
3459
4285
|
/**
|
|
3460
4286
|
* Standard JavaScript object representation for LanguageModelPipelineId
|
|
3461
4287
|
*/
|
|
@@ -3526,7 +4352,7 @@ export declare class ListS2tLanguageModelsResponse implements GrpcMessage {
|
|
|
3526
4352
|
*/
|
|
3527
4353
|
toProtobufJSON(options?: ToProtobufJSONOptions): ListS2tLanguageModelsResponse.AsProtobufJSON;
|
|
3528
4354
|
}
|
|
3529
|
-
export declare
|
|
4355
|
+
export declare namespace ListS2tLanguageModelsResponse {
|
|
3530
4356
|
/**
|
|
3531
4357
|
* Standard JavaScript object representation for ListS2tLanguageModelsResponse
|
|
3532
4358
|
*/
|
|
@@ -3595,7 +4421,7 @@ export declare class CreateUserLanguageModelRequest implements GrpcMessage {
|
|
|
3595
4421
|
*/
|
|
3596
4422
|
toProtobufJSON(options?: ToProtobufJSONOptions): CreateUserLanguageModelRequest.AsProtobufJSON;
|
|
3597
4423
|
}
|
|
3598
|
-
export declare
|
|
4424
|
+
export declare namespace CreateUserLanguageModelRequest {
|
|
3599
4425
|
/**
|
|
3600
4426
|
* Standard JavaScript object representation for CreateUserLanguageModelRequest
|
|
3601
4427
|
*/
|
|
@@ -3664,7 +4490,7 @@ export declare class DeleteUserLanguageModelRequest implements GrpcMessage {
|
|
|
3664
4490
|
*/
|
|
3665
4491
|
toProtobufJSON(options?: ToProtobufJSONOptions): DeleteUserLanguageModelRequest.AsProtobufJSON;
|
|
3666
4492
|
}
|
|
3667
|
-
export declare
|
|
4493
|
+
export declare namespace DeleteUserLanguageModelRequest {
|
|
3668
4494
|
/**
|
|
3669
4495
|
* Standard JavaScript object representation for DeleteUserLanguageModelRequest
|
|
3670
4496
|
*/
|
|
@@ -3736,7 +4562,7 @@ export declare class AddDataToUserLanguageModelRequest implements GrpcMessage {
|
|
|
3736
4562
|
*/
|
|
3737
4563
|
toProtobufJSON(options?: ToProtobufJSONOptions): AddDataToUserLanguageModelRequest.AsProtobufJSON;
|
|
3738
4564
|
}
|
|
3739
|
-
export declare
|
|
4565
|
+
export declare namespace AddDataToUserLanguageModelRequest {
|
|
3740
4566
|
/**
|
|
3741
4567
|
* Standard JavaScript object representation for AddDataToUserLanguageModelRequest
|
|
3742
4568
|
*/
|
|
@@ -3810,7 +4636,7 @@ export declare class TrainUserLanguageModelRequest implements GrpcMessage {
|
|
|
3810
4636
|
*/
|
|
3811
4637
|
toProtobufJSON(options?: ToProtobufJSONOptions): TrainUserLanguageModelRequest.AsProtobufJSON;
|
|
3812
4638
|
}
|
|
3813
|
-
export declare
|
|
4639
|
+
export declare namespace TrainUserLanguageModelRequest {
|
|
3814
4640
|
/**
|
|
3815
4641
|
* Standard JavaScript object representation for TrainUserLanguageModelRequest
|
|
3816
4642
|
*/
|