@azure/ai-language-text 1.0.1-alpha.20221014.1 → 1.1.0-alpha.20221102.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.
@@ -161,6 +161,12 @@ export const AnalyzeTextJobsInput = {
161
161
  name: "String"
162
162
  }
163
163
  },
164
+ defaultLanguage: {
165
+ serializedName: "defaultLanguage",
166
+ type: {
167
+ name: "String"
168
+ }
169
+ },
164
170
  analysisInput: {
165
171
  serializedName: "analysisInput",
166
172
  type: {
@@ -416,6 +422,7 @@ export const TextDocumentBatchStatistics = {
416
422
  type: {
417
423
  name: "Composite",
418
424
  className: "TextDocumentBatchStatistics",
425
+ additionalProperties: { type: { name: "Object" } },
419
426
  modelProperties: {
420
427
  documentCount: {
421
428
  serializedName: "documentsCount",
@@ -511,10 +518,10 @@ export const ActionCommon = {
511
518
  }
512
519
  }
513
520
  };
514
- export const PreBuiltResult = {
521
+ export const CustomResult = {
515
522
  type: {
516
523
  name: "Composite",
517
- className: "PreBuiltResult",
524
+ className: "CustomResult",
518
525
  modelProperties: {
519
526
  errors: {
520
527
  serializedName: "errors",
@@ -536,8 +543,15 @@ export const PreBuiltResult = {
536
543
  className: "TextDocumentBatchStatistics"
537
544
  }
538
545
  },
539
- modelVersion: {
540
- serializedName: "modelVersion",
546
+ projectName: {
547
+ serializedName: "projectName",
548
+ required: true,
549
+ type: {
550
+ name: "String"
551
+ }
552
+ },
553
+ deploymentName: {
554
+ serializedName: "deploymentName",
541
555
  required: true,
542
556
  type: {
543
557
  name: "String"
@@ -568,40 +582,18 @@ export const DocumentError = {
568
582
  }
569
583
  }
570
584
  };
571
- export const CustomResult = {
585
+ export const BaseResolution = {
572
586
  type: {
573
587
  name: "Composite",
574
- className: "CustomResult",
588
+ className: "BaseResolution",
589
+ uberParent: "BaseResolution",
590
+ polymorphicDiscriminator: {
591
+ serializedName: "resolutionKind",
592
+ clientName: "resolutionKind"
593
+ },
575
594
  modelProperties: {
576
- errors: {
577
- serializedName: "errors",
578
- required: true,
579
- type: {
580
- name: "Sequence",
581
- element: {
582
- type: {
583
- name: "Composite",
584
- className: "DocumentError"
585
- }
586
- }
587
- }
588
- },
589
- statistics: {
590
- serializedName: "statistics",
591
- type: {
592
- name: "Composite",
593
- className: "TextDocumentBatchStatistics"
594
- }
595
- },
596
- projectName: {
597
- serializedName: "projectName",
598
- required: true,
599
- type: {
600
- name: "String"
601
- }
602
- },
603
- deploymentName: {
604
- serializedName: "deploymentName",
595
+ resolutionKind: {
596
+ serializedName: "resolutionKind",
605
597
  required: true,
606
598
  type: {
607
599
  name: "String"
@@ -738,6 +730,56 @@ export const TextDocumentStatistics = {
738
730
  }
739
731
  }
740
732
  };
733
+ export const DocumentDetectedLanguage = {
734
+ type: {
735
+ name: "Composite",
736
+ className: "DocumentDetectedLanguage",
737
+ modelProperties: {
738
+ detectedLanguage: {
739
+ serializedName: "detectedLanguage",
740
+ type: {
741
+ name: "Composite",
742
+ className: "DetectedLanguage"
743
+ }
744
+ }
745
+ }
746
+ }
747
+ };
748
+ export const DetectedLanguage = {
749
+ type: {
750
+ name: "Composite",
751
+ className: "DetectedLanguage",
752
+ modelProperties: {
753
+ name: {
754
+ serializedName: "name",
755
+ required: true,
756
+ type: {
757
+ name: "String"
758
+ }
759
+ },
760
+ iso6391Name: {
761
+ serializedName: "iso6391Name",
762
+ required: true,
763
+ type: {
764
+ name: "String"
765
+ }
766
+ },
767
+ confidenceScore: {
768
+ serializedName: "confidenceScore",
769
+ required: true,
770
+ type: {
771
+ name: "Number"
772
+ }
773
+ },
774
+ script: {
775
+ serializedName: "script",
776
+ type: {
777
+ name: "String"
778
+ }
779
+ }
780
+ }
781
+ }
782
+ };
741
783
  export const ClassificationCategory = {
742
784
  type: {
743
785
  name: "Composite",
@@ -903,6 +945,12 @@ export const HealthcareRelation = {
903
945
  name: "String"
904
946
  }
905
947
  },
948
+ confidenceScore: {
949
+ serializedName: "confidenceScore",
950
+ type: {
951
+ name: "Number"
952
+ }
953
+ },
906
954
  entities: {
907
955
  serializedName: "entities",
908
956
  required: true,
@@ -941,6 +989,63 @@ export const HealthcareRelationEntity = {
941
989
  }
942
990
  }
943
991
  };
992
+ export const PreBuiltResult = {
993
+ type: {
994
+ name: "Composite",
995
+ className: "PreBuiltResult",
996
+ modelProperties: {
997
+ errors: {
998
+ serializedName: "errors",
999
+ required: true,
1000
+ type: {
1001
+ name: "Sequence",
1002
+ element: {
1003
+ type: {
1004
+ name: "Composite",
1005
+ className: "InputError"
1006
+ }
1007
+ }
1008
+ }
1009
+ },
1010
+ statistics: {
1011
+ serializedName: "statistics",
1012
+ type: {
1013
+ name: "Composite",
1014
+ className: "TextDocumentBatchStatistics"
1015
+ }
1016
+ },
1017
+ modelVersion: {
1018
+ serializedName: "modelVersion",
1019
+ required: true,
1020
+ type: {
1021
+ name: "String"
1022
+ }
1023
+ }
1024
+ }
1025
+ }
1026
+ };
1027
+ export const InputError = {
1028
+ type: {
1029
+ name: "Composite",
1030
+ className: "InputError",
1031
+ modelProperties: {
1032
+ id: {
1033
+ serializedName: "id",
1034
+ required: true,
1035
+ type: {
1036
+ name: "String"
1037
+ }
1038
+ },
1039
+ error: {
1040
+ serializedName: "error",
1041
+ type: {
1042
+ name: "Composite",
1043
+ className: "ErrorModel"
1044
+ }
1045
+ }
1046
+ }
1047
+ }
1048
+ };
944
1049
  export const SentimentConfidenceScores = {
945
1050
  type: {
946
1051
  name: "Composite",
@@ -1288,27 +1393,34 @@ export const Match = {
1288
1393
  }
1289
1394
  }
1290
1395
  };
1291
- export const DetectedLanguage = {
1396
+ export const SummarySentence = {
1292
1397
  type: {
1293
1398
  name: "Composite",
1294
- className: "DetectedLanguage",
1399
+ className: "SummarySentence",
1295
1400
  modelProperties: {
1296
- name: {
1297
- serializedName: "name",
1401
+ text: {
1402
+ serializedName: "text",
1298
1403
  required: true,
1299
1404
  type: {
1300
1405
  name: "String"
1301
1406
  }
1302
1407
  },
1303
- iso6391Name: {
1304
- serializedName: "iso6391Name",
1408
+ rankScore: {
1409
+ serializedName: "rankScore",
1305
1410
  required: true,
1306
1411
  type: {
1307
- name: "String"
1412
+ name: "Number"
1308
1413
  }
1309
1414
  },
1310
- confidenceScore: {
1311
- serializedName: "confidenceScore",
1415
+ offset: {
1416
+ serializedName: "offset",
1417
+ required: true,
1418
+ type: {
1419
+ name: "Number"
1420
+ }
1421
+ },
1422
+ length: {
1423
+ serializedName: "length",
1312
1424
  required: true,
1313
1425
  type: {
1314
1426
  name: "Number"
@@ -1331,19 +1443,68 @@ export const Pagination = {
1331
1443
  }
1332
1444
  }
1333
1445
  };
1334
- export const JobErrors = {
1446
+ export const AbstractiveSummarizationTaskParametersBase = {
1335
1447
  type: {
1336
1448
  name: "Composite",
1337
- className: "JobErrors",
1449
+ className: "AbstractiveSummarizationTaskParametersBase",
1338
1450
  modelProperties: {
1339
- errors: {
1340
- serializedName: "errors",
1451
+ maxSentenceCount: {
1452
+ serializedName: "sentenceCount",
1453
+ type: {
1454
+ name: "Number"
1455
+ }
1456
+ },
1457
+ stringIndexType: {
1458
+ defaultValue: "Utf16CodeUnit",
1459
+ serializedName: "stringIndexType",
1460
+ type: {
1461
+ name: "String"
1462
+ }
1463
+ }
1464
+ }
1465
+ }
1466
+ };
1467
+ export const AbstractiveSummarizationResultBase = {
1468
+ type: {
1469
+ name: "Composite",
1470
+ className: "AbstractiveSummarizationResultBase",
1471
+ modelProperties: {
1472
+ documents: {
1473
+ serializedName: "documents",
1474
+ required: true,
1341
1475
  type: {
1342
1476
  name: "Sequence",
1343
1477
  element: {
1344
1478
  type: {
1345
1479
  name: "Composite",
1346
- className: "ErrorModel"
1480
+ className: "AbstractiveSummaryDocumentResultWithDetectedLanguage"
1481
+ }
1482
+ }
1483
+ }
1484
+ }
1485
+ }
1486
+ }
1487
+ };
1488
+ export const AbstractiveSummary = {
1489
+ type: {
1490
+ name: "Composite",
1491
+ className: "AbstractiveSummary",
1492
+ modelProperties: {
1493
+ text: {
1494
+ serializedName: "text",
1495
+ required: true,
1496
+ type: {
1497
+ name: "String"
1498
+ }
1499
+ },
1500
+ contexts: {
1501
+ serializedName: "contexts",
1502
+ type: {
1503
+ name: "Sequence",
1504
+ element: {
1505
+ type: {
1506
+ name: "Composite",
1507
+ className: "SummaryContext"
1347
1508
  }
1348
1509
  }
1349
1510
  }
@@ -1351,6 +1512,43 @@ export const JobErrors = {
1351
1512
  }
1352
1513
  }
1353
1514
  };
1515
+ export const SummaryContext = {
1516
+ type: {
1517
+ name: "Composite",
1518
+ className: "SummaryContext",
1519
+ modelProperties: {
1520
+ offset: {
1521
+ serializedName: "offset",
1522
+ required: true,
1523
+ type: {
1524
+ name: "Number"
1525
+ }
1526
+ },
1527
+ length: {
1528
+ serializedName: "length",
1529
+ required: true,
1530
+ type: {
1531
+ name: "Number"
1532
+ }
1533
+ }
1534
+ }
1535
+ }
1536
+ };
1537
+ export const QuantityResolution = {
1538
+ type: {
1539
+ name: "Composite",
1540
+ className: "QuantityResolution",
1541
+ modelProperties: {
1542
+ value: {
1543
+ serializedName: "value",
1544
+ required: true,
1545
+ type: {
1546
+ name: "Number"
1547
+ }
1548
+ }
1549
+ }
1550
+ }
1551
+ };
1354
1552
  export const AnalyzeTextEntityLinkingInput = {
1355
1553
  serializedName: "EntityLinking",
1356
1554
  type: {
@@ -1483,8 +1681,30 @@ export const AnalyzeTextSentimentAnalysisInput = {
1483
1681
  } })
1484
1682
  }
1485
1683
  };
1486
- export const SentimentTaskResult = {
1487
- serializedName: "SentimentAnalysisResults",
1684
+ export const AnalyzeTextDynamicClassificationInput = {
1685
+ serializedName: "DynamicClassification",
1686
+ type: {
1687
+ name: "Composite",
1688
+ className: "AnalyzeTextDynamicClassificationInput",
1689
+ uberParent: "AnalyzeAction",
1690
+ polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
1691
+ modelProperties: Object.assign(Object.assign({}, AnalyzeAction.type.modelProperties), { analysisInput: {
1692
+ serializedName: "analysisInput",
1693
+ type: {
1694
+ name: "Composite",
1695
+ className: "MultiLanguageAnalysisInput"
1696
+ }
1697
+ }, parameters: {
1698
+ serializedName: "parameters",
1699
+ type: {
1700
+ name: "Composite",
1701
+ className: "DynamicClassificationAction"
1702
+ }
1703
+ } })
1704
+ }
1705
+ };
1706
+ export const SentimentTaskResult = {
1707
+ serializedName: "SentimentAnalysisResults",
1488
1708
  type: {
1489
1709
  name: "Composite",
1490
1710
  className: "SentimentTaskResult",
@@ -1579,6 +1799,22 @@ export const LanguageDetectionTaskResult = {
1579
1799
  } })
1580
1800
  }
1581
1801
  };
1802
+ export const DynamicClassificationTaskResult = {
1803
+ serializedName: "DynamicClassificationResults",
1804
+ type: {
1805
+ name: "Composite",
1806
+ className: "DynamicClassificationTaskResult",
1807
+ uberParent: "AnalyzeTextTaskResult",
1808
+ polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
1809
+ modelProperties: Object.assign(Object.assign({}, AnalyzeTextTaskResult.type.modelProperties), { results: {
1810
+ serializedName: "results",
1811
+ type: {
1812
+ name: "Composite",
1813
+ className: "DynamicClassificationResult"
1814
+ }
1815
+ } })
1816
+ }
1817
+ };
1582
1818
  export const AnalyzeBatchAction = {
1583
1819
  serializedName: "AnalyzeBatchAction",
1584
1820
  type: {
@@ -1624,6 +1860,32 @@ export const AnalyzeTextJobState = {
1624
1860
  modelProperties: Object.assign(Object.assign(Object.assign({}, JobState.type.modelProperties), TasksState.type.modelProperties), AnalyzeTextJobStatistics.type.modelProperties)
1625
1861
  }
1626
1862
  };
1863
+ export const DocumentRequestStatistics = {
1864
+ type: {
1865
+ name: "Composite",
1866
+ className: "DocumentRequestStatistics",
1867
+ additionalProperties: { type: { name: "Object" } },
1868
+ modelProperties: Object.assign(Object.assign({}, TextDocumentBatchStatistics.type.modelProperties), { documentsCount: {
1869
+ serializedName: "documentsCount",
1870
+ required: true,
1871
+ type: {
1872
+ name: "Number"
1873
+ }
1874
+ }, validDocumentsCount: {
1875
+ serializedName: "validDocumentsCount",
1876
+ required: true,
1877
+ type: {
1878
+ name: "Number"
1879
+ }
1880
+ }, erroneousDocumentsCount: {
1881
+ serializedName: "erroneousDocumentsCount",
1882
+ required: true,
1883
+ type: {
1884
+ name: "Number"
1885
+ }
1886
+ } })
1887
+ }
1888
+ };
1627
1889
  export const ActionPrebuilt = {
1628
1890
  type: {
1629
1891
  name: "Composite",
@@ -1656,11 +1918,11 @@ export const ActionCustom = {
1656
1918
  } })
1657
1919
  }
1658
1920
  };
1659
- export const HealthcareResult = {
1921
+ export const CustomEntitiesResult = {
1660
1922
  type: {
1661
1923
  name: "Composite",
1662
- className: "HealthcareResult",
1663
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1924
+ className: "CustomEntitiesResult",
1925
+ modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
1664
1926
  serializedName: "documents",
1665
1927
  required: true,
1666
1928
  type: {
@@ -1668,18 +1930,18 @@ export const HealthcareResult = {
1668
1930
  element: {
1669
1931
  type: {
1670
1932
  name: "Composite",
1671
- className: "HealthcareResultDocumentsItem"
1933
+ className: "CustomEntitiesResultDocumentsItem"
1672
1934
  }
1673
1935
  }
1674
1936
  }
1675
1937
  } })
1676
1938
  }
1677
1939
  };
1678
- export const SentimentResponse = {
1940
+ export const CustomLabelClassificationResult = {
1679
1941
  type: {
1680
1942
  name: "Composite",
1681
- className: "SentimentResponse",
1682
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1943
+ className: "CustomLabelClassificationResult",
1944
+ modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
1683
1945
  serializedName: "documents",
1684
1946
  required: true,
1685
1947
  type: {
@@ -1687,132 +1949,637 @@ export const SentimentResponse = {
1687
1949
  element: {
1688
1950
  type: {
1689
1951
  name: "Composite",
1690
- className: "SentimentResponseDocumentsItem"
1952
+ className: "CustomLabelClassificationResultDocumentsItem"
1691
1953
  }
1692
1954
  }
1693
1955
  }
1694
1956
  } })
1695
1957
  }
1696
1958
  };
1697
- export const EntitiesResult = {
1959
+ export const AgeResolution = {
1960
+ serializedName: "AgeResolution",
1698
1961
  type: {
1699
1962
  name: "Composite",
1700
- className: "EntitiesResult",
1701
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1702
- serializedName: "documents",
1963
+ className: "AgeResolution",
1964
+ uberParent: "BaseResolution",
1965
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
1966
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
1967
+ serializedName: "unit",
1968
+ required: true,
1969
+ type: {
1970
+ name: "String"
1971
+ }
1972
+ } })
1973
+ }
1974
+ };
1975
+ export const VolumeResolution = {
1976
+ serializedName: "VolumeResolution",
1977
+ type: {
1978
+ name: "Composite",
1979
+ className: "VolumeResolution",
1980
+ uberParent: "BaseResolution",
1981
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
1982
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
1983
+ serializedName: "unit",
1984
+ required: true,
1985
+ type: {
1986
+ name: "String"
1987
+ }
1988
+ } })
1989
+ }
1990
+ };
1991
+ export const SpeedResolution = {
1992
+ serializedName: "SpeedResolution",
1993
+ type: {
1994
+ name: "Composite",
1995
+ className: "SpeedResolution",
1996
+ uberParent: "BaseResolution",
1997
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
1998
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
1999
+ serializedName: "unit",
2000
+ required: true,
2001
+ type: {
2002
+ name: "String"
2003
+ }
2004
+ } })
2005
+ }
2006
+ };
2007
+ export const AreaResolution = {
2008
+ serializedName: "AreaResolution",
2009
+ type: {
2010
+ name: "Composite",
2011
+ className: "AreaResolution",
2012
+ uberParent: "BaseResolution",
2013
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2014
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2015
+ serializedName: "unit",
2016
+ required: true,
2017
+ type: {
2018
+ name: "String"
2019
+ }
2020
+ } })
2021
+ }
2022
+ };
2023
+ export const LengthResolution = {
2024
+ serializedName: "LengthResolution",
2025
+ type: {
2026
+ name: "Composite",
2027
+ className: "LengthResolution",
2028
+ uberParent: "BaseResolution",
2029
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2030
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2031
+ serializedName: "unit",
2032
+ required: true,
2033
+ type: {
2034
+ name: "String"
2035
+ }
2036
+ } })
2037
+ }
2038
+ };
2039
+ export const InformationResolution = {
2040
+ serializedName: "InformationResolution",
2041
+ type: {
2042
+ name: "Composite",
2043
+ className: "InformationResolution",
2044
+ uberParent: "BaseResolution",
2045
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2046
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2047
+ serializedName: "unit",
2048
+ required: true,
2049
+ type: {
2050
+ name: "String"
2051
+ }
2052
+ } })
2053
+ }
2054
+ };
2055
+ export const TemperatureResolution = {
2056
+ serializedName: "TemperatureResolution",
2057
+ type: {
2058
+ name: "Composite",
2059
+ className: "TemperatureResolution",
2060
+ uberParent: "BaseResolution",
2061
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2062
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2063
+ serializedName: "unit",
2064
+ required: true,
2065
+ type: {
2066
+ name: "String"
2067
+ }
2068
+ } })
2069
+ }
2070
+ };
2071
+ export const WeightResolution = {
2072
+ serializedName: "WeightResolution",
2073
+ type: {
2074
+ name: "Composite",
2075
+ className: "WeightResolution",
2076
+ uberParent: "BaseResolution",
2077
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2078
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2079
+ serializedName: "unit",
2080
+ required: true,
2081
+ type: {
2082
+ name: "String"
2083
+ }
2084
+ } })
2085
+ }
2086
+ };
2087
+ export const CurrencyResolution = {
2088
+ serializedName: "CurrencyResolution",
2089
+ type: {
2090
+ name: "Composite",
2091
+ className: "CurrencyResolution",
2092
+ uberParent: "BaseResolution",
2093
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2094
+ modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { iso4217: {
2095
+ serializedName: "ISO4217",
2096
+ type: {
2097
+ name: "String"
2098
+ }
2099
+ }, unit: {
2100
+ serializedName: "unit",
2101
+ required: true,
2102
+ type: {
2103
+ name: "String"
2104
+ }
2105
+ } })
2106
+ }
2107
+ };
2108
+ export const BooleanResolution = {
2109
+ serializedName: "BooleanResolution",
2110
+ type: {
2111
+ name: "Composite",
2112
+ className: "BooleanResolution",
2113
+ uberParent: "BaseResolution",
2114
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2115
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { value: {
2116
+ serializedName: "value",
2117
+ required: true,
2118
+ type: {
2119
+ name: "Boolean"
2120
+ }
2121
+ } })
2122
+ }
2123
+ };
2124
+ export const DateTimeResolution = {
2125
+ serializedName: "DateTimeResolution",
2126
+ type: {
2127
+ name: "Composite",
2128
+ className: "DateTimeResolution",
2129
+ uberParent: "BaseResolution",
2130
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2131
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { timex: {
2132
+ serializedName: "timex",
2133
+ required: true,
2134
+ type: {
2135
+ name: "String"
2136
+ }
2137
+ }, dateTimeSubKind: {
2138
+ serializedName: "dateTimeSubKind",
2139
+ required: true,
2140
+ type: {
2141
+ name: "String"
2142
+ }
2143
+ }, value: {
2144
+ serializedName: "value",
2145
+ required: true,
2146
+ type: {
2147
+ name: "String"
2148
+ }
2149
+ }, modifier: {
2150
+ serializedName: "modifier",
2151
+ type: {
2152
+ name: "String"
2153
+ }
2154
+ } })
2155
+ }
2156
+ };
2157
+ export const NumberResolution = {
2158
+ serializedName: "NumberResolution",
2159
+ type: {
2160
+ name: "Composite",
2161
+ className: "NumberResolution",
2162
+ uberParent: "BaseResolution",
2163
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2164
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { numberKind: {
2165
+ serializedName: "numberKind",
2166
+ required: true,
2167
+ type: {
2168
+ name: "String"
2169
+ }
2170
+ }, value: {
2171
+ serializedName: "value",
2172
+ required: true,
2173
+ type: {
2174
+ name: "String"
2175
+ }
2176
+ } })
2177
+ }
2178
+ };
2179
+ export const OrdinalResolution = {
2180
+ serializedName: "OrdinalResolution",
2181
+ type: {
2182
+ name: "Composite",
2183
+ className: "OrdinalResolution",
2184
+ uberParent: "BaseResolution",
2185
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2186
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { offset: {
2187
+ serializedName: "offset",
2188
+ required: true,
2189
+ type: {
2190
+ name: "String"
2191
+ }
2192
+ }, relativeTo: {
2193
+ serializedName: "relativeTo",
2194
+ required: true,
2195
+ type: {
2196
+ name: "String"
2197
+ }
2198
+ }, value: {
2199
+ serializedName: "value",
2200
+ required: true,
2201
+ type: {
2202
+ name: "String"
2203
+ }
2204
+ } })
2205
+ }
2206
+ };
2207
+ export const TemporalSpanResolution = {
2208
+ serializedName: "TemporalSpanResolution",
2209
+ type: {
2210
+ name: "Composite",
2211
+ className: "TemporalSpanResolution",
2212
+ uberParent: "BaseResolution",
2213
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2214
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { begin: {
2215
+ serializedName: "begin",
2216
+ type: {
2217
+ name: "String"
2218
+ }
2219
+ }, end: {
2220
+ serializedName: "end",
2221
+ type: {
2222
+ name: "String"
2223
+ }
2224
+ }, duration: {
2225
+ serializedName: "duration",
2226
+ type: {
2227
+ name: "String"
2228
+ }
2229
+ }, modifier: {
2230
+ serializedName: "modifier",
2231
+ type: {
2232
+ name: "String"
2233
+ }
2234
+ }, timex: {
2235
+ serializedName: "timex",
2236
+ type: {
2237
+ name: "String"
2238
+ }
2239
+ } })
2240
+ }
2241
+ };
2242
+ export const NumericRangeResolution = {
2243
+ serializedName: "NumericRangeResolution",
2244
+ type: {
2245
+ name: "Composite",
2246
+ className: "NumericRangeResolution",
2247
+ uberParent: "BaseResolution",
2248
+ polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2249
+ modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { rangeKind: {
2250
+ serializedName: "rangeKind",
2251
+ required: true,
2252
+ type: {
2253
+ name: "String"
2254
+ }
2255
+ }, minimum: {
2256
+ serializedName: "minimum",
2257
+ required: true,
2258
+ type: {
2259
+ name: "Number"
2260
+ }
2261
+ }, maximum: {
2262
+ serializedName: "maximum",
1703
2263
  required: true,
2264
+ type: {
2265
+ name: "Number"
2266
+ }
2267
+ } })
2268
+ }
2269
+ };
2270
+ export const EntityWithResolution = {
2271
+ type: {
2272
+ name: "Composite",
2273
+ className: "EntityWithResolution",
2274
+ modelProperties: Object.assign(Object.assign({}, Entity.type.modelProperties), { resolutions: {
2275
+ serializedName: "resolutions",
1704
2276
  type: {
1705
2277
  name: "Sequence",
1706
2278
  element: {
1707
2279
  type: {
1708
2280
  name: "Composite",
1709
- className: "EntitiesResultDocumentsItem"
2281
+ className: "BaseResolution"
1710
2282
  }
1711
2283
  }
1712
2284
  }
1713
2285
  } })
1714
2286
  }
1715
2287
  };
