@ondewo/csi-client-angular 3.2.1 → 4.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.
Files changed (65) hide show
  1. package/api/ondewo/csi/conversation.pb.d.ts +24 -24
  2. package/api/ondewo/nlu/agent.pb.d.ts +258 -18
  3. package/api/ondewo/nlu/agent.pbsc.d.ts +141 -60
  4. package/api/ondewo/nlu/ccai-project.pb.d.ts +1337 -0
  5. package/api/ondewo/nlu/ccai-project.pbconf.d.ts +6 -0
  6. package/api/ondewo/nlu/ccai-project.pbsc.d.ts +102 -0
  7. package/api/ondewo/nlu/common.pb.d.ts +957 -0
  8. package/api/ondewo/nlu/context.pb.d.ts +41 -0
  9. package/api/ondewo/nlu/entity-type.pb.d.ts +55 -14
  10. package/api/ondewo/nlu/entity-type.pbsc.d.ts +5 -5
  11. package/api/ondewo/nlu/intent.pb.d.ts +129 -9
  12. package/api/ondewo/nlu/intent.pbsc.d.ts +4 -4
  13. package/api/ondewo/nlu/operation-metadata.pb.d.ts +22 -1
  14. package/api/ondewo/nlu/project-role.pb.d.ts +26 -5
  15. package/api/ondewo/nlu/project-role.pbsc.d.ts +5 -5
  16. package/api/ondewo/nlu/server-statistics.pbsc.d.ts +14 -14
  17. package/api/ondewo/nlu/session.pb.d.ts +1593 -146
  18. package/api/ondewo/nlu/session.pbsc.d.ts +150 -5
  19. package/api/ondewo/nlu/user.pb.d.ts +761 -18
  20. package/api/ondewo/nlu/user.pbsc.d.ts +126 -13
  21. package/api/ondewo/nlu/webhook.pb.d.ts +545 -10
  22. package/api/ondewo/nlu/webhook.pbsc.d.ts +49 -0
  23. package/api/ondewo/s2t/speech-to-text.pb.d.ts +66 -315
  24. package/api/ondewo/t2s/text-to-speech.pb.d.ts +391 -5
  25. package/api/ondewo/t2s/text-to-speech.pbconf.d.ts +0 -5
  26. package/api/ondewo/t2s/text-to-speech.pbsc.d.ts +47 -64
  27. package/esm2022/api/ondewo/csi/conversation.pb.mjs +25 -25
  28. package/esm2022/api/ondewo/csi/conversation.pbsc.mjs +4 -4
  29. package/esm2022/api/ondewo/nlu/agent.pb.mjs +925 -41
  30. package/esm2022/api/ondewo/nlu/agent.pbsc.mjs +201 -50
  31. package/esm2022/api/ondewo/nlu/aiservices.pbsc.mjs +4 -4
  32. package/esm2022/api/ondewo/nlu/ccai-project.pb.mjs +2490 -0
  33. package/esm2022/api/ondewo/nlu/ccai-project.pbconf.mjs +13 -0
  34. package/esm2022/api/ondewo/nlu/ccai-project.pbsc.mjs +194 -0
  35. package/esm2022/api/ondewo/nlu/common.pb.mjs +1854 -1
  36. package/esm2022/api/ondewo/nlu/context.pb.mjs +152 -5
  37. package/esm2022/api/ondewo/nlu/context.pbsc.mjs +4 -4
  38. package/esm2022/api/ondewo/nlu/entity-type.pb.mjs +166 -19
  39. package/esm2022/api/ondewo/nlu/entity-type.pbsc.mjs +8 -8
  40. package/esm2022/api/ondewo/nlu/intent.pb.mjs +464 -22
  41. package/esm2022/api/ondewo/nlu/intent.pbsc.mjs +7 -7
  42. package/esm2022/api/ondewo/nlu/operation-metadata.pb.mjs +76 -3
  43. package/esm2022/api/ondewo/nlu/operations.pbsc.mjs +4 -4
  44. package/esm2022/api/ondewo/nlu/project-role.pb.mjs +81 -8
  45. package/esm2022/api/ondewo/nlu/project-role.pbsc.mjs +8 -8
  46. package/esm2022/api/ondewo/nlu/project-statistics.pbsc.mjs +4 -4
  47. package/esm2022/api/ondewo/nlu/server-statistics.pb.mjs +1 -1
  48. package/esm2022/api/ondewo/nlu/server-statistics.pbsc.mjs +17 -17
  49. package/esm2022/api/ondewo/nlu/session.pb.mjs +2970 -199
  50. package/esm2022/api/ondewo/nlu/session.pbsc.mjs +279 -8
  51. package/esm2022/api/ondewo/nlu/user.pb.mjs +1349 -20
  52. package/esm2022/api/ondewo/nlu/user.pbsc.mjs +226 -15
  53. package/esm2022/api/ondewo/nlu/utility.pbsc.mjs +4 -4
  54. package/esm2022/api/ondewo/nlu/webhook.pb.mjs +915 -24
  55. package/esm2022/api/ondewo/nlu/webhook.pbsc.mjs +95 -4
  56. package/esm2022/api/ondewo/s2t/speech-to-text.pb.mjs +226 -676
  57. package/esm2022/api/ondewo/s2t/speech-to-text.pbsc.mjs +4 -4
  58. package/esm2022/api/ondewo/t2s/text-to-speech.pb.mjs +872 -98
  59. package/esm2022/api/ondewo/t2s/text-to-speech.pbconf.mjs +1 -6
  60. package/esm2022/api/ondewo/t2s/text-to-speech.pbsc.mjs +101 -131
  61. package/esm2022/public-api.mjs +4 -1
  62. package/fesm2022/ondewo-csi-client-angular.mjs +36357 -24065
  63. package/fesm2022/ondewo-csi-client-angular.mjs.map +1 -1
  64. package/package.json +1 -1
  65. package/public-api.d.ts +3 -0
