@azure/ai-language-text 1.1.0-alpha.20221116.2 → 1.1.0-alpha.20221117.5
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.
@@ -2337,6 +2337,25 @@ export const ClassificationDocumentResult = {
|
|
2337
2337
|
} })
|
2338
2338
|
}
|
2339
2339
|
};
|
2340
|
+
export const DynamicClassificationDocumentResult = {
|
2341
|
+
type: {
|
2342
|
+
name: "Composite",
|
2343
|
+
className: "DynamicClassificationDocumentResult",
|
2344
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { classifications: {
|
2345
|
+
serializedName: "classifications",
|
2346
|
+
required: true,
|
2347
|
+
type: {
|
2348
|
+
name: "Sequence",
|
2349
|
+
element: {
|
2350
|
+
type: {
|
2351
|
+
name: "Composite",
|
2352
|
+
className: "ClassificationCategory"
|
2353
|
+
}
|
2354
|
+
}
|
2355
|
+
}
|
2356
|
+
} })
|
2357
|
+
}
|
2358
|
+
};
|
2340
2359
|
export const HealthcareEntitiesDocumentResult = {
|
2341
2360
|
type: {
|
2342
2361
|
name: "Composite",
|
@@ -3320,7 +3339,7 @@ export const DynamicClassificationResultDocumentsItem = {
|
|
3320
3339
|
type: {
|
3321
3340
|
name: "Composite",
|
3322
3341
|
className: "DynamicClassificationResultDocumentsItem",
|
3323
|
-
modelProperties: Object.assign({},
|
3342
|
+
modelProperties: Object.assign({}, DynamicClassificationDocumentResult.type.modelProperties)
|
3324
3343
|
}
|
3325
3344
|
};
|
3326
3345
|
export const GeneratedClientAnalyzeBatchHeaders = {
|