1716
- export const EntityLinkingResult = {
2288
+ export const EntitiesDocumentResult = {
1717
2289
  type: {
1718
2290
  name: "Composite",
1719
- className: "EntityLinkingResult",
1720
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1721
- serializedName: "documents",
2291
+ className: "EntitiesDocumentResult",
2292
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
2293
+ serializedName: "entities",
1722
2294
  required: true,
1723
2295
  type: {
1724
2296
  name: "Sequence",
1725
2297
  element: {
1726
2298
  type: {
1727
2299
  name: "Composite",
1728
- className: "EntityLinkingResultDocumentsItem"
2300
+ className: "EntityWithResolution"
1729
2301
  }
1730
2302
  }
1731
2303
  }
1732
2304
  } })
1733
2305
  }
1734
2306
  };
1735
- export const PiiResult = {
2307
+ export const ClassificationDocumentResult = {
1736
2308
  type: {
1737
2309
  name: "Composite",
1738
- className: "PiiResult",
1739
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1740
- serializedName: "documents",
2310
+ className: "ClassificationDocumentResult",
2311
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { class: {
2312
+ serializedName: "class",
1741
2313
  required: true,
1742
2314
  type: {
1743
2315
  name: "Sequence",
1744
2316
  element: {
1745
2317
  type: {
1746
2318
  name: "Composite",
1747
- className: "PiiResultDocumentsItem"
2319
+ className: "ClassificationCategory"
1748
2320
  }
1749
2321
  }
1750
2322
  }
1751
2323
  } })
1752
2324
  }
1753
2325
  };
