@workglow/ai 0.0.84 → 0.0.86

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 (114) hide show
  1. package/README.md +166 -35
  2. package/dist/browser.js +3947 -1449
  3. package/dist/browser.js.map +49 -38
  4. package/dist/bun.js +3947 -1449
  5. package/dist/bun.js.map +49 -38
  6. package/dist/common.d.ts +0 -3
  7. package/dist/common.d.ts.map +1 -1
  8. package/dist/model/ModelRegistry.d.ts +2 -2
  9. package/dist/model/ModelRegistry.d.ts.map +1 -1
  10. package/dist/model/ModelRepository.d.ts +3 -3
  11. package/dist/model/ModelRepository.d.ts.map +1 -1
  12. package/dist/node.js +3947 -1449
  13. package/dist/node.js.map +49 -38
  14. package/dist/task/BackgroundRemovalTask.d.ts +121 -289
  15. package/dist/task/BackgroundRemovalTask.d.ts.map +1 -1
  16. package/dist/task/ChunkRetrievalTask.d.ts +243 -0
  17. package/dist/task/ChunkRetrievalTask.d.ts.map +1 -0
  18. package/dist/task/ChunkToVectorTask.d.ts +183 -0
  19. package/dist/task/ChunkToVectorTask.d.ts.map +1 -0
  20. package/dist/task/ChunkVectorHybridSearchTask.d.ts +160 -0
  21. package/dist/task/ChunkVectorHybridSearchTask.d.ts.map +1 -0
  22. package/dist/task/ChunkVectorSearchTask.d.ts +137 -0
  23. package/dist/task/ChunkVectorSearchTask.d.ts.map +1 -0
  24. package/dist/task/ChunkVectorUpsertTask.d.ts +120 -0
  25. package/dist/task/ChunkVectorUpsertTask.d.ts.map +1 -0
  26. package/dist/task/ContextBuilderTask.d.ts +131 -0
  27. package/dist/task/ContextBuilderTask.d.ts.map +1 -0
  28. package/dist/task/DocumentEnricherTask.d.ts +232 -0
  29. package/dist/task/DocumentEnricherTask.d.ts.map +1 -0
  30. package/dist/task/DownloadModelTask.d.ts +79 -208
  31. package/dist/task/DownloadModelTask.d.ts.map +1 -1
  32. package/dist/task/FaceDetectorTask.d.ts +117 -272
  33. package/dist/task/FaceDetectorTask.d.ts.map +1 -1
  34. package/dist/task/FaceLandmarkerTask.d.ts +117 -272
  35. package/dist/task/FaceLandmarkerTask.d.ts.map +1 -1
  36. package/dist/task/GestureRecognizerTask.d.ts +129 -284
  37. package/dist/task/GestureRecognizerTask.d.ts.map +1 -1
  38. package/dist/task/HandLandmarkerTask.d.ts +125 -280
  39. package/dist/task/HandLandmarkerTask.d.ts.map +1 -1
  40. package/dist/task/HierarchicalChunkerTask.d.ts +212 -0
  41. package/dist/task/HierarchicalChunkerTask.d.ts.map +1 -0
  42. package/dist/task/HierarchyJoinTask.d.ts +318 -0
  43. package/dist/task/HierarchyJoinTask.d.ts.map +1 -0
  44. package/dist/task/ImageClassificationTask.d.ts +117 -272
  45. package/dist/task/ImageClassificationTask.d.ts.map +1 -1
  46. package/dist/task/ImageEmbeddingTask.d.ts +125 -446
  47. package/dist/task/ImageEmbeddingTask.d.ts.map +1 -1
  48. package/dist/task/ImageSegmentationTask.d.ts +117 -272
  49. package/dist/task/ImageSegmentationTask.d.ts.map +1 -1
  50. package/dist/task/ImageToTextTask.d.ts +117 -272
  51. package/dist/task/ImageToTextTask.d.ts.map +1 -1
  52. package/dist/task/ObjectDetectionTask.d.ts +119 -274
  53. package/dist/task/ObjectDetectionTask.d.ts.map +1 -1
  54. package/dist/task/PoseLandmarkerTask.d.ts +117 -272
  55. package/dist/task/PoseLandmarkerTask.d.ts.map +1 -1
  56. package/dist/task/QueryExpanderTask.d.ts +129 -0
  57. package/dist/task/QueryExpanderTask.d.ts.map +1 -0
  58. package/dist/task/RerankerTask.d.ts +209 -0
  59. package/dist/task/RerankerTask.d.ts.map +1 -0
  60. package/dist/task/StructuralParserTask.d.ts +91 -0
  61. package/dist/task/StructuralParserTask.d.ts.map +1 -0
  62. package/dist/task/TextChunkerTask.d.ts +129 -0
  63. package/dist/task/TextChunkerTask.d.ts.map +1 -0
  64. package/dist/task/TextClassificationTask.d.ts +42 -115
  65. package/dist/task/TextClassificationTask.d.ts.map +1 -1
  66. package/dist/task/TextEmbeddingTask.d.ts +55 -277
  67. package/dist/task/TextEmbeddingTask.d.ts.map +1 -1
  68. package/dist/task/TextFillMaskTask.d.ts +42 -115
  69. package/dist/task/TextFillMaskTask.d.ts.map +1 -1
  70. package/dist/task/TextGenerationTask.d.ts +44 -128
  71. package/dist/task/TextGenerationTask.d.ts.map +1 -1
  72. package/dist/task/TextLanguageDetectionTask.d.ts +42 -115
  73. package/dist/task/TextLanguageDetectionTask.d.ts.map +1 -1
  74. package/dist/task/TextNamedEntityRecognitionTask.d.ts +42 -115
  75. package/dist/task/TextNamedEntityRecognitionTask.d.ts.map +1 -1
  76. package/dist/task/TextQuestionAnswerTask.d.ts +47 -144
  77. package/dist/task/TextQuestionAnswerTask.d.ts.map +1 -1
  78. package/dist/task/TextRewriterTask.d.ts +45 -131
  79. package/dist/task/TextRewriterTask.d.ts.map +1 -1
  80. package/dist/task/TextSummaryTask.d.ts +42 -115
  81. package/dist/task/TextSummaryTask.d.ts.map +1 -1
  82. package/dist/task/TextTranslationTask.d.ts +54 -168
  83. package/dist/task/TextTranslationTask.d.ts.map +1 -1
  84. package/dist/task/TopicSegmenterTask.d.ts +148 -0
  85. package/dist/task/TopicSegmenterTask.d.ts.map +1 -0
  86. package/dist/task/UnloadModelTask.d.ts +79 -208
  87. package/dist/task/UnloadModelTask.d.ts.map +1 -1
  88. package/dist/task/VectorQuantizeTask.d.ts +120 -0
  89. package/dist/task/VectorQuantizeTask.d.ts.map +1 -0
  90. package/dist/task/VectorSimilarityTask.d.ts +18 -253
  91. package/dist/task/VectorSimilarityTask.d.ts.map +1 -1
  92. package/dist/task/base/AiTask.d.ts +24 -22
  93. package/dist/task/base/AiTask.d.ts.map +1 -1
  94. package/dist/task/base/AiTaskSchemas.d.ts +3 -127
  95. package/dist/task/base/AiTaskSchemas.d.ts.map +1 -1
  96. package/dist/task/base/AiVisionTask.d.ts +1 -4
  97. package/dist/task/base/AiVisionTask.d.ts.map +1 -1
  98. package/dist/task/index.d.ts +54 -1
  99. package/dist/task/index.d.ts.map +1 -1
  100. package/package.json +14 -9
  101. package/dist/source/Document.d.ts +0 -56
  102. package/dist/source/Document.d.ts.map +0 -1
  103. package/dist/source/DocumentConverter.d.ts +0 -15
  104. package/dist/source/DocumentConverter.d.ts.map +0 -1
  105. package/dist/source/DocumentConverterMarkdown.d.ts +0 -13
  106. package/dist/source/DocumentConverterMarkdown.d.ts.map +0 -1
  107. package/dist/source/DocumentConverterText.d.ts +0 -13
  108. package/dist/source/DocumentConverterText.d.ts.map +0 -1
  109. package/dist/source/MasterDocument.d.ts +0 -27
  110. package/dist/source/MasterDocument.d.ts.map +0 -1
  111. package/dist/source/index.d.ts +0 -10
  112. package/dist/source/index.d.ts.map +0 -1
  113. package/dist/task/DocumentSplitterTask.d.ts +0 -58
  114. package/dist/task/DocumentSplitterTask.d.ts.map +0 -1
