@azure/ai-language-text 1.1.0-alpha.20221107.2 → 1.1.0-alpha.20221116.2

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.
@@ -989,10 +989,10 @@ export const HealthcareRelationEntity = {
989
989
  }
990
990
  }
991
991
  };
992
- export const DocumentDetectedLanguageForHealthcare = {
992
+ export const DocumentDetectedLanguageString = {
993
993
  type: {
994
994
  name: "Composite",
995
- className: "DocumentDetectedLanguageForHealthcare",
995
+ className: "DocumentDetectedLanguageString",
996
996
  modelProperties: {
997
997
  detectedLanguage: {
998
998
  serializedName: "detectedLanguage",
@@ -1407,6 +1407,21 @@ export const Match = {
1407
1407
  }
1408
1408
  }
1409
1409
  };
1410
+ export const QuantityResolution = {
1411
+ type: {
1412
+ name: "Composite",
1413
+ className: "QuantityResolution",
1414
+ modelProperties: {
1415
+ value: {
1416
+ serializedName: "value",
1417
+ required: true,
1418
+ type: {
1419
+ name: "Number"
1420
+ }
1421
+ }
1422
+ }
1423
+ }
1424
+ };
1410
1425
  export const SummarySentence = {
1411
1426
  type: {
1412
1427
  name: "Composite",
@@ -1548,21 +1563,6 @@ export const SummaryContext = {
1548
1563
  }
1549
1564
  }
1550
1565
  };
1551
- export const QuantityResolution = {
1552
- type: {
1553
- name: "Composite",
1554
- className: "QuantityResolution",
1555
- modelProperties: {
1556
- value: {
1557
- serializedName: "value",
1558
- required: true,
1559
- type: {
1560
- name: "Number"
1561
- }
1562
- }
1563
- }
1564
- }
1565
- };
1566
1566
  export const AnalyzeTextEntityLinkingInput = {
1567
1567
  serializedName: "EntityLinking",
1568
1568
  type: {
@@ -2106,7 +2106,7 @@ export const CurrencyResolution = {
2106
2106
  uberParent: "BaseResolution",
2107
2107
  polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2108
2108
  modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { iso4217: {
2109
- serializedName: "ISO4217",
2109
+ serializedName: "iso4217",
2110
2110
  type: {
2111
2111
  name: "String"
2112
2112
  }
@@ -2185,7 +2185,7 @@ export const NumberResolution = {
2185
2185
  serializedName: "value",
2186
2186
  required: true,
2187
2187
  type: {
2188
- name: "String"
2188
+ name: "Number"
2189
2189
  }
2190
2190
  } })
2191
2191
  }
@@ -2322,7 +2322,7 @@ export const ClassificationDocumentResult = {
2322
2322
  type: {
2323
2323
  name: "Composite",
2324
2324
  className: "ClassificationDocumentResult",
2325
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { class: {
2325
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { classifications: {
2326
2326
  serializedName: "class",
2327
2327
  required: true,
2328
2328
  type: {
@@ -2540,24 +2540,24 @@ export const SentimentResponseDocumentsItem = {
2540
2540
  modelProperties: Object.assign(Object.assign({}, SentimentDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2541
2541
  }
2542
2542
  };
2543
- export const EntitiesResultDocumentsItem = {
2543
+ export const EntitiesResultWithDetectedLanguage = {
2544
2544
  type: {
2545
2545
  name: "Composite",
2546
- className: "EntitiesResultDocumentsItem",
2546
+ className: "EntitiesResultWithDetectedLanguage",
2547
2547
  modelProperties: Object.assign(Object.assign({}, EntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2548
2548
  }
2549
2549
  };
2550
- export const EntityLinkingResultDocumentsItem = {
2550
+ export const EntityLinkingResultWithDetectedLanguage = {
2551
2551
  type: {
2552
2552
  name: "Composite",
2553
- className: "EntityLinkingResultDocumentsItem",
2553
+ className: "EntityLinkingResultWithDetectedLanguage",
2554
2554
  modelProperties: Object.assign(Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2555
2555
  }
2556
2556
  };
2557
- export const PiiResultDocumentsItem = {
2557
+ export const PIIResultWithDetectedLanguage = {
2558
2558
  type: {
2559
2559
  name: "Composite",
2560
- className: "PiiResultDocumentsItem",
2560
+ className: "PIIResultWithDetectedLanguage",
2561
2561
  modelProperties: Object.assign(Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2562
2562
  }
2563
2563
  };
@@ -2582,11 +2582,11 @@ export const AbstractiveSummaryDocumentResultWithDetectedLanguage = {
2582
2582
  modelProperties: Object.assign(Object.assign({}, AbstractiveSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2583
2583
  }
2584
2584
  };
2585
- export const HealthcareResultDocumentsItem = {
2585
+ export const HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage = {
2586
2586
  type: {
2587
2587
  name: "Composite",
2588
- className: "HealthcareResultDocumentsItem",
2589
- modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguageForHealthcare.type.modelProperties)
2588
+ className: "HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage",
2589
+ modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguageString.type.modelProperties)
2590
2590
  }
2591
2591
  };
2592
2592
  export const HealthcareResult = {
@@ -2601,7 +2601,7 @@ export const HealthcareResult = {
2601
2601
  element: {
2602
2602
  type: {
2603
2603
  name: "Composite",
2604
- className: "HealthcareResultDocumentsItem"
2604
+ className: "HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage"
2605
2605
  }
2606
2606
  }
2607
2607
  }
@@ -2639,7 +2639,7 @@ export const EntitiesResult = {
2639
2639
  element: {
2640
2640
  type: {
2641
2641
  name: "Composite",
2642
- className: "EntitiesResultDocumentsItem"
2642
+ className: "EntitiesResultWithDetectedLanguage"
2643
2643
  }
2644
2644
  }
2645
2645
  }
@@ -2658,7 +2658,7 @@ export const EntityLinkingResult = {
2658
2658
  element: {
2659
2659
  type: {
2660
2660
  name: "Composite",
2661
- className: "EntityLinkingResultDocumentsItem"
2661
+ className: "EntityLinkingResultWithDetectedLanguage"
2662
2662
  }
2663
2663
  }
2664
2664
  }
@@ -2677,7 +2677,7 @@ export const PiiResult = {
2677
2677
  element: {
2678
2678
  type: {
2679
2679
  name: "Composite",
2680
- className: "PiiResultDocumentsItem"
2680
+ className: "PIIResultWithDetectedLanguage"
2681
2681
  }
2682
2682
  }
2683
2683
  }