1754
- export const KeyPhraseResult = {
2326
+ export const HealthcareEntitiesDocumentResult = {
1755
2327
  type: {
1756
2328
  name: "Composite",
1757
- className: "KeyPhraseResult",
1758
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1759
- serializedName: "documents",
2329
+ className: "HealthcareEntitiesDocumentResult",
2330
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
2331
+ serializedName: "entities",
1760
2332
  required: true,
1761
2333
  type: {
1762
2334
  name: "Sequence",
1763
2335
  element: {
1764
2336
  type: {
1765
2337
  name: "Composite",
1766
- className: "KeyPhraseResultDocumentsItem"
2338
+ className: "HealthcareEntity"
2339
+ }
2340
+ }
2341
+ }
2342
+ }, relations: {
2343
+ serializedName: "relations",
2344
+ required: true,
2345
+ type: {
2346
+ name: "Sequence",
2347
+ element: {
2348
+ type: {
2349
+ name: "Composite",
2350
+ className: "HealthcareRelation"
1767
2351
  }
1768
2352
  }
1769
2353
  }
2354
+ }, fhirBundle: {
2355
+ serializedName: "fhirBundle",
2356
+ type: {
2357
+ name: "Dictionary",
2358
+ value: { type: { name: "any" } }
2359
+ }
1770
2360
  } })