@@ -5,298 +5,145 @@
5
5
  */
6
6
  import { CreateWorkflow, JobQueueTaskConfig } from "@workglow/task-graph";
7
7
  import { DataPortSchema, FromSchema } from "@workglow/util";
8
- import { DeReplicateFromSchema } from "./base/AiTaskSchemas";
9
8
  import { AiVisionTask } from "./base/AiVisionTask";
10
9
  export declare const ObjectDetectionInputSchema: {
11
10
  readonly type: "object";
12
11
  readonly properties: {
13
12
  readonly image: {
14
- readonly "x-replicate": true;
15
- readonly format?: string | undefined;
16
13
  readonly oneOf: readonly [{
17
- readonly oneOf: readonly [{
18
- readonly type: "string";
19
- readonly title: "Image Data";
20
- readonly description: "Image as data-uri";
21
- readonly format: "image:data-uri";
22
- }, {
23
- readonly type: "object";
24
- readonly additionalProperties: false;
25
- readonly properties: {
26
- readonly data: {
27
- readonly oneOf: readonly [{
28
- readonly type: "object";
29
- readonly format: "image:ImageBitmap";
30
- readonly title: "ImageBitmap";
31
- }, {
32
- readonly type: "object";
33
- readonly format: "image:OffscreenCanvas";
34
- readonly title: "OffscreenCanvas";
35
- }, {
36
- readonly type: "object";
37
- readonly format: "image:VideoFrame";
38
- readonly title: "VideoFrame";
39
- }, {
40
- readonly type: "object";
41
- readonly properties: {
42
- readonly data: {
43
- readonly type: "array";
44
- readonly items: {
45
- readonly type: "number";
46
- readonly format: "Uint8Clamped";
47
- };
48
- readonly format: "Uint8ClampedArray";
49
- readonly title: "Data";
50
- readonly description: "Data of the image";
51
- };
52
- readonly width: {
53
- readonly type: "number";
54
- readonly title: "Width";
55
- readonly description: "Width of the image";
56
- };
57
- readonly height: {
58
- readonly type: "number";
59
- readonly title: "Height";
60
- readonly description: "Height of the image";
61
- };
62
- readonly channels: {
63
- readonly type: "number";
64
- readonly title: "Channels";
65
- readonly description: "Channels of the image";
66
- };
67
- readonly rawChannels: {
14
+ readonly type: "string";
15
+ readonly title: "Image Data";
16
+ readonly description: "Image as data-uri";
17
+ readonly format: "image:data-uri";
18
+ }, {
19
+ readonly type: "object";
20
+ readonly additionalProperties: false;
21
+ readonly properties: {
22
+ readonly data: {
23
+ readonly oneOf: readonly [{
24
+ readonly type: "object";
25
+ readonly format: "image:ImageBitmap";
26
+ readonly title: "ImageBitmap";
27
+ }, {
28
+ readonly type: "object";
29
+ readonly format: "image:OffscreenCanvas";
30
+ readonly title: "OffscreenCanvas";
31
+ }, {
32
+ readonly type: "object";
33
+ readonly format: "image:VideoFrame";
34
+ readonly title: "VideoFrame";
35
+ }, {
36
+ readonly type: "object";
37
+ readonly properties: {
38
+ readonly data: {
39
+ readonly type: "array";
40
+ readonly items: {
68
41
  readonly type: "number";
69
- readonly title: "Raw Channels";
70
- readonly description: "Raw channels of the image";
42
+ readonly format: "Uint8Clamped";
71
43
  };
44
+ readonly format: "Uint8ClampedArray";
45
+ readonly title: "Data";
46
+ readonly description: "Data of the image";
47
+ };
48
+ readonly width: {
49
+ readonly type: "number";
50
+ readonly title: "Width";
51
+ readonly description: "Width of the image";
52
+ };
53
+ readonly height: {
54
+ readonly type: "number";
55
+ readonly title: "Height";
56
+ readonly description: "Height of the image";
57
+ };
58
+ readonly channels: {
59
+ readonly type: "number";
60
+ readonly title: "Channels";
61
+ readonly description: "Channels of the image";
62
+ };
63
+ readonly rawChannels: {
64
+ readonly type: "number";
65
+ readonly title: "Raw Channels";
66
+ readonly description: "Raw channels of the image";
72
67
  };
73
- readonly additionalProperties: false;
74
- readonly required: readonly ["data", "width", "height", "channels"];
75
- readonly format: "image:ImageBinary";
76
- readonly title: "ImageBinary";
77
- }];
78
- };
79
- readonly width: {
80
- readonly type: "number";
81
- readonly title: "Width";
82
- readonly description: "Width of the image";
83
- };
84
- readonly height: {
85
- readonly type: "number";
86
- readonly title: "Height";
87
- readonly description: "Height of the image";
88
- };
89
- readonly channels: {
90
- readonly type: "number";
91
- readonly title: "Channels";
92
- readonly description: "Channels of the image";
93
- readonly minimum: 1;
94
- readonly maximum: 4;
95
- };
96
- };
97
- readonly required: readonly ["data", "width", "height", "channels"];
98
- }];
99
- readonly title: "Image";
100
- readonly format: "image";
101
- readonly description: "Image as URL or base64-encoded data";
102
- }, {
103
- readonly type: "array";
104
- readonly items: {
105
- readonly oneOf: readonly [{
106
- readonly type: "string";
107
- readonly title: "Image Data";
108
- readonly description: "Image as data-uri";
109
- readonly format: "image:data-uri";
110
- }, {
111
- readonly type: "object";
112
- readonly additionalProperties: false;
113
- readonly properties: {
114
- readonly data: {
115
- readonly oneOf: readonly [{
116
- readonly type: "object";
117
- readonly format: "image:ImageBitmap";
118
- readonly title: "ImageBitmap";
119
- }, {
120
- readonly type: "object";
121
- readonly format: "image:OffscreenCanvas";
122
- readonly title: "OffscreenCanvas";
123
- }, {
124
- readonly type: "object";
125
- readonly format: "image:VideoFrame";
126
- readonly title: "VideoFrame";
127
- }, {
128
- readonly type: "object";
129
- readonly properties: {
130
- readonly data: {
131
- readonly type: "array";
132
- readonly items: {
133
- readonly type: "number";
134
- readonly format: "Uint8Clamped";
135
- };
136
- readonly format: "Uint8ClampedArray";
137
- readonly title: "Data";
138
- readonly description: "Data of the image";
139
- };
140
- readonly width: {
141
- readonly type: "number";
142
- readonly title: "Width";
143
- readonly description: "Width of the image";
144
- };
145
- readonly height: {
146
- readonly type: "number";
147
- readonly title: "Height";
148
- readonly description: "Height of the image";
149
- };
150
- readonly channels: {
151
- readonly type: "number";
152
- readonly title: "Channels";
153
- readonly description: "Channels of the image";
154
- };
155
- readonly rawChannels: {
156
- readonly type: "number";
157
- readonly title: "Raw Channels";
158
- readonly description: "Raw channels of the image";
159
- };
160
- };
161
- readonly additionalProperties: false;
162
- readonly required: readonly ["data", "width", "height", "channels"];
163
- readonly format: "image:ImageBinary";
164
- readonly title: "ImageBinary";
165
- }];
166
- };
167
- readonly width: {
168
- readonly type: "number";
169
- readonly title: "Width";
170
- readonly description: "Width of the image";
171
- };
172
- readonly height: {
173
- readonly type: "number";
174
- readonly title: "Height";
175
- readonly description: "Height of the image";
176
- };
177
- readonly channels: {
178
- readonly type: "number";
179
- readonly title: "Channels";
180
- readonly description: "Channels of the image";
181
- readonly minimum: 1;
182
- readonly maximum: 4;
183
68
  };
184
- };
185
- readonly required: readonly ["data", "width", "height", "channels"];
186
- }];
187
- readonly title: "Image";
188
- readonly format: "image";
189
- readonly description: "Image as URL or base64-encoded data";
69
+ readonly additionalProperties: false;
70
+ readonly required: readonly ["data", "width", "height", "channels"];
71
+ readonly format: "image:ImageBinary";
72
+ readonly title: "ImageBinary";
73
+ }];
74
+ };
75
+ readonly width: {
76
+ readonly type: "number";
77
+ readonly title: "Width";
78
+ readonly description: "Width of the image";
79
+ };
80
+ readonly height: {
81
+ readonly type: "number";
82
+ readonly title: "Height";
83
+ readonly description: "Height of the image";
84
+ };
85
+ readonly channels: {
86
+ readonly type: "number";
87
+ readonly title: "Channels";
88
+ readonly description: "Channels of the image";
89
+ readonly minimum: 1;
90
+ readonly maximum: 4;
91
+ };
190
92
  };
93
+ readonly required: readonly ["data", "width", "height", "channels"];
191
94
  }];
192
- readonly title: string | undefined;
193
- readonly description: string | undefined;
95
+ readonly title: "Image";
96
+ readonly format: "image";
97
+ readonly description: "Image as URL or base64-encoded data";
194
98
  };
195
99
  readonly model: {
196
- readonly "x-replicate": true;
197
- readonly format?: string | undefined;
198
100
  readonly oneOf: readonly [{
199
- readonly oneOf: readonly [{
200
- readonly title: "Model";
201
- readonly description: `The model ${string}`;
202
- } & {
203
- readonly format: import(".").TypeModelSemantic;
204
- readonly type: "string";
205
- }, {
206
- readonly type: "object";
207
- readonly properties: {
208
- readonly model_id: {
209
- readonly type: "string";
210
- };
211
- readonly tasks: {
212
- readonly type: "array";
213
- readonly items: {
214
- readonly type: "string";
215
- };
216
- readonly "x-ui-editor": "multiselect";
217
- };
218
- readonly title: {
219
- readonly type: "string";
220
- };
221
- readonly description: {
222
- readonly type: "string";
223
- readonly "x-ui-editor": "textarea";
224
- };
225
- readonly provider: {
226
- readonly type: "string";
227
- };
228
- readonly provider_config: {
229
- readonly type: "object";
230
- readonly default: {};
231
- };
232
- readonly metadata: {
233
- readonly type: "object";
234
- readonly default: {};
235
- readonly "x-ui-hidden": true;
236
- };
237
- };
238
- readonly required: readonly ["provider", "provider_config"];
239
- readonly format: "model";
240
- readonly additionalProperties: false;
241
- } & {
242
- readonly format: import(".").TypeModelSemantic;
243
- }];
101
+ readonly title: "Model";
102
+ readonly description: `The model ${string}`;
244
103
  } & {
245
104
  readonly format: import(".").TypeModelSemantic;
105
+ readonly type: "string";
246
106
  }, {
247
- readonly type: "array";
248
- readonly items: {
249
- readonly oneOf: readonly [{
250
- readonly title: "Model";
251
- readonly description: `The model ${string}`;
252
- } & {
253
- readonly format: import(".").TypeModelSemantic;
107
+ readonly type: "object";
108
+ readonly properties: {
109
+ readonly model_id: {
254
110
  readonly type: "string";
255
- }, {
256
- readonly type: "object";
257
- readonly properties: {
258
- readonly model_id: {
259
- readonly type: "string";
260
- };
261
- readonly tasks: {
262
- readonly type: "array";
263
- readonly items: {
264
- readonly type: "string";
265
- };
266
- readonly "x-ui-editor": "multiselect";
267
- };
268
- readonly title: {
269
- readonly type: "string";
270
- };
271
- readonly description: {
272
- readonly type: "string";
273
- readonly "x-ui-editor": "textarea";
274
- };
275
- readonly provider: {
276
- readonly type: "string";
277
- };
278
- readonly provider_config: {
279
- readonly type: "object";
280
- readonly default: {};
281
- };
282
- readonly metadata: {
283
- readonly type: "object";
284
- readonly default: {};
285
- readonly "x-ui-hidden": true;
286
- };
111
+ };
112
+ readonly tasks: {
113
+ readonly type: "array";
114
+ readonly items: {
115
+ readonly type: "string";
287
116
  };
288
- readonly required: readonly ["provider", "provider_config"];
289
- readonly format: "model";
290
- readonly additionalProperties: false;
291
- } & {
292
- readonly format: import(".").TypeModelSemantic;
293
- }];
294
- } & {
295
- readonly format: import(".").TypeModelSemantic;
117
+ readonly "x-ui-editor": "multiselect";
118
+ };
119
+ readonly title: {
120
+ readonly type: "string";
121
+ };
122
+ readonly description: {
123
+ readonly type: "string";
124
+ readonly "x-ui-editor": "textarea";
125
+ };
126
+ readonly provider: {
127
+ readonly type: "string";
128
+ };
129
+ readonly provider_config: {
130
+ readonly type: "object";
131
+ readonly default: {};
132
+ };
133
+ readonly metadata: {
134
+ readonly type: "object";
135
+ readonly default: {};
136
+ readonly "x-ui-hidden": true;
137
+ };
296
138
  };
139
+ readonly required: readonly ["provider", "provider_config"];
140
+ readonly format: "model";
141
+ readonly additionalProperties: false;
142
+ } & {
143
+ readonly format: import(".").TypeModelSemantic;
297
144
  }];
298
- readonly title: string | undefined;
299
- readonly description: string | undefined;
145
+ } & {
146
+ readonly format: import(".").TypeModelSemantic;
300
147
  };
301
148
  readonly labels: {
302
149
  readonly type: "array";
@@ -437,8 +284,6 @@ export declare const ObjectDetectionOutputSchema: {
437
284
  };
438
285
  export type ObjectDetectionTaskInput = FromSchema<typeof ObjectDetectionInputSchema>;
439
286
  export type ObjectDetectionTaskOutput = FromSchema<typeof ObjectDetectionOutputSchema>;
440
- export type ObjectDetectionTaskExecuteInput = DeReplicateFromSchema<typeof ObjectDetectionInputSchema>;
441
- export type ObjectDetectionTaskExecuteOutput = DeReplicateFromSchema<typeof ObjectDetectionOutputSchema>;
442
287
  /**
443
288
  * Detects objects in images using vision models.
444
289
  * Automatically selects between regular and zero-shot detection based on whether labels are provided.
@@ -460,22 +305,22 @@ export declare class ObjectDetectionTask extends AiVisionTask<ObjectDetectionTas
460
305
  export declare const objectDetection: (input: ObjectDetectionTaskInput, config?: JobQueueTaskConfig) => Promise<{
461
306
  detections: {
462
307
  score: number;
463
- label: string;
464
308
  box: {
465
309
  width: number;
466
310
  height: number;
467
311
  x: number;
468
312
  y: number;
469
313
  };
314
+ label: string;
470
315
  }[] | {
471
316
  score: number;
472
- label: string;
473
317
  box: {
474
318
  width: number;
475
319
  height: number;
476
320
  x: number;
477
321
  y: number;
478
322
  };
323
+ label: string;
479
324
  }[][];
480
325
  }>;
481
326
  declare module "@workglow/task-graph" {
@@ -1 +1 @@
1
- {"version":3,"file":"ObjectDetectionTask.d.ts","sourceRoot":"","sources":["../../src/task/ObjectDetectionTask.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAA0B,MAAM,sBAAsB,CAAC;AAClG,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAC5D,OAAO,EACL,qBAAqB,EAKtB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAyBnD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BJ,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcL,CAAC;AAEpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACrF,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC;AACvF,MAAM,MAAM,+BAA+B,GAAG,qBAAqB,CACjE,OAAO,0BAA0B,CAClC,CAAC;AACF,MAAM,MAAM,gCAAgC,GAAG,qBAAqB,CAClE,OAAO,2BAA2B,CACnC,CAAC;AAEF;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,YAAY,CACnD,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,CACnB;IACC,OAAc,IAAI,SAAyB;IAC3C,OAAc,QAAQ,SAAqB;IAC3C,OAAc,KAAK,SAAsB;IACzC,OAAc,WAAW,SACiF;WAC5F,WAAW,IAAI,cAAc;WAG7B,YAAY,IAAI,cAAc;CAG7C;AAID;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,wBAAwB,EAAE,SAAS,kBAAkB;;;;;;;;;;;;;;;;;;;;EAE3F,CAAC;AAEF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,QAAQ;QAChB,eAAe,EAAE,cAAc,CAC7B,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,CACnB,CAAC;KACH;CACF"}
1
+ {"version":3,"file":"ObjectDetectionTask.d.ts","sourceRoot":"","sources":["../../src/task/ObjectDetectionTask.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,cAAc,EAAE,kBAAkB,EAAY,MAAM,sBAAsB,CAAC;AACpF,OAAO,EAAE,cAAc,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAC;AAyBnD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BJ,CAAC;AAEpC,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAcL,CAAC;AAEpC,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC;AACrF,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAEvF;;;GAGG;AACH,qBAAa,mBAAoB,SAAQ,YAAY,CACnD,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,CACnB;IACC,OAAc,IAAI,SAAyB;IAC3C,OAAc,QAAQ,SAAqB;IAC3C,OAAc,KAAK,SAAsB;IACzC,OAAc,WAAW,SACiF;WAC5F,WAAW,IAAI,cAAc;WAG7B,YAAY,IAAI,cAAc;CAG7C;AAED;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,OAAO,wBAAwB,EAAE,SAAS,kBAAkB;;;;;;;;;;;;;;;;;;;;EAE3F,CAAC;AAEF,OAAO,QAAQ,sBAAsB,CAAC;IACpC,UAAU,QAAQ;QAChB,eAAe,EAAE,cAAc,CAC7B,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,CACnB,CAAC;KACH;CACF"}