@@ -44,8 +44,9 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
44
44
  private _postProcessing?;
45
45
  private _utteranceDetection?;
46
46
  private _pyannote?;
47
- private _matchbox?;
48
47
  private _returnOptions?;
48
+ private _language;
49
+ private _task;
49
50
  private _oneofLanguageModelName;
50
51
  private _oneofPostProcessing;
51
52
  private _oneofUtteranceDetection;
@@ -68,10 +69,12 @@ export declare class TranscribeRequestConfig implements GrpcMessage {
68
69
  set utteranceDetection(value: UtteranceDetectionOptions | undefined);
69
70
  get pyannote(): Pyannote | undefined;
70
71
  set pyannote(value: Pyannote | undefined);
71
- get matchbox(): Matchbox | undefined;
72
- set matchbox(value: Matchbox | undefined);
73
72
  get returnOptions(): TranscriptionReturnOptions | undefined;
74
73
  set returnOptions(value: TranscriptionReturnOptions | undefined);
74
+ get language(): string;
75
+ set language(value: string);
76
+ get task(): string;
77
+ set task(value: string);
75
78
  get oneofLanguageModelName(): TranscribeRequestConfig.OneofLanguageModelNameCase;
76
79
  get oneofPostProcessing(): TranscribeRequestConfig.OneofPostProcessingCase;
77
80
  get oneofUtteranceDetection(): TranscribeRequestConfig.OneofUtteranceDetectionCase;
@@ -108,8 +111,9 @@ export declare module TranscribeRequestConfig {
108
111
  postProcessing?: PostProcessingOptions.AsObject;
109
112
  utteranceDetection?: UtteranceDetectionOptions.AsObject;
110
113
  pyannote?: Pyannote.AsObject;
111
- matchbox?: Matchbox.AsObject;
112
114
  returnOptions?: TranscriptionReturnOptions.AsObject;
115
+ language: string;
116
+ task: string;
113
117
  }
114
118
  /**
115
119
  * Protobuf JSON representation for TranscribeRequestConfig
@@ -121,8 +125,9 @@ export declare module TranscribeRequestConfig {
121
125
  postProcessing: PostProcessingOptions.AsProtobufJSON | null;
122
126
  utteranceDetection: UtteranceDetectionOptions.AsProtobufJSON | null;
123
127
  pyannote: Pyannote.AsProtobufJSON | null;
124
- matchbox: Matchbox.AsProtobufJSON | null;
125
128
  returnOptions: TranscriptionReturnOptions.AsProtobufJSON | null;
129
+ language: string;
130
+ task: string;
126
131
  }
127
132
  enum OneofLanguageModelNameCase {
128
133
  none = 0,
@@ -138,8 +143,7 @@ export declare module TranscribeRequestConfig {
138
143
  }
139
144
  enum VoiceActivityDetectionCase {
140
145
  none = 0,
141
- pyannote = 1,
142
- matchbox = 2
146
+ pyannote = 1
143
147
  }
144
148
  enum OneofReturnOptionsCase {
145
149
  none = 0,
@@ -278,8 +282,6 @@ export declare class UtteranceDetectionOptions implements GrpcMessage {
278
282
  */
279
283
  static serializeBinaryToWriter(_instance: UtteranceDetectionOptions, _writer: BinaryWriter): void;
280
284
  private _transcribeNotFinal;
281
- private _startOfUtteranceThreshold;
282
- private _endOfUtteranceThreshold;
283
285
  private _nextChunkTimeout;
284
286
  private _oneofTranscribeNotFinal;
285
287
  /**
@@ -289,10 +291,6 @@ export declare class UtteranceDetectionOptions implements GrpcMessage {
289
291
  constructor(_value?: RecursivePartial<UtteranceDetectionOptions.AsObject>);
290
292
  get transcribeNotFinal(): boolean;
291
293
  set transcribeNotFinal(value: boolean);
292
- get startOfUtteranceThreshold(): number;
293
- set startOfUtteranceThreshold(value: number);
294
- get endOfUtteranceThreshold(): number;
295
- set endOfUtteranceThreshold(value: number);
296
294
  get nextChunkTimeout(): number;
297
295
  set nextChunkTimeout(value: number);
298
296
  get oneofTranscribeNotFinal(): UtteranceDetectionOptions.OneofTranscribeNotFinalCase;
@@ -322,8 +320,6 @@ export declare module UtteranceDetectionOptions {
322
320
  */
323
321
  interface AsObject {
324
322
  transcribeNotFinal: boolean;
325
- startOfUtteranceThreshold: number;
326
- endOfUtteranceThreshold: number;
327
323
  nextChunkTimeout: number;
328
324
  }
329
325
  /**
@@ -331,8 +327,6 @@ export declare module UtteranceDetectionOptions {
331
327
  */
332
328
  interface AsProtobufJSON {
333
329
  transcribeNotFinal: boolean;
334
- startOfUtteranceThreshold: number;
335
- endOfUtteranceThreshold: number;
336
330
  nextChunkTimeout: number;
337
331
  }
338
332
  enum OneofTranscribeNotFinalCase {
@@ -1964,8 +1958,6 @@ export declare class AcousticModels implements GrpcMessage {
1964
1958
  */
1965
1959
  static serializeBinaryToWriter(_instance: AcousticModels, _writer: BinaryWriter): void;
1966
1960
  private _type;
1967
- private _quartznet?;
1968
- private _quartznetTriton?;
1969
1961
  private _wav2vec?;
1970
1962
  private _wav2vecTriton?;
1971
1963
  private _whisper?;
@@ -1977,10 +1969,6 @@ export declare class AcousticModels implements GrpcMessage {
1977
1969
  constructor(_value?: RecursivePartial<AcousticModels.AsObject>);
1978
1970
  get type(): string;
1979
1971
  set type(value: string);
1980
- get quartznet(): Quartznet | undefined;
1981
- set quartznet(value: Quartznet | undefined);
1982
- get quartznetTriton(): QuartznetTriton | undefined;
1983
- set quartznetTriton(value: QuartznetTriton | undefined);
1984
1972
  get wav2vec(): Wav2Vec | undefined;
1985
1973
  set wav2vec(value: Wav2Vec | undefined);
1986
1974
  get wav2vecTriton(): Wav2VecTriton | undefined;
@@ -2015,8 +2003,6 @@ export declare module AcousticModels {
2015
2003
  */
2016
2004
  interface AsObject {
2017
2005
  type: string;
2018
- quartznet?: Quartznet.AsObject;
2019
- quartznetTriton?: QuartznetTriton.AsObject;
2020
2006
  wav2vec?: Wav2Vec.AsObject;
2021
2007
  wav2vecTriton?: Wav2VecTriton.AsObject;
2022
2008
  whisper?: Whisper.AsObject;
@@ -2027,8 +2013,6 @@ export declare module AcousticModels {
2027
2013
  */
2028
2014
  interface AsProtobufJSON {
2029
2015
  type: string;
2030
- quartznet: Quartznet.AsProtobufJSON | null;
2031
- quartznetTriton: QuartznetTriton.AsProtobufJSON | null;
2032
2016
  wav2vec: Wav2Vec.AsProtobufJSON | null;
2033
2017
  wav2vecTriton: Wav2VecTriton.AsProtobufJSON | null;
2034
2018
  whisper: Whisper.AsProtobufJSON | null;
@@ -2065,6 +2049,7 @@ export declare class Whisper implements GrpcMessage {
2065
2049
  private _modelPath;
2066
2050
  private _useGpu;
2067
2051
  private _language;
2052
+ private _task;
2068
2053
  /**
2069
2054
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2070
2055
  * @param _value initial values object or instance of Whisper to deeply clone from
@@ -2076,6 +2061,8 @@ export declare class Whisper implements GrpcMessage {
2076
2061
  set useGpu(value: boolean);
2077
2062
  get language(): string;
2078
2063
  set language(value: string);
2064
+ get task(): string;
2065
+ set task(value: string);
2079
2066
  /**
2080
2067
  * Serialize message to binary data
2081
2068
  * @param instance message instance
@@ -2104,6 +2091,7 @@ export declare module Whisper {
2104
2091
  modelPath: string;
2105
2092
  useGpu: boolean;
2106
2093
  language: string;
2094
+ task: string;
2107
2095
  }
2108
2096
  /**
2109
2097
  * Protobuf JSON representation for Whisper
@@ -2112,6 +2100,7 @@ export declare module Whisper {
2112
2100
  modelPath: string;
2113
2101
  useGpu: boolean;
2114
2102
  language: string;
2103
+ task: string;
2115
2104
  }
2116
2105
  }
2117
2106
  /**
@@ -2145,6 +2134,10 @@ export declare class WhisperTriton implements GrpcMessage {
2145
2134
  private _tritonModelName;
2146
2135
  private _tritonModelVersion;
2147
2136
  private _checkStatusTimeout;
2137
+ private _language;
2138
+ private _task;
2139
+ private _tritonServerHost;
2140
+ private _tritonServerPort;
2148
2141
  /**
2149
2142
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2150
2143
  * @param _value initial values object or instance of WhisperTriton to deeply clone from
@@ -2158,6 +2151,14 @@ export declare class WhisperTriton implements GrpcMessage {
2158
2151
  set tritonModelVersion(value: string);
2159
2152
  get checkStatusTimeout(): string;
2160
2153
  set checkStatusTimeout(value: string);
2154
+ get language(): string;
2155
+ set language(value: string);
2156
+ get task(): string;
2157
+ set task(value: string);
2158
+ get tritonServerHost(): string;
2159
+ set tritonServerHost(value: string);
2160
+ get tritonServerPort(): string;
2161
+ set tritonServerPort(value: string);
2161
2162
  /**
2162
2163
  * Serialize message to binary data
2163
2164
  * @param instance message instance
@@ -2187,6 +2188,10 @@ export declare module WhisperTriton {
2187
2188
  tritonModelName: string;
2188
2189
  tritonModelVersion: string;
2189
2190
  checkStatusTimeout: string;
2191
+ language: string;
2192
+ task: string;
2193
+ tritonServerHost: string;
2194
+ tritonServerPort: string;
2190
2195
  }
2191
2196
  /**
2192
2197
  * Protobuf JSON representation for WhisperTriton
@@ -2196,6 +2201,10 @@ export declare module WhisperTriton {
2196
2201
  tritonModelName: string;
2197
2202
  tritonModelVersion: string;
2198
2203
  checkStatusTimeout: string;
2204
+ language: string;
2205
+ task: string;
2206
+ tritonServerHost: string;
2207
+ tritonServerPort: string;
2199
2208
  }
2200
2209
  }
2201
2210
  /**
@@ -2303,6 +2312,8 @@ export declare class Wav2VecTriton implements GrpcMessage {
2303
2312
  private _tritonModelName;
2304
2313
  private _tritonModelVersion;
2305
2314
  private _checkStatusTimeout;
2315
+ private _tritonServerHost;
2316
+ private _tritonServerPort;
2306
2317
  /**
2307
2318
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2308
2319
  * @param _value initial values object or instance of Wav2VecTriton to deeply clone from
@@ -2316,6 +2327,10 @@ export declare class Wav2VecTriton implements GrpcMessage {
2316
2327
  set tritonModelVersion(value: string);
2317
2328
  get checkStatusTimeout(): string;
2318
2329
  set checkStatusTimeout(value: string);
2330
+ get tritonServerHost(): string;
2331
+ set tritonServerHost(value: string);
2332
+ get tritonServerPort(): string;
2333
+ set tritonServerPort(value: string);
2319
2334
  /**
2320
2335
  * Serialize message to binary data
2321
2336
  * @param instance message instance
@@ -2345,6 +2360,8 @@ export declare module Wav2VecTriton {
2345
2360
  tritonModelName: string;
2346
2361
  tritonModelVersion: string;
2347
2362
  checkStatusTimeout: string;
2363
+ tritonServerHost: string;
2364
+ tritonServerPort: string;
2348
2365
  }
2349
2366
  /**
2350
2367
  * Protobuf JSON representation for Wav2VecTriton
@@ -2354,95 +2371,8 @@ export declare module Wav2VecTriton {
2354
2371
  tritonModelName: string;
2355
2372
  tritonModelVersion: string;
2356
2373
  checkStatusTimeout: string;
2357
- }
2358
- }
2359
- /**
2360
- * Message implementation for ondewo.s2t.Quartznet
2361
- */
2362
- export declare class Quartznet implements GrpcMessage {
2363
- static id: string;
2364
- /**
2365
- * Deserialize binary data to message
2366
- * @param instance message instance
2367
- */
2368
- static deserializeBinary(bytes: ByteSource): Quartznet;
2369
- /**
2370
- * Check all the properties and set default protobuf values if necessary
2371
- * @param _instance message instance
2372
- */
2373
- static refineValues(_instance: Quartznet): void;
2374
- /**
2375
- * Deserializes / reads binary message into message instance using provided binary reader
2376
- * @param _instance message instance
2377
- * @param _reader binary reader instance
2378
- */
2379
- static deserializeBinaryFromReader(_instance: Quartznet, _reader: BinaryReader): void;
2380
- /**
2381
- * Serializes a message to binary format using provided binary reader
2382
- * @param _instance message instance
2383
- * @param _writer binary writer instance
2384
- */
2385
- static serializeBinaryToWriter(_instance: Quartznet, _writer: BinaryWriter): void;
2386
- private _configPath;
2387
- private _loadType;
2388
- private _ptFiles?;
2389
- private _ckptFile?;
2390
- private _useGpu;
2391
- /**
2392
- * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2393
- * @param _value initial values object or instance of Quartznet to deeply clone from
2394
- */
2395
- constructor(_value?: RecursivePartial<Quartznet.AsObject>);
2396
- get configPath(): string;
2397
- set configPath(value: string);
2398
- get loadType(): string;
2399
- set loadType(value: string);
2400
- get ptFiles(): PtFiles | undefined;
2401
- set ptFiles(value: PtFiles | undefined);
2402
- get ckptFile(): CkptFile | undefined;
2403
- set ckptFile(value: CkptFile | undefined);
2404
- get useGpu(): boolean;
2405
- set useGpu(value: boolean);
2406
- /**
2407
- * Serialize message to binary data
2408
- * @param instance message instance
2409
- */
2410
- serializeBinary(): any;
2411
- /**
2412
- * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2413
- */
2414
- toObject(): Quartznet.AsObject;
2415
- /**
2416
- * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2417
- */
2418
- toJSON(): Quartznet.AsObject;
2419
- /**
2420
- * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2421
- * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2422
- * 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
2423
- */
2424
- toProtobufJSON(options?: ToProtobufJSONOptions): Quartznet.AsProtobufJSON;
2425
- }
2426
- export declare module Quartznet {
2427
- /**
2428
- * Standard JavaScript object representation for Quartznet
2429
- */
2430
- interface AsObject {
2431
- configPath: string;
2432
- loadType: string;
2433
- ptFiles?: PtFiles.AsObject;
2434
- ckptFile?: CkptFile.AsObject;
2435
- useGpu: boolean;
2436
- }
2437
- /**
2438
- * Protobuf JSON representation for Quartznet
2439
- */
2440
- interface AsProtobufJSON {
2441
- configPath: string;
2442
- loadType: string;
2443
- ptFiles: PtFiles.AsProtobufJSON | null;
2444
- ckptFile: CkptFile.AsProtobufJSON | null;
2445
- useGpu: boolean;
2374
+ tritonServerHost: string;
2375
+ tritonServerPort: string;
2446
2376
  }
2447
2377
  }
2448
2378
  /**
@@ -2588,85 +2518,6 @@ export declare module CkptFile {
2588
2518
  path: string;
2589
2519
  }
2590
2520
  }
2591
- /**
2592
- * Message implementation for ondewo.s2t.QuartznetTriton
2593
- */
2594
- export declare class QuartznetTriton implements GrpcMessage {
2595
- static id: string;
2596
- /**
2597
- * Deserialize binary data to message
2598
- * @param instance message instance
2599
- */
2600
- static deserializeBinary(bytes: ByteSource): QuartznetTriton;
2601
- /**
2602
- * Check all the properties and set default protobuf values if necessary
2603
- * @param _instance message instance
2604
- */
2605
- static refineValues(_instance: QuartznetTriton): void;
2606
- /**
2607
- * Deserializes / reads binary message into message instance using provided binary reader
2608
- * @param _instance message instance
2609
- * @param _reader binary reader instance
2610
- */
2611
- static deserializeBinaryFromReader(_instance: QuartznetTriton, _reader: BinaryReader): void;
2612
- /**
2613
- * Serializes a message to binary format using provided binary reader
2614
- * @param _instance message instance
2615
- * @param _writer binary writer instance
2616
- */
2617
- static serializeBinaryToWriter(_instance: QuartznetTriton, _writer: BinaryWriter): void;
2618
- private _configPath;
2619
- private _tritonUrl;
2620
- private _tritonModel;
2621
- /**
2622
- * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2623
- * @param _value initial values object or instance of QuartznetTriton to deeply clone from
2624
- */
2625
- constructor(_value?: RecursivePartial<QuartznetTriton.AsObject>);
2626
- get configPath(): string;
2627
- set configPath(value: string);
2628
- get tritonUrl(): string;
2629
- set tritonUrl(value: string);
2630
- get tritonModel(): string;
2631
- set tritonModel(value: string);
2632
- /**
2633
- * Serialize message to binary data
2634
- * @param instance message instance
2635
- */
2636
- serializeBinary(): any;
2637
- /**
2638
- * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
2639
- */
2640
- toObject(): QuartznetTriton.AsObject;
2641
- /**
2642
- * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
2643
- */
2644
- toJSON(): QuartznetTriton.AsObject;
2645
- /**
2646
- * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
2647
- * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
2648
- * 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
2649
- */
2650
- toProtobufJSON(options?: ToProtobufJSONOptions): QuartznetTriton.AsProtobufJSON;
2651
- }
2652
- export declare module QuartznetTriton {
2653
- /**
2654
- * Standard JavaScript object representation for QuartznetTriton
2655
- */
2656
- interface AsObject {
2657
- configPath: string;
2658
- tritonUrl: string;
2659
- tritonModel: string;
2660
- }
2661
- /**
2662
- * Protobuf JSON representation for QuartznetTriton
2663
- */
2664
- interface AsProtobufJSON {
2665
- configPath: string;
2666
- tritonUrl: string;
2667
- tritonModel: string;
2668
- }
2669
- }
2670
2521
  /**
2671
2522
  * Message implementation for ondewo.s2t.LanguageModels
2672
2523
  */
@@ -2871,8 +2722,6 @@ export declare class StreamingSpeechRecognition implements GrpcMessage {
2871
2722
  private _decodingMethod;
2872
2723
  private _samplingRate;
2873
2724
  private _minAudioChunkSize;
2874
- private _startOfUtteranceThreshold;
2875
- private _endOfUtteranceThreshold;
2876
2725
  private _nextChunkTimeout;
2877
2726
  /**
2878
2727
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
@@ -2887,10 +2736,6 @@ export declare class StreamingSpeechRecognition implements GrpcMessage {
2887
2736
  set samplingRate(value: string);
2888
2737
  get minAudioChunkSize(): string;
2889
2738
  set minAudioChunkSize(value: string);
2890
- get startOfUtteranceThreshold(): number;
2891
- set startOfUtteranceThreshold(value: number);
2892
- get endOfUtteranceThreshold(): number;
2893
- set endOfUtteranceThreshold(value: number);
2894
2739
  get nextChunkTimeout(): number;
2895
2740
  set nextChunkTimeout(value: number);
2896
2741
  /**
@@ -2922,8 +2767,6 @@ export declare module StreamingSpeechRecognition {
2922
2767
  decodingMethod: string;
2923
2768
  samplingRate: string;
2924
2769
  minAudioChunkSize: string;
2925
- startOfUtteranceThreshold: number;
2926
- endOfUtteranceThreshold: number;
2927
2770
  nextChunkTimeout: number;
2928
2771
  }
2929
2772
  /**
@@ -2934,8 +2777,6 @@ export declare module StreamingSpeechRecognition {
2934
2777
  decodingMethod: string;
2935
2778
  samplingRate: string;
2936
2779
  minAudioChunkSize: string;
2937
- startOfUtteranceThreshold: number;
2938
- endOfUtteranceThreshold: number;
2939
2780
  nextChunkTimeout: number;
2940
2781
  }
2941
2782
  }
@@ -2969,7 +2810,6 @@ export declare class VoiceActivityDetection implements GrpcMessage {
2969
2810
  private _active;
2970
2811
  private _samplingRate;
2971
2812
  private _pyannote?;
2972
- private _matchbox?;
2973
2813
  /**
2974
2814
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
2975
2815
  * @param _value initial values object or instance of VoiceActivityDetection to deeply clone from
@@ -2981,8 +2821,6 @@ export declare class VoiceActivityDetection implements GrpcMessage {
2981
2821
  set samplingRate(value: string);
2982
2822
  get pyannote(): Pyannote | undefined;
2983
2823
  set pyannote(value: Pyannote | undefined);
2984
- get matchbox(): Matchbox | undefined;
2985
- set matchbox(value: Matchbox | undefined);
2986
2824
  /**
2987
2825
  * Serialize message to binary data
2988
2826
  * @param instance message instance
@@ -3011,7 +2849,6 @@ export declare module VoiceActivityDetection {
3011
2849
  active: string;
3012
2850
  samplingRate: string;
3013
2851
  pyannote?: Pyannote.AsObject;
3014
- matchbox?: Matchbox.AsObject;
3015
2852
  }
3016
2853
  /**
3017
2854
  * Protobuf JSON representation for VoiceActivityDetection
@@ -3020,7 +2857,6 @@ export declare module VoiceActivityDetection {
3020
2857
  active: string;
3021
2858
  samplingRate: string;
3022
2859
  pyannote: Pyannote.AsProtobufJSON | null;
3023
- matchbox: Matchbox.AsProtobufJSON | null;
3024
2860
  }
3025
2861
  }
3026
2862
  /**
@@ -3050,34 +2886,29 @@ export declare class Pyannote implements GrpcMessage {
3050
2886
  * @param _writer binary writer instance
3051
2887
  */
3052
2888
  static serializeBinaryToWriter(_instance: Pyannote, _writer: BinaryWriter): void;
3053
- private _modelPath;
2889
+ private _modelName;
3054
2890
  private _minAudioSize;
3055
- private _offset;
3056
- private _onset;
3057
- private _logScale;
3058
2891
  private _minDurationOff;
3059
2892
  private _minDurationOn;
3060
- private _oneofLogScale;
2893
+ private _tritonServerHost;
2894
+ private _tritonServerPort;
3061
2895
  /**
3062
2896
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3063
2897
  * @param _value initial values object or instance of Pyannote to deeply clone from
3064
2898
  */
3065
2899
  constructor(_value?: RecursivePartial<Pyannote.AsObject>);
3066
- get modelPath(): string;
3067
- set modelPath(value: string);
2900
+ get modelName(): string;
2901
+ set modelName(value: string);
3068
2902
  get minAudioSize(): string;
3069
2903
  set minAudioSize(value: string);
3070
- get offset(): number;
3071
- set offset(value: number);
3072
- get onset(): number;
3073
- set onset(value: number);
3074
- get logScale(): boolean;
3075
- set logScale(value: boolean);
3076
2904
  get minDurationOff(): number;
3077
2905
  set minDurationOff(value: number);
3078
2906
  get minDurationOn(): number;
3079
2907
  set minDurationOn(value: number);
3080
- get oneofLogScale(): Pyannote.OneofLogScaleCase;
2908
+ get tritonServerHost(): string;
2909
+ set tritonServerHost(value: string);
2910
+ get tritonServerPort(): string;
2911
+ set tritonServerPort(value: string);
3081
2912
  /**
3082
2913
  * Serialize message to binary data
3083
2914
  * @param instance message instance
@@ -3103,108 +2934,23 @@ export declare module Pyannote {
3103
2934
  * Standard JavaScript object representation for Pyannote
3104
2935
  */
3105
2936
  interface AsObject {
3106
- modelPath: string;
2937
+ modelName: string;
3107
2938
  minAudioSize: string;
3108
- offset: number;
3109
- onset: number;
3110
- logScale: boolean;
3111
2939
  minDurationOff: number;
3112
2940
  minDurationOn: number;
2941
+ tritonServerHost: string;
2942
+ tritonServerPort: string;
3113
2943
  }
3114
2944
  /**
3115
2945
  * Protobuf JSON representation for Pyannote
3116
2946
  */
3117
2947
  interface AsProtobufJSON {
3118
- modelPath: string;
2948
+ modelName: string;
3119
2949
  minAudioSize: string;
3120
- offset: number;
3121
- onset: number;
3122
- logScale: boolean;
3123
2950
  minDurationOff: number;
3124
2951
  minDurationOn: number;
3125
- }
3126
- enum OneofLogScaleCase {
3127
- none = 0,
3128
- logScale = 1
3129
- }
3130
- }
3131
- /**
3132
- * Message implementation for ondewo.s2t.Matchbox
3133
- */
3134
- export declare class Matchbox implements GrpcMessage {
3135
- static id: string;
3136
- /**
3137
- * Deserialize binary data to message
3138
- * @param instance message instance
3139
- */
3140
- static deserializeBinary(bytes: ByteSource): Matchbox;
3141
- /**
3142
- * Check all the properties and set default protobuf values if necessary
3143
- * @param _instance message instance
3144
- */
3145
- static refineValues(_instance: Matchbox): void;
3146
- /**
3147
- * Deserializes / reads binary message into message instance using provided binary reader
3148
- * @param _instance message instance
3149
- * @param _reader binary reader instance
3150
- */
3151
- static deserializeBinaryFromReader(_instance: Matchbox, _reader: BinaryReader): void;
3152
- /**
3153
- * Serializes a message to binary format using provided binary reader
3154
- * @param _instance message instance
3155
- * @param _writer binary writer instance
3156
- */
3157
- static serializeBinaryToWriter(_instance: Matchbox, _writer: BinaryWriter): void;
3158
- private _modelConfig;
3159
- private _encoderPath;
3160
- private _decoderPath;
3161
- /**
3162
- * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3163
- * @param _value initial values object or instance of Matchbox to deeply clone from
3164
- */
3165
- constructor(_value?: RecursivePartial<Matchbox.AsObject>);
3166
- get modelConfig(): string;
3167
- set modelConfig(value: string);
3168
- get encoderPath(): string;
3169
- set encoderPath(value: string);
3170
- get decoderPath(): string;
3171
- set decoderPath(value: string);
3172
- /**
3173
- * Serialize message to binary data
3174
- * @param instance message instance
3175
- */
3176
- serializeBinary(): any;
3177
- /**
3178
- * Cast message to standard JavaScript object (all non-primitive values are deeply cloned)
3179
- */
3180
- toObject(): Matchbox.AsObject;
3181
- /**
3182
- * Convenience method to support JSON.stringify(message), replicates the structure of toObject()
3183
- */
3184
- toJSON(): Matchbox.AsObject;
3185
- /**
3186
- * Cast message to JSON using protobuf JSON notation: https://developers.google.com/protocol-buffers/docs/proto3#json
3187
- * Attention: output differs from toObject() e.g. enums are represented as names and not as numbers, Timestamp is an ISO Date string format etc.
3188
- * 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
3189
- */
3190
- toProtobufJSON(options?: ToProtobufJSONOptions): Matchbox.AsProtobufJSON;
3191
- }
3192
- export declare module Matchbox {
3193
- /**
3194
- * Standard JavaScript object representation for Matchbox
3195
- */
3196
- interface AsObject {
3197
- modelConfig: string;
3198
- encoderPath: string;
3199
- decoderPath: string;
3200
- }
3201
- /**
3202
- * Protobuf JSON representation for Matchbox
3203
- */
3204
- interface AsProtobufJSON {
3205
- modelConfig: string;
3206
- encoderPath: string;
3207
- decoderPath: string;
2952
+ tritonServerHost: string;
2953
+ tritonServerPort: string;
3208
2954
  }
3209
2955
  }
3210
2956
  /**
@@ -3462,6 +3208,7 @@ export declare class S2TNormalization implements GrpcMessage {
3462
3208
  */
3463
3209
  static serializeBinaryToWriter(_instance: S2TNormalization, _writer: BinaryWriter): void;
3464
3210
  private _language;
3211
+ private _pipeline;
3465
3212
  /**
3466
3213
  * Message constructor. Initializes the properties and applies default Protobuf values if necessary
3467
3214
  * @param _value initial values object or instance of S2TNormalization to deeply clone from
@@ -3469,6 +3216,8 @@ export declare class S2TNormalization implements GrpcMessage {
3469
3216
  constructor(_value?: RecursivePartial<S2TNormalization.AsObject>);
3470
3217
  get language(): string;
3471
3218
  set language(value: string);
3219
+ get pipeline(): string[];
3220
+ set pipeline(value: string[]);
3472
3221
  /**
3473
3222
  * Serialize message to binary data
3474
3223
  * @param instance message instance
@@ -3495,12 +3244,14 @@ export declare module S2TNormalization {
3495
3244
  */
3496
3245
  interface AsObject {
3497
3246
  language: string;
3247
+ pipeline: string[];
3498
3248
  }
3499
3249
  /**
3500
3250
  * Protobuf JSON representation for S2TNormalization
3501
3251
  */
3502
3252
  interface AsProtobufJSON {
3503
3253
  language: string;
3254
+ pipeline: string[];
3504
3255
  }
3505
3256
  }
3506
3257
  /**