1771
2361
  }
1772
2362
  };
1773
- export const LanguageDetectionResult = {
2363
+ export const SentimentDocumentResult = {
1774
2364
  type: {
1775
2365
  name: "Composite",
1776
- className: "LanguageDetectionResult",
1777
- modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1778
- serializedName: "documents",
2366
+ className: "SentimentDocumentResult",
2367
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { sentiment: {
2368
+ serializedName: "sentiment",
2369
+ required: true,
2370
+ type: {
2371
+ name: "Enum",
2372
+ allowedValues: ["positive", "neutral", "negative", "mixed"]
2373
+ }
2374
+ }, confidenceScores: {
2375
+ serializedName: "confidenceScores",
2376
+ type: {
2377
+ name: "Composite",
2378
+ className: "SentimentConfidenceScores"
2379
+ }
2380
+ }, sentences: {
2381
+ serializedName: "sentences",
1779
2382
  required: true,
1780
2383
  type: {
1781
2384
  name: "Sequence",
1782
2385
  element: {
1783
2386
  type: {
1784
2387
  name: "Composite",
1785
- className: "LanguageDetectionDocumentResult"
2388
+ className: "SentenceSentiment"
1786
2389
  }
1787
2390
  }
1788
2391
  }
1789
2392
  } })
1790
2393
  }
1791
2394
  };
1792
- export const CustomEntitiesResult = {
2395
+ export const LinkedEntitiesDocumentResult = {
1793
2396
  type: {
1794
2397
  name: "Composite",
1795
- className: "CustomEntitiesResult",
1796
- modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
1797
- serializedName: "documents",
2398
+ className: "LinkedEntitiesDocumentResult",
2399
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
2400
+ serializedName: "entities",
1798
2401
  required: true,
1799
2402
  type: {
1800
2403
  name: "Sequence",
1801
2404
  element: {
1802
2405
  type: {
1803
2406
  name: "Composite",
1804
- className: "CustomEntitiesResultDocumentsItem"
2407
+ className: "LinkedEntity"
1805
2408
  }
1806
2409
  }
1807
2410
  }
1808
2411
  } })
1809
2412
  }
1810
2413
  };
