@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.
package/dist/index.js
CHANGED
@@ -2506,6 +2506,25 @@ const ClassificationDocumentResult = {
|
|
2506
2506
|
} })
|
2507
2507
|
}
|
2508
2508
|
};
|
2509
|
+
const DynamicClassificationDocumentResult = {
|
2510
|
+
type: {
|
2511
|
+
name: "Composite",
|
2512
|
+
className: "DynamicClassificationDocumentResult",
|
2513
|
+
modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { classifications: {
|
2514
|
+
serializedName: "classifications",
|
2515
|
+
required: true,
|
2516
|
+
type: {
|
2517
|
+
name: "Sequence",
|
2518
|
+
element: {
|
2519
|
+
type: {
|
2520
|
+
name: "Composite",
|
2521
|
+
className: "ClassificationCategory"
|
2522
|
+
}
|
2523
|
+
}
|
2524
|
+
}
|
2525
|
+
} })
|
2526
|
+
}
|
2527
|
+
};
|
2509
2528
|
const HealthcareEntitiesDocumentResult = {
|
2510
2529
|
type: {
|
2511
2530
|
name: "Composite",
|
@@ -3489,7 +3508,7 @@ const DynamicClassificationResultDocumentsItem = {
|
|
3489
3508
|
type: {
|
3490
3509
|
name: "Composite",
|
3491
3510
|
className: "DynamicClassificationResultDocumentsItem",
|
3492
|
-
modelProperties: Object.assign({},
|
3511
|
+
modelProperties: Object.assign({}, DynamicClassificationDocumentResult.type.modelProperties)
|
3493
3512
|
}
|
3494
3513
|
};
|
3495
3514
|
const GeneratedClientAnalyzeBatchHeaders = {
|
@@ -3672,6 +3691,7 @@ var Mappers = /*#__PURE__*/Object.freeze({
|
|
3672
3691
|
EntityWithResolution: EntityWithResolution,
|
3673
3692
|
EntitiesDocumentResult: EntitiesDocumentResult,
|
3674
3693
|
ClassificationDocumentResult: ClassificationDocumentResult,
|
3694
|
+
DynamicClassificationDocumentResult: DynamicClassificationDocumentResult,
|
3675
3695
|
HealthcareEntitiesDocumentResult: HealthcareEntitiesDocumentResult,
|
3676
3696
|
SentimentDocumentResult: SentimentDocumentResult,
|
3677
3697
|
LinkedEntitiesDocumentResult: LinkedEntitiesDocumentResult,
|