1811
- export const CustomLabelClassificationResult = {
2414
+ export const PiiEntitiesDocumentResult = {
1812
2415
  type: {
1813
2416
  name: "Composite",
1814
- className: "CustomLabelClassificationResult",
1815
- modelProperties: Object.assign(Object.assign({}, CustomResult.type.modelProperties), { documents: {
2417
+ className: "PiiEntitiesDocumentResult",
2418
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { redactedText: {
2419
+ serializedName: "redactedText",
2420
+ required: true,
2421
+ type: {
2422
+ name: "String"
2423
+ }
2424
+ }, entities: {
2425
+ serializedName: "entities",
2426
+ required: true,
2427
+ type: {
2428
+ name: "Sequence",
2429
+ element: {
2430
+ type: {
2431
+ name: "Composite",
2432
+ className: "Entity"
2433
+ }
2434
+ }
2435
+ }
2436
+ } })
2437
+ }
2438
+ };
2439
+ export const ExtractedSummaryDocumentResult = {
2440
+ type: {
2441
+ name: "Composite",
2442
+ className: "ExtractedSummaryDocumentResult",
2443
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { sentences: {
2444
+ serializedName: "sentences",
2445
+ required: true,
2446
+ type: {
2447
+ name: "Sequence",
2448
+ element: {
2449
+ type: {
2450
+ name: "Composite",
2451
+ className: "SummarySentence"
2452
+ }
2453
+ }
2454
+ }
2455
+ } })
2456
+ }
2457
+ };
2458
+ export const KeyPhrasesDocumentResult = {
2459
+ type: {
2460
+ name: "Composite",
2461
+ className: "KeyPhrasesDocumentResult",
2462
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { keyPhrases: {
2463
+ serializedName: "keyPhrases",
2464
+ required: true,
2465
+ type: {
2466
+ name: "Sequence",
2467
+ element: {
2468
+ type: {
2469
+ name: "String"
2470
+ }
2471
+ }
2472
+ }
2473
+ } })
2474
+ }
2475
+ };
2476
+ export const LanguageDetectionDocumentResult = {
2477
+ type: {
2478
+ name: "Composite",
2479
+ className: "LanguageDetectionDocumentResult",
2480
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { detectedLanguage: {
2481
+ serializedName: "detectedLanguage",
2482
+ type: {
2483
+ name: "Composite",
2484
+ className: "DetectedLanguage"
2485
+ }
2486
+ } })
2487
+ }
2488
+ };
2489
+ export const AbstractiveSummaryDocumentResult = {
2490
+ type: {
2491
+ name: "Composite",
2492
+ className: "AbstractiveSummaryDocumentResult",
2493
+ modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { summaries: {
2494
+ serializedName: "summaries",
2495
+ required: true,
2496
+ type: {
2497
+ name: "Sequence",
2498
+ element: {
2499
+ type: {
2500
+ name: "Composite",
2501
+ className: "AbstractiveSummary"
2502
+ }
2503
+ }
2504
+ }
2505
+ } })
2506
+ }
2507
+ };
2508
+ export const CustomEntitiesResultDocumentsItem = {
2509
+ type: {
2510
+ name: "Composite",
2511
+ className: "CustomEntitiesResultDocumentsItem",
2512
+ modelProperties: Object.assign(Object.assign({}, EntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2513
+ }
2514
+ };
2515
+ export const CustomLabelClassificationResultDocumentsItem = {
2516
+ type: {
2517
+ name: "Composite",
2518
+ className: "CustomLabelClassificationResultDocumentsItem",
2519
+ modelProperties: Object.assign(Object.assign({}, ClassificationDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2520
+ }
2521
+ };
2522
+ export const HealthcareResultDocumentsItem = {
2523
+ type: {
2524
+ name: "Composite",
2525
+ className: "HealthcareResultDocumentsItem",
2526
+ modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2527
+ }
2528
+ };
2529
+ export const SentimentResponseDocumentsItem = {
2530
+ type: {
2531
+ name: "Composite",
2532
+ className: "SentimentResponseDocumentsItem",
2533
+ modelProperties: Object.assign(Object.assign({}, SentimentDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2534
+ }
2535
+ };
2536
+ export const EntitiesResultDocumentsItem = {
2537
+ type: {
2538
+ name: "Composite",
2539
+ className: "EntitiesResultDocumentsItem",
2540
+ modelProperties: Object.assign(Object.assign({}, EntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2541
+ }
2542
+ };
2543
+ export const EntityLinkingResultDocumentsItem = {
2544
+ type: {
2545
+ name: "Composite",
2546
+ className: "EntityLinkingResultDocumentsItem",
2547
+ modelProperties: Object.assign(Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2548
+ }
2549
+ };
2550
+ export const PiiResultDocumentsItem = {
2551
+ type: {
2552
+ name: "Composite",
2553
+ className: "PiiResultDocumentsItem",
2554
+ modelProperties: Object.assign(Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2555
+ }
2556
+ };
2557
+ export const ExtractedSummaryDocumentResultWithDetectedLanguage = {
2558
+ type: {
2559
+ name: "Composite",
2560
+ className: "ExtractedSummaryDocumentResultWithDetectedLanguage",
2561
+ modelProperties: Object.assign(Object.assign({}, ExtractedSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2562
+ }
2563
+ };
2564
+ export const KeyPhraseResultDocumentsItem = {
2565
+ type: {
2566
+ name: "Composite",
2567
+ className: "KeyPhraseResultDocumentsItem",
2568
+ modelProperties: Object.assign(Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2569
+ }
2570
+ };
2571
+ export const AbstractiveSummaryDocumentResultWithDetectedLanguage = {
2572
+ type: {
2573
+ name: "Composite",
2574
+ className: "AbstractiveSummaryDocumentResultWithDetectedLanguage",
2575
+ modelProperties: Object.assign(Object.assign({}, AbstractiveSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2576
+ }
2577
+ };
2578
+ export const HealthcareResult = {
2579
+ type: {
2580
+ name: "Composite",
2581
+ className: "HealthcareResult",
2582
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
1816
2583
  serializedName: "documents",
1817
2584
  required: true,
1818
2585
  type: {
@@ -1820,187 +2587,177 @@ export const CustomLabelClassificationResult = {
1820
2587
  element: {
1821
2588
  type: {
1822
2589
  name: "Composite",
1823
- className: "CustomLabelClassificationResultDocumentsItem"
2590
+ className: "HealthcareResultDocumentsItem"
1824
2591
  }
1825
2592
  }
1826
2593
  }
1827
2594
  } })
1828
2595
  }
1829
2596
  };
1830
- export const EntitiesDocumentResult = {
2597
+ export const SentimentResponse = {
1831
2598
  type: {
1832
2599
  name: "Composite",
1833
- className: "EntitiesDocumentResult",
1834
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
1835
- serializedName: "entities",
2600
+ className: "SentimentResponse",
2601
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2602
+ serializedName: "documents",
1836
2603
  required: true,
1837
2604
  type: {
1838
2605
  name: "Sequence",
1839
2606
  element: {
1840
2607
  type: {
1841
2608
  name: "Composite",
1842
- className: "Entity"
2609
+ className: "SentimentResponseDocumentsItem"
1843
2610
  }
1844
2611
  }
1845
2612
  }
1846
2613
  } })
1847
2614
  }
1848
2615
  };
1849
- export const ClassificationDocumentResult = {
2616
+ export const EntitiesResult = {
1850
2617
  type: {
1851
2618
  name: "Composite",
1852
- className: "ClassificationDocumentResult",
1853
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { class: {
1854
- serializedName: "class",
2619
+ className: "EntitiesResult",
2620
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2621
+ serializedName: "documents",
1855
2622
  required: true,
1856
2623
  type: {
1857
2624
  name: "Sequence",
1858
2625
  element: {
1859
2626
  type: {
1860
2627
  name: "Composite",
1861
- className: "ClassificationCategory"
2628
+ className: "EntitiesResultDocumentsItem"
1862
2629
  }
1863
2630
  }
1864
2631
  }
1865
2632
  } })
1866
2633
  }
1867
2634
  };
1868
- export const HealthcareEntitiesDocumentResult = {
2635
+ export const EntityLinkingResult = {
1869
2636
  type: {
1870
2637
  name: "Composite",
1871
- className: "HealthcareEntitiesDocumentResult",
1872
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
1873
- serializedName: "entities",
2638
+ className: "EntityLinkingResult",
2639
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2640
+ serializedName: "documents",
1874
2641
  required: true,
1875
2642
  type: {
1876
2643
  name: "Sequence",
1877
2644
  element: {
1878
2645
  type: {
1879
2646
  name: "Composite",
1880
- className: "HealthcareEntity"
2647
+ className: "EntityLinkingResultDocumentsItem"
1881
2648
  }
1882
2649
  }
1883
2650
  }
1884
- }, relations: {
1885
- serializedName: "relations",
2651
+ } })
2652
+ }
2653
+ };
2654
+ export const PiiResult = {
2655
+ type: {
2656
+ name: "Composite",
2657
+ className: "PiiResult",
2658
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2659
+ serializedName: "documents",
1886
2660
  required: true,
1887
2661
  type: {
1888
2662
  name: "Sequence",
1889
2663
  element: {
1890
2664
  type: {
1891
2665
  name: "Composite",
1892
- className: "HealthcareRelation"
2666
+ className: "PiiResultDocumentsItem"
1893
2667
  }
1894
2668
  }
1895
2669
  }
1896
2670
  } })
1897
2671
  }
1898
2672
  };
1899
- export const SentimentDocumentResult = {
2673
+ export const ExtractiveSummarizationResult = {
1900
2674
  type: {
1901
2675
  name: "Composite",
1902
- className: "SentimentDocumentResult",
1903
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { sentiment: {
1904
- serializedName: "sentiment",
1905
- required: true,
1906
- type: {
1907
- name: "Enum",
1908
- allowedValues: ["positive", "neutral", "negative", "mixed"]
1909
- }
1910
- }, confidenceScores: {
1911
- serializedName: "confidenceScores",
1912
- type: {
1913
- name: "Composite",
1914
- className: "SentimentConfidenceScores"
1915
- }
1916
- }, sentences: {
1917
- serializedName: "sentences",
2676
+ className: "ExtractiveSummarizationResult",
2677
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2678
+ serializedName: "documents",
1918
2679
  required: true,
1919
2680
  type: {
1920
2681
  name: "Sequence",
1921
2682
  element: {
1922
2683
  type: {
1923
2684
  name: "Composite",
1924
- className: "SentenceSentiment"
2685
+ className: "ExtractedSummaryDocumentResultWithDetectedLanguage"
1925
2686
  }
1926
2687
  }
1927
2688
  }
1928
2689
  } })
1929
2690
  }
1930
2691
  };
1931
- export const LinkedEntitiesDocumentResult = {
2692
+ export const KeyPhraseResult = {
1932
2693
  type: {
1933
2694
  name: "Composite",
1934
- className: "LinkedEntitiesDocumentResult",
1935
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { entities: {
1936
- serializedName: "entities",
2695
+ className: "KeyPhraseResult",
2696
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2697
+ serializedName: "documents",
1937
2698
  required: true,
1938
2699
  type: {
1939
2700
  name: "Sequence",
1940
2701
  element: {
1941
2702
  type: {
1942
2703
  name: "Composite",
1943
- className: "LinkedEntity"
2704
+ className: "KeyPhraseResultDocumentsItem"
1944
2705
  }
1945
2706
  }
1946
2707
  }
1947
2708
  } })
1948
2709
  }
1949
2710
  };
1950
- export const PiiEntitiesDocumentResult = {
2711
+ export const LanguageDetectionResult = {
1951
2712
  type: {
1952
2713
  name: "Composite",
1953
- className: "PiiEntitiesDocumentResult",
1954
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { redactedText: {
1955
- serializedName: "redactedText",
1956
- required: true,
1957
- type: {
1958
- name: "String"
1959
- }
1960
- }, entities: {
1961
- serializedName: "entities",
2714
+ className: "LanguageDetectionResult",
2715
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2716
+ serializedName: "documents",
1962
2717
  required: true,
1963
2718
  type: {
1964
2719
  name: "Sequence",
1965
2720
  element: {
1966
2721
  type: {
1967
2722
  name: "Composite",
1968
- className: "Entity"
2723
+ className: "LanguageDetectionDocumentResult"
1969
2724
  }
1970
2725
  }
1971
2726
  }
1972
2727
  } })
1973
2728
  }
1974
2729
  };
1975
- export const KeyPhrasesDocumentResult = {
2730
+ export const DynamicClassificationResult = {
1976
2731
  type: {
1977
2732
  name: "Composite",
1978
- className: "KeyPhrasesDocumentResult",
1979
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { keyPhrases: {
1980
- serializedName: "keyPhrases",
2733
+ className: "DynamicClassificationResult",
2734
+ modelProperties: Object.assign(Object.assign({}, PreBuiltResult.type.modelProperties), { documents: {
2735
+ serializedName: "documents",
1981
2736
  required: true,
1982
2737
  type: {
1983
2738
  name: "Sequence",
1984
2739
  element: {
1985
2740
  type: {
1986
- name: "String"
2741
+ name: "Composite",
2742
+ className: "DynamicClassificationResultDocumentsItem"
1987
2743
  }
1988
2744
  }
1989
2745
  }
1990
2746
  } })
1991
2747
  }
1992
2748
  };
1993
- export const LanguageDetectionDocumentResult = {
2749
+ export const AbstractiveSummarizationResult = {
1994
2750
  type: {
1995
2751
  name: "Composite",
1996
- className: "LanguageDetectionDocumentResult",
1997
- modelProperties: Object.assign(Object.assign({}, DocumentResult.type.modelProperties), { detectedLanguage: {
1998
- serializedName: "detectedLanguage",
1999
- type: {
2000
- name: "Composite",
2001
- className: "DetectedLanguage"
2002
- }
2003
- } })
2752
+ className: "AbstractiveSummarizationResult",
2753
+ modelProperties: Object.assign(Object.assign({}, AbstractiveSummarizationResultBase.type.modelProperties), PreBuiltResult.type.modelProperties)
2754
+ }
2755
+ };
2756
+ export const AbstractiveSummarizationAction = {
2757
+ type: {
2758
+ name: "Composite",
2759
+ className: "AbstractiveSummarizationAction",
2760
+ modelProperties: Object.assign(Object.assign({}, AbstractiveSummarizationTaskParametersBase.type.modelProperties), ActionPrebuilt.type.modelProperties)
2004
2761
  }
2005
2762
  };
2006
2763
  export const CustomEntitiesLROTask = {
@@ -2008,8 +2765,8 @@ export const CustomEntitiesLROTask = {
2008
2765
  type: {
2009
2766
  name: "Composite",
2010
2767
  className: "CustomEntitiesLROTask",
2011
- uberParent: "BatchActionState",
2012
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2768
+ uberParent: "AnalyzeBatchAction",
2769
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2013
2770
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2014
2771
  serializedName: "parameters",
2015
2772
  type: {
@@ -2024,8 +2781,8 @@ export const CustomSingleLabelClassificationLROTask = {
2024
2781
  type: {
2025
2782
  name: "Composite",
2026
2783
  className: "CustomSingleLabelClassificationLROTask",
2027
- uberParent: "BatchActionState",
2028
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2784
+ uberParent: "AnalyzeBatchAction",
2785
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2029
2786
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2030
2787
  serializedName: "parameters",
2031
2788
  type: {
@@ -2040,8 +2797,8 @@ export const CustomMultiLabelClassificationLROTask = {
2040
2797
  type: {
2041
2798
  name: "Composite",
2042
2799
  className: "CustomMultiLabelClassificationLROTask",
2043
- uberParent: "BatchActionState",
2044
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2800
+ uberParent: "AnalyzeBatchAction",
2801
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2045
2802
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2046
2803
  serializedName: "parameters",
2047
2804
  type: {
@@ -2056,8 +2813,8 @@ export const HealthcareLROTask = {
2056
2813
  type: {
2057
2814
  name: "Composite",
2058
2815
  className: "HealthcareLROTask",
2059
- uberParent: "BatchActionState",
2060
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2816
+ uberParent: "AnalyzeBatchAction",
2817
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2061
2818
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2062
2819
  serializedName: "parameters",
2063
2820
  type: {
@@ -2072,8 +2829,8 @@ export const SentimentAnalysisLROTask = {
2072
2829
  type: {
2073
2830
  name: "Composite",
2074
2831
  className: "SentimentAnalysisLROTask",
2075
- uberParent: "BatchActionState",
2076
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2832
+ uberParent: "AnalyzeBatchAction",
2833
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2077
2834
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2078
2835
  serializedName: "parameters",
2079
2836
  type: {
@@ -2088,8 +2845,8 @@ export const EntitiesLROTask = {
2088
2845
  type: {
2089
2846
  name: "Composite",
2090
2847
  className: "EntitiesLROTask",
2091
- uberParent: "BatchActionState",
2092
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2848
+ uberParent: "AnalyzeBatchAction",
2849
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2093
2850
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2094
2851
  serializedName: "parameters",
2095
2852
  type: {
@@ -2104,8 +2861,8 @@ export const EntityLinkingLROTask = {
2104
2861
  type: {
2105
2862
  name: "Composite",
2106
2863
  className: "EntityLinkingLROTask",
2107
- uberParent: "BatchActionState",
2108
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2864
+ uberParent: "AnalyzeBatchAction",
2865
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2109
2866
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2110
2867
  serializedName: "parameters",
2111
2868
  type: {
@@ -2120,8 +2877,8 @@ export const PiiLROTask = {
2120
2877
  type: {
2121
2878
  name: "Composite",
2122
2879
  className: "PiiLROTask",
2123
- uberParent: "BatchActionState",
2124
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2880
+ uberParent: "AnalyzeBatchAction",
2881
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2125
2882
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2126
2883
  serializedName: "parameters",
2127
2884
  type: {
@@ -2131,13 +2888,29 @@ export const PiiLROTask = {
2131
2888
  } })
2132
2889
  }
2133
2890
  };
2891
+ export const ExtractiveSummarizationLROTask = {
2892
+ serializedName: "ExtractiveSummarization",
2893
+ type: {
2894
+ name: "Composite",
2895
+ className: "ExtractiveSummarizationLROTask",
2896
+ uberParent: "AnalyzeBatchAction",
2897
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2898
+ modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2899
+ serializedName: "parameters",
2900
+ type: {
2901
+ name: "Composite",
2902
+ className: "ExtractiveSummarizationAction"
2903
+ }
2904
+ } })
2905
+ }
2906
+ };
2134
2907
  export const KeyPhraseLROTask = {
2135
2908
  serializedName: "KeyPhraseExtraction",
2136
2909
  type: {
2137
2910
  name: "Composite",
2138
2911
  className: "KeyPhraseLROTask",
2139
- uberParent: "BatchActionState",
2140
- polymorphicDiscriminator: BatchActionState.type.polymorphicDiscriminator,
2912
+ uberParent: "AnalyzeBatchAction",
2913
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2141
2914
  modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2142
2915
  serializedName: "parameters",
2143
2916
  type: {
@@ -2147,13 +2920,29 @@ export const KeyPhraseLROTask = {
2147
2920
  } })
2148
2921
  }
2149
2922
  };
2923
+ export const AbstractiveSummarizationLROTask = {
2924
+ serializedName: "AbstractiveSummarization",
2925
+ type: {
2926
+ name: "Composite",
2927
+ className: "AbstractiveSummarizationLROTask",
2928
+ uberParent: "AnalyzeBatchAction",
2929
+ polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
2930
+ modelProperties: Object.assign(Object.assign({}, AnalyzeBatchAction.type.modelProperties), { parameters: {
2931
+ serializedName: "parameters",
2932
+ type: {
2933
+ name: "Composite",
2934
+ className: "AbstractiveSummarizationAction"
2935
+ }
2936
+ } })
2937
+ }
2938
+ };
2150
2939
  export const EntityRecognitionLROResult = {
2151
2940
  serializedName: "EntityRecognitionLROResults",
2152
2941
  type: {
2153
2942
  name: "Composite",
2154
2943
  className: "EntityRecognitionLROResult",
2155
- uberParent: "TaskState",
2156
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
2944
+ uberParent: "AnalyzeTextLROResult",
2945
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2157
2946
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2158
2947
  serializedName: "results",
2159
2948
  type: {
@@ -2168,8 +2957,8 @@ export const CustomEntityRecognitionLROResult = {
2168
2957
  type: {
2169
2958
  name: "Composite",
2170
2959
  className: "CustomEntityRecognitionLROResult",
2171
- uberParent: "TaskState",
2172
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
2960
+ uberParent: "AnalyzeTextLROResult",
2961
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2173
2962
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2174
2963
  serializedName: "results",
2175
2964
  type: {
@@ -2184,8 +2973,8 @@ export const CustomSingleLabelClassificationLROResult = {
2184
2973
  type: {
2185
2974
  name: "Composite",
2186
2975
  className: "CustomSingleLabelClassificationLROResult",
2187
- uberParent: "TaskState",
2188
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
2976
+ uberParent: "AnalyzeTextLROResult",
2977
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2189
2978
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2190
2979
  serializedName: "results",
2191
2980
  type: {
@@ -2200,8 +2989,8 @@ export const CustomMultiLabelClassificationLROResult = {
2200
2989
  type: {
2201
2990
  name: "Composite",
2202
2991
  className: "CustomMultiLabelClassificationLROResult",
2203
- uberParent: "TaskState",
2204
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
2992
+ uberParent: "AnalyzeTextLROResult",
2993
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2205
2994
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2206
2995
  serializedName: "results",
2207
2996
  type: {
@@ -2216,8 +3005,8 @@ export const EntityLinkingLROResult = {
2216
3005
  type: {
2217
3006
  name: "Composite",
2218
3007
  className: "EntityLinkingLROResult",
2219
- uberParent: "TaskState",
2220
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
3008
+ uberParent: "AnalyzeTextLROResult",
3009
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2221
3010
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2222
3011
  serializedName: "results",
2223
3012
  type: {
@@ -2232,8 +3021,8 @@ export const PiiEntityRecognitionLROResult = {
2232
3021
  type: {
2233
3022
  name: "Composite",
2234
3023
  className: "PiiEntityRecognitionLROResult",
2235
- uberParent: "TaskState",
2236
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
3024
+ uberParent: "AnalyzeTextLROResult",
3025
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2237
3026
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2238
3027
  serializedName: "results",
2239
3028
  type: {
@@ -2243,13 +3032,29 @@ export const PiiEntityRecognitionLROResult = {
2243
3032
  } })
2244
3033
  }
2245
3034
  };
3035
+ export const ExtractiveSummarizationLROResult = {
3036
+ serializedName: "ExtractiveSummarizationLROResults",
3037
+ type: {
3038
+ name: "Composite",
3039
+ className: "ExtractiveSummarizationLROResult",
3040
+ uberParent: "AnalyzeTextLROResult",
3041
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
3042
+ modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
3043
+ serializedName: "results",
3044
+ type: {
3045
+ name: "Composite",
3046
+ className: "ExtractiveSummarizationResult"
3047
+ }
3048
+ } })
3049
+ }
3050
+ };
2246
3051
  export const HealthcareLROResult = {
2247
3052
  serializedName: "HealthcareLROResults",
2248
3053
  type: {
2249
3054
  name: "Composite",
2250
3055
  className: "HealthcareLROResult",
2251
- uberParent: "TaskState",
2252
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
3056
+ uberParent: "AnalyzeTextLROResult",
3057
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2253
3058
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2254
3059
  serializedName: "results",
2255
3060
  type: {
@@ -2264,8 +3069,8 @@ export const SentimentLROResult = {
2264
3069
  type: {
2265
3070
  name: "Composite",
2266
3071
  className: "SentimentLROResult",
2267
- uberParent: "TaskState",
2268
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
3072
+ uberParent: "AnalyzeTextLROResult",
3073
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2269
3074
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2270
3075
  serializedName: "results",
2271
3076
  type: {
@@ -2280,8 +3085,8 @@ export const KeyPhraseExtractionLROResult = {
2280
3085
  type: {
2281
3086
  name: "Composite",
2282
3087
  className: "KeyPhraseExtractionLROResult",
2283
- uberParent: "TaskState",
2284
- polymorphicDiscriminator: TaskState.type.polymorphicDiscriminator,
3088
+ uberParent: "AnalyzeTextLROResult",
3089
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
2285
3090
  modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
2286
3091
  serializedName: "results",
2287
3092
  type: {
@@ -2291,6 +3096,22 @@ export const KeyPhraseExtractionLROResult = {
2291
3096
  } })
2292
3097
  }
2293
3098
  };
3099
+ export const AbstractiveSummarizationLROResult = {
3100
+ serializedName: "AbstractiveSummarizationLROResults",
3101
+ type: {
3102
+ name: "Composite",
3103
+ className: "AbstractiveSummarizationLROResult",
3104
+ uberParent: "AnalyzeTextLROResult",
3105
+ polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
3106
+ modelProperties: Object.assign(Object.assign({}, AnalyzeTextLROResult.type.modelProperties), { results: {
3107
+ serializedName: "results",
3108
+ type: {
3109
+ name: "Composite",
3110
+ className: "AbstractiveSummarizationResult"
3111
+ }
3112
+ } })
3113
+ }
3114
+ };
2294
3115
  export const EntityLinkingAction = {
2295
3116
  type: {
2296
3117
  name: "Composite",
@@ -2382,11 +3203,70 @@ export const SentimentAnalysisAction = {
2382
3203
  } })
2383
3204
  }
2384
3205
  };
3206
+ export const DynamicClassificationAction = {
3207
+ type: {
3208
+ name: "Composite",
3209
+ className: "DynamicClassificationAction",
3210
+ modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { classificationType: {
3211
+ defaultValue: "Multi",
3212
+ serializedName: "classificationType",
3213
+ type: {
3214
+ name: "String"
3215
+ }
3216
+ }, categories: {
3217
+ serializedName: "categories",
3218
+ required: true,
3219
+ type: {
3220
+ name: "Sequence",
3221
+ element: {
3222
+ type: {
3223
+ name: "String"
3224
+ }
3225
+ }
3226
+ }
3227
+ } })
3228
+ }
3229
+ };
2385
3230
  export const HealthcareAction = {
2386
3231
  type: {
2387
3232
  name: "Composite",
2388
3233
  className: "HealthcareAction",
2389
- modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { stringIndexType: {
3234
+ modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { fhirVersion: {
3235
+ serializedName: "fhirVersion",
3236
+ type: {
3237
+ name: "String"
3238
+ }
3239
+ }, documentType: {
3240
+ serializedName: "documentType",
3241
+ type: {
3242
+ name: "String"
3243
+ }
3244
+ }, stringIndexType: {
3245
+ defaultValue: "Utf16CodeUnit",
3246
+ serializedName: "stringIndexType",
3247
+ type: {
3248
+ name: "String"
3249
+ }
3250
+ } })
3251
+ }
3252
+ };
3253
+ export const ExtractiveSummarizationAction = {
3254
+ type: {
3255
+ name: "Composite",
3256
+ className: "ExtractiveSummarizationAction",
3257
+ modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { maxSentenceCount: {
3258
+ defaultValue: 3,
3259
+ serializedName: "sentenceCount",
3260
+ type: {
3261
+ name: "Number"
3262
+ }
3263
+ }, orderBy: {
3264
+ defaultValue: "Offset",
3265
+ serializedName: "sortBy",
3266
+ type: {
3267
+ name: "String"
3268
+ }
3269
+ }, stringIndexType: {
2390
3270
  defaultValue: "Utf16CodeUnit",
2391
3271
  serializedName: "stringIndexType",
2392
3272
  type: {
@@ -2422,62 +3302,13 @@ export const CustomMultiLabelClassificationAction = {
2422
3302
  modelProperties: Object.assign({}, ActionCustom.type.modelProperties)
2423
3303
  }
2424
3304
  };
2425
- export const CustomEntitiesResultDocumentsItem = {
2426
- type: {
2427
- name: "Composite",
2428
- className: "CustomEntitiesResultDocumentsItem",
2429
- modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
2430
- }
2431
- };
2432
- export const EntitiesResultDocumentsItem = {
2433
- type: {
2434
- name: "Composite",
2435
- className: "EntitiesResultDocumentsItem",
2436
- modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
2437
- }
2438
- };
2439
- export const CustomLabelClassificationResultDocumentsItem = {
3305
+ export const DynamicClassificationResultDocumentsItem = {
2440
3306
  type: {
2441
3307
  name: "Composite",
2442
- className: "CustomLabelClassificationResultDocumentsItem",
3308
+ className: "DynamicClassificationResultDocumentsItem",
2443
3309
  modelProperties: Object.assign({}, ClassificationDocumentResult.type.modelProperties)
2444
3310
  }
2445
3311
  };
2446
- export const HealthcareResultDocumentsItem = {
2447
- type: {
2448
- name: "Composite",
2449
- className: "HealthcareResultDocumentsItem",
2450
- modelProperties: Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties)
2451
- }
2452
- };
2453
- export const SentimentResponseDocumentsItem = {
2454
- type: {
2455
- name: "Composite",
2456
- className: "SentimentResponseDocumentsItem",
2457
- modelProperties: Object.assign({}, SentimentDocumentResult.type.modelProperties)
2458
- }
2459
- };
2460
- export const EntityLinkingResultDocumentsItem = {
2461
- type: {
2462
- name: "Composite",
2463
- className: "EntityLinkingResultDocumentsItem",
2464
- modelProperties: Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties)
2465
- }
2466
- };
2467
- export const PiiResultDocumentsItem = {
2468
- type: {
2469
- name: "Composite",
2470
- className: "PiiResultDocumentsItem",
2471
- modelProperties: Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties)
2472
- }
2473
- };
2474
- export const KeyPhraseResultDocumentsItem = {
2475
- type: {
2476
- name: "Composite",
2477
- className: "KeyPhraseResultDocumentsItem",
2478
- modelProperties: Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties)
2479
- }
2480
- };
2481
3312
  export const GeneratedClientAnalyzeBatchHeaders = {
2482
3313
  type: {
2483
3314
  name: "Composite",
@@ -2509,37 +3340,59 @@ export const AnalyzeTextCancelJobHeaders = {
2509
3340
  export let discriminators = {
2510
3341
  AnalyzeAction: AnalyzeAction,
2511
3342
  AnalyzeTextTaskResult: AnalyzeTextTaskResult,
3343
+ BaseResolution: BaseResolution,
2512
3344
  "AnalyzeAction.EntityLinking": AnalyzeTextEntityLinkingInput,
2513
3345
  "AnalyzeAction.EntityRecognition": AnalyzeTextEntityRecognitionInput,
2514
3346
  "AnalyzeAction.KeyPhraseExtraction": AnalyzeTextKeyPhraseExtractionInput,
2515
3347
  "AnalyzeAction.PiiEntityRecognition": AnalyzeTextPiiEntitiesRecognitionInput,
2516
3348
  "AnalyzeAction.LanguageDetection": AnalyzeTextLanguageDetectionInput,
2517
3349
  "AnalyzeAction.SentimentAnalysis": AnalyzeTextSentimentAnalysisInput,
3350
+ "AnalyzeAction.DynamicClassification": AnalyzeTextDynamicClassificationInput,
2518
3351
  "AnalyzeTextTaskResult.SentimentAnalysisResults": SentimentTaskResult,
2519
3352
  "AnalyzeTextTaskResult.EntityRecognitionResults": EntitiesTaskResult,
2520
3353
  "AnalyzeTextTaskResult.EntityLinkingResults": EntityLinkingTaskResult,
2521
3354
  "AnalyzeTextTaskResult.PiiEntityRecognitionResults": PiiTaskResult,
2522
3355
  "AnalyzeTextTaskResult.KeyPhraseExtractionResults": KeyPhraseTaskResult,
2523
3356
  "AnalyzeTextTaskResult.LanguageDetectionResults": LanguageDetectionTaskResult,
3357
+ "AnalyzeTextTaskResult.DynamicClassificationResults": DynamicClassificationTaskResult,
2524
3358
  "BatchActionState.AnalyzeBatchAction": AnalyzeBatchAction,
2525
3359
  "TaskState.AnalyzeTextLROResult": AnalyzeTextLROResult,
2526
- "BatchActionState.CustomEntityRecognition": CustomEntitiesLROTask,
2527
- "BatchActionState.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
2528
- "BatchActionState.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
2529
- "BatchActionState.Healthcare": HealthcareLROTask,
2530
- "BatchActionState.SentimentAnalysis": SentimentAnalysisLROTask,
2531
- "BatchActionState.EntityRecognition": EntitiesLROTask,
2532
- "BatchActionState.EntityLinking": EntityLinkingLROTask,
2533
- "BatchActionState.PiiEntityRecognition": PiiLROTask,
2534
- "BatchActionState.KeyPhraseExtraction": KeyPhraseLROTask,
2535
- "TaskState.EntityRecognitionLROResults": EntityRecognitionLROResult,
2536
- "TaskState.CustomEntityRecognitionLROResults": CustomEntityRecognitionLROResult,
2537
- "TaskState.CustomSingleLabelClassificationLROResults": CustomSingleLabelClassificationLROResult,
2538
- "TaskState.CustomMultiLabelClassificationLROResults": CustomMultiLabelClassificationLROResult,
2539
- "TaskState.EntityLinkingLROResults": EntityLinkingLROResult,
2540
- "TaskState.PiiEntityRecognitionLROResults": PiiEntityRecognitionLROResult,
2541
- "TaskState.HealthcareLROResults": HealthcareLROResult,
2542
- "TaskState.SentimentAnalysisLROResults": SentimentLROResult,
2543
- "TaskState.KeyPhraseExtractionLROResults": KeyPhraseExtractionLROResult
3360
+ "BaseResolution.AgeResolution": AgeResolution,
3361
+ "BaseResolution.VolumeResolution": VolumeResolution,
3362
+ "BaseResolution.SpeedResolution": SpeedResolution,
3363
+ "BaseResolution.AreaResolution": AreaResolution,
3364
+ "BaseResolution.LengthResolution": LengthResolution,
3365
+ "BaseResolution.InformationResolution": InformationResolution,
3366
+ "BaseResolution.TemperatureResolution": TemperatureResolution,
3367
+ "BaseResolution.WeightResolution": WeightResolution,
3368
+ "BaseResolution.CurrencyResolution": CurrencyResolution,
3369
+ "BaseResolution.BooleanResolution": BooleanResolution,
3370
+ "BaseResolution.DateTimeResolution": DateTimeResolution,
3371
+ "BaseResolution.NumberResolution": NumberResolution,
3372
+ "BaseResolution.OrdinalResolution": OrdinalResolution,
3373
+ "BaseResolution.TemporalSpanResolution": TemporalSpanResolution,
3374
+ "BaseResolution.NumericRangeResolution": NumericRangeResolution,
3375
+ "AnalyzeBatchAction.CustomEntityRecognition": CustomEntitiesLROTask,
3376
+ "AnalyzeBatchAction.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
3377
+ "AnalyzeBatchAction.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
3378
+ "AnalyzeBatchAction.Healthcare": HealthcareLROTask,
3379
+ "AnalyzeBatchAction.SentimentAnalysis": SentimentAnalysisLROTask,
3380
+ "AnalyzeBatchAction.EntityRecognition": EntitiesLROTask,
3381
+ "AnalyzeBatchAction.EntityLinking": EntityLinkingLROTask,
3382
+ "AnalyzeBatchAction.PiiEntityRecognition": PiiLROTask,
3383
+ "AnalyzeBatchAction.ExtractiveSummarization": ExtractiveSummarizationLROTask,
3384
+ "AnalyzeBatchAction.KeyPhraseExtraction": KeyPhraseLROTask,
3385
+ "AnalyzeBatchAction.AbstractiveSummarization": AbstractiveSummarizationLROTask,
3386
+ "AnalyzeTextLROResult.EntityRecognitionLROResults": EntityRecognitionLROResult,
3387
+ "AnalyzeTextLROResult.CustomEntityRecognitionLROResults": CustomEntityRecognitionLROResult,
3388
+ "AnalyzeTextLROResult.CustomSingleLabelClassificationLROResults": CustomSingleLabelClassificationLROResult,
3389
+ "AnalyzeTextLROResult.CustomMultiLabelClassificationLROResults": CustomMultiLabelClassificationLROResult,
3390
+ "AnalyzeTextLROResult.EntityLinkingLROResults": EntityLinkingLROResult,
3391
+ "AnalyzeTextLROResult.PiiEntityRecognitionLROResults": PiiEntityRecognitionLROResult,
3392
+ "AnalyzeTextLROResult.ExtractiveSummarizationLROResults": ExtractiveSummarizationLROResult,
3393
+ "AnalyzeTextLROResult.HealthcareLROResults": HealthcareLROResult,
3394
+ "AnalyzeTextLROResult.SentimentAnalysisLROResults": SentimentLROResult,
3395
+ "AnalyzeTextLROResult.KeyPhraseExtractionLROResults": KeyPhraseExtractionLROResult,
3396
+ "AnalyzeTextLROResult.AbstractiveSummarizationLROResults": AbstractiveSummarizationLROResult
2544
3397
  };
2545
3398
  //# sourceMappingURL=mappers.js.map