@azure/ai-language-text 1.1.0-alpha.20231218.1 → 1.1.0-alpha.20240112.1
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 +586 -245
- package/dist/index.js.map +1 -1
- package/dist-esm/src/generated/generatedClient.js +7 -3
- package/dist-esm/src/generated/generatedClient.js.map +1 -1
- package/dist-esm/src/generated/models/mappers.js +407 -161
- package/dist-esm/src/generated/models/mappers.js.map +1 -1
- package/dist-esm/src/lro.js +22 -11
- package/dist-esm/src/lro.js.map +1 -1
- package/dist-esm/src/models.js +1 -1
- package/dist-esm/src/models.js.map +1 -1
- package/dist-esm/src/textAnalysisClient.js +21 -22
- package/dist-esm/src/textAnalysisClient.js.map +1 -1
- package/dist-esm/src/transforms.js +127 -47
- package/dist-esm/src/transforms.js.map +1 -1
- package/dist-esm/src/util.js +1 -2
- package/dist-esm/src/util.js.map +1 -1
- package/package.json +3 -4
@@ -1492,19 +1492,23 @@ export const AnalyzeTextEntityLinkingInput = {
|
|
1492
1492
|
className: "AnalyzeTextEntityLinkingInput",
|
1493
1493
|
uberParent: "AnalyzeAction",
|
1494
1494
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1495
|
-
modelProperties:
|
1495
|
+
modelProperties: {
|
1496
|
+
...AnalyzeAction.type.modelProperties,
|
1497
|
+
analysisInput: {
|
1496
1498
|
serializedName: "analysisInput",
|
1497
1499
|
type: {
|
1498
1500
|
name: "Composite",
|
1499
1501
|
className: "MultiLanguageAnalysisInput"
|
1500
1502
|
}
|
1501
|
-
},
|
1503
|
+
},
|
1504
|
+
parameters: {
|
1502
1505
|
serializedName: "parameters",
|
1503
1506
|
type: {
|
1504
1507
|
name: "Composite",
|
1505
1508
|
className: "EntityLinkingAction"
|
1506
1509
|
}
|
1507
|
-
}
|
1510
|
+
}
|
1511
|
+
}
|
1508
1512
|
}
|
1509
1513
|
};
|
1510
1514
|
export const AnalyzeTextEntityRecognitionInput = {
|
@@ -1514,19 +1518,23 @@ export const AnalyzeTextEntityRecognitionInput = {
|
|
1514
1518
|
className: "AnalyzeTextEntityRecognitionInput",
|
1515
1519
|
uberParent: "AnalyzeAction",
|
1516
1520
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1517
|
-
modelProperties:
|
1521
|
+
modelProperties: {
|
1522
|
+
...AnalyzeAction.type.modelProperties,
|
1523
|
+
analysisInput: {
|
1518
1524
|
serializedName: "analysisInput",
|
1519
1525
|
type: {
|
1520
1526
|
name: "Composite",
|
1521
1527
|
className: "MultiLanguageAnalysisInput"
|
1522
1528
|
}
|
1523
|
-
},
|
1529
|
+
},
|
1530
|
+
parameters: {
|
1524
1531
|
serializedName: "parameters",
|
1525
1532
|
type: {
|
1526
1533
|
name: "Composite",
|
1527
1534
|
className: "EntityRecognitionAction"
|
1528
1535
|
}
|
1529
|
-
}
|
1536
|
+
}
|
1537
|
+
}
|
1530
1538
|
}
|
1531
1539
|
};
|
1532
1540
|
export const AnalyzeTextKeyPhraseExtractionInput = {
|
@@ -1536,19 +1544,23 @@ export const AnalyzeTextKeyPhraseExtractionInput = {
|
|
1536
1544
|
className: "AnalyzeTextKeyPhraseExtractionInput",
|
1537
1545
|
uberParent: "AnalyzeAction",
|
1538
1546
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1539
|
-
modelProperties:
|
1547
|
+
modelProperties: {
|
1548
|
+
...AnalyzeAction.type.modelProperties,
|
1549
|
+
analysisInput: {
|
1540
1550
|
serializedName: "analysisInput",
|
1541
1551
|
type: {
|
1542
1552
|
name: "Composite",
|
1543
1553
|
className: "MultiLanguageAnalysisInput"
|
1544
1554
|
}
|
1545
|
-
},
|
1555
|
+
},
|
1556
|
+
parameters: {
|
1546
1557
|
serializedName: "parameters",
|
1547
1558
|
type: {
|
1548
1559
|
name: "Composite",
|
1549
1560
|
className: "KeyPhraseExtractionAction"
|
1550
1561
|
}
|
1551
|
-
}
|
1562
|
+
}
|
1563
|
+
}
|
1552
1564
|
}
|
1553
1565
|
};
|
1554
1566
|
export const AnalyzeTextPiiEntitiesRecognitionInput = {
|
@@ -1558,19 +1570,23 @@ export const AnalyzeTextPiiEntitiesRecognitionInput = {
|
|
1558
1570
|
className: "AnalyzeTextPiiEntitiesRecognitionInput",
|
1559
1571
|
uberParent: "AnalyzeAction",
|
1560
1572
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1561
|
-
modelProperties:
|
1573
|
+
modelProperties: {
|
1574
|
+
...AnalyzeAction.type.modelProperties,
|
1575
|
+
analysisInput: {
|
1562
1576
|
serializedName: "analysisInput",
|
1563
1577
|
type: {
|
1564
1578
|
name: "Composite",
|
1565
1579
|
className: "MultiLanguageAnalysisInput"
|
1566
1580
|
}
|
1567
|
-
},
|
1581
|
+
},
|
1582
|
+
parameters: {
|
1568
1583
|
serializedName: "parameters",
|
1569
1584
|
type: {
|
1570
1585
|
name: "Composite",
|
1571
1586
|
className: "PiiEntityRecognitionAction"
|
1572
1587
|
}
|
1573
|
-
}
|
1588
|
+
}
|
1589
|
+
}
|
1574
1590
|
}
|
1575
1591
|
};
|
1576
1592
|
export const AnalyzeTextLanguageDetectionInput = {
|
@@ -1580,19 +1596,23 @@ export const AnalyzeTextLanguageDetectionInput = {
|
|
1580
1596
|
className: "AnalyzeTextLanguageDetectionInput",
|
1581
1597
|
uberParent: "AnalyzeAction",
|
1582
1598
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1583
|
-
modelProperties:
|
1599
|
+
modelProperties: {
|
1600
|
+
...AnalyzeAction.type.modelProperties,
|
1601
|
+
analysisInput: {
|
1584
1602
|
serializedName: "analysisInput",
|
1585
1603
|
type: {
|
1586
1604
|
name: "Composite",
|
1587
1605
|
className: "LanguageDetectionAnalysisInput"
|
1588
1606
|
}
|
1589
|
-
},
|
1607
|
+
},
|
1608
|
+
parameters: {
|
1590
1609
|
serializedName: "parameters",
|
1591
1610
|
type: {
|
1592
1611
|
name: "Composite",
|
1593
1612
|
className: "LanguageDetectionAction"
|
1594
1613
|
}
|
1595
|
-
}
|
1614
|
+
}
|
1615
|
+
}
|
1596
1616
|
}
|
1597
1617
|
};
|
1598
1618
|
export const AnalyzeTextSentimentAnalysisInput = {
|
@@ -1602,19 +1622,23 @@ export const AnalyzeTextSentimentAnalysisInput = {
|
|
1602
1622
|
className: "AnalyzeTextSentimentAnalysisInput",
|
1603
1623
|
uberParent: "AnalyzeAction",
|
1604
1624
|
polymorphicDiscriminator: AnalyzeAction.type.polymorphicDiscriminator,
|
1605
|
-
modelProperties:
|
1625
|
+
modelProperties: {
|
1626
|
+
...AnalyzeAction.type.modelProperties,
|
1627
|
+
analysisInput: {
|
1606
1628
|
serializedName: "analysisInput",
|
1607
1629
|
type: {
|
1608
1630
|
name: "Composite",
|
1609
1631
|
className: "MultiLanguageAnalysisInput"
|
1610
1632
|
}
|
1611
|
-
},
|
1633
|
+
},
|
1634
|
+
parameters: {
|
1612
1635
|
serializedName: "parameters",
|
1613
1636
|
type: {
|
1614
1637
|
name: "Composite",
|
1615
1638
|
className: "SentimentAnalysisAction"
|
1616
1639
|
}
|
1617
|
-
}
|
1640
|
+
}
|
1641
|
+
}
|
1618
1642
|
}
|
1619
1643
|
};
|
1620
1644
|
export const SentimentTaskResult = {
|
@@ -1624,13 +1648,16 @@ export const SentimentTaskResult = {
|
|
1624
1648
|
className: "SentimentTaskResult",
|
1625
1649
|
uberParent: "AnalyzeTextTaskResult",
|
1626
1650
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1627
|
-
modelProperties:
|
1651
|
+
modelProperties: {
|
1652
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1653
|
+
results: {
|
1628
1654
|
serializedName: "results",
|
1629
1655
|
type: {
|
1630
1656
|
name: "Composite",
|
1631
1657
|
className: "SentimentResponse"
|
1632
1658
|
}
|
1633
|
-
}
|
1659
|
+
}
|
1660
|
+
}
|
1634
1661
|
}
|
1635
1662
|
};
|
1636
1663
|
export const EntitiesTaskResult = {
|
@@ -1640,13 +1667,16 @@ export const EntitiesTaskResult = {
|
|
1640
1667
|
className: "EntitiesTaskResult",
|
1641
1668
|
uberParent: "AnalyzeTextTaskResult",
|
1642
1669
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1643
|
-
modelProperties:
|
1670
|
+
modelProperties: {
|
1671
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1672
|
+
results: {
|
1644
1673
|
serializedName: "results",
|
1645
1674
|
type: {
|
1646
1675
|
name: "Composite",
|
1647
1676
|
className: "EntitiesResult"
|
1648
1677
|
}
|
1649
|
-
}
|
1678
|
+
}
|
1679
|
+
}
|
1650
1680
|
}
|
1651
1681
|
};
|
1652
1682
|
export const EntityLinkingTaskResult = {
|
@@ -1656,13 +1686,16 @@ export const EntityLinkingTaskResult = {
|
|
1656
1686
|
className: "EntityLinkingTaskResult",
|
1657
1687
|
uberParent: "AnalyzeTextTaskResult",
|
1658
1688
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1659
|
-
modelProperties:
|
1689
|
+
modelProperties: {
|
1690
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1691
|
+
results: {
|
1660
1692
|
serializedName: "results",
|
1661
1693
|
type: {
|
1662
1694
|
name: "Composite",
|
1663
1695
|
className: "EntityLinkingResult"
|
1664
1696
|
}
|
1665
|
-
}
|
1697
|
+
}
|
1698
|
+
}
|
1666
1699
|
}
|
1667
1700
|
};
|
1668
1701
|
export const PiiTaskResult = {
|
@@ -1672,13 +1705,16 @@ export const PiiTaskResult = {
|
|
1672
1705
|
className: "PiiTaskResult",
|
1673
1706
|
uberParent: "AnalyzeTextTaskResult",
|
1674
1707
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1675
|
-
modelProperties:
|
1708
|
+
modelProperties: {
|
1709
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1710
|
+
results: {
|
1676
1711
|
serializedName: "results",
|
1677
1712
|
type: {
|
1678
1713
|
name: "Composite",
|
1679
1714
|
className: "PiiResult"
|
1680
1715
|
}
|
1681
|
-
}
|
1716
|
+
}
|
1717
|
+
}
|
1682
1718
|
}
|
1683
1719
|
};
|
1684
1720
|
export const KeyPhraseTaskResult = {
|
@@ -1688,13 +1724,16 @@ export const KeyPhraseTaskResult = {
|
|
1688
1724
|
className: "KeyPhraseTaskResult",
|
1689
1725
|
uberParent: "AnalyzeTextTaskResult",
|
1690
1726
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1691
|
-
modelProperties:
|
1727
|
+
modelProperties: {
|
1728
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1729
|
+
results: {
|
1692
1730
|
serializedName: "results",
|
1693
1731
|
type: {
|
1694
1732
|
name: "Composite",
|
1695
1733
|
className: "KeyPhraseResult"
|
1696
1734
|
}
|
1697
|
-
}
|
1735
|
+
}
|
1736
|
+
}
|
1698
1737
|
}
|
1699
1738
|
};
|
1700
1739
|
export const LanguageDetectionTaskResult = {
|
@@ -1704,13 +1743,16 @@ export const LanguageDetectionTaskResult = {
|
|
1704
1743
|
className: "LanguageDetectionTaskResult",
|
1705
1744
|
uberParent: "AnalyzeTextTaskResult",
|
1706
1745
|
polymorphicDiscriminator: AnalyzeTextTaskResult.type.polymorphicDiscriminator,
|
1707
|
-
modelProperties:
|
1746
|
+
modelProperties: {
|
1747
|
+
...AnalyzeTextTaskResult.type.modelProperties,
|
1748
|
+
results: {
|
1708
1749
|
serializedName: "results",
|
1709
1750
|
type: {
|
1710
1751
|
name: "Composite",
|
1711
1752
|
className: "LanguageDetectionResult"
|
1712
1753
|
}
|
1713
|
-
}
|
1754
|
+
}
|
1755
|
+
}
|
1714
1756
|
}
|
1715
1757
|
};
|
1716
1758
|
export const AnalyzeBatchAction = {
|
@@ -1723,13 +1765,16 @@ export const AnalyzeBatchAction = {
|
|
1723
1765
|
serializedName: "kind",
|
1724
1766
|
clientName: "kind"
|
1725
1767
|
},
|
1726
|
-
modelProperties:
|
1768
|
+
modelProperties: {
|
1769
|
+
...BatchActionState.type.modelProperties,
|
1770
|
+
kind: {
|
1727
1771
|
serializedName: "kind",
|
1728
1772
|
required: true,
|
1729
1773
|
type: {
|
1730
1774
|
name: "String"
|
1731
1775
|
}
|
1732
|
-
}
|
1776
|
+
}
|
1777
|
+
}
|
1733
1778
|
}
|
1734
1779
|
};
|
1735
1780
|
export const AnalyzeTextLROResult = {
|
@@ -1742,59 +1787,76 @@ export const AnalyzeTextLROResult = {
|
|
1742
1787
|
serializedName: "kind",
|
1743
1788
|
clientName: "kind"
|
1744
1789
|
},
|
1745
|
-
modelProperties:
|
1790
|
+
modelProperties: {
|
1791
|
+
...TaskState.type.modelProperties,
|
1792
|
+
...BatchActionState.type.modelProperties,
|
1793
|
+
kind: {
|
1746
1794
|
serializedName: "kind",
|
1747
1795
|
required: true,
|
1748
1796
|
type: {
|
1749
1797
|
name: "String"
|
1750
1798
|
}
|
1751
|
-
}
|
1799
|
+
}
|
1800
|
+
}
|
1752
1801
|
}
|
1753
1802
|
};
|
1754
1803
|
export const AnalyzeTextJobState = {
|
1755
1804
|
type: {
|
1756
1805
|
name: "Composite",
|
1757
1806
|
className: "AnalyzeTextJobState",
|
1758
|
-
modelProperties:
|
1807
|
+
modelProperties: {
|
1808
|
+
...JobState.type.modelProperties,
|
1809
|
+
...TasksState.type.modelProperties,
|
1810
|
+
...AnalyzeTextJobStatistics.type.modelProperties
|
1811
|
+
}
|
1759
1812
|
}
|
1760
1813
|
};
|
1761
1814
|
export const ActionPrebuilt = {
|
1762
1815
|
type: {
|
1763
1816
|
name: "Composite",
|
1764
1817
|
className: "ActionPrebuilt",
|
1765
|
-
modelProperties:
|
1818
|
+
modelProperties: {
|
1819
|
+
...ActionCommon.type.modelProperties,
|
1820
|
+
modelVersion: {
|
1766
1821
|
defaultValue: "latest",
|
1767
1822
|
serializedName: "modelVersion",
|
1768
1823
|
type: {
|
1769
1824
|
name: "String"
|
1770
1825
|
}
|
1771
|
-
}
|
1826
|
+
}
|
1827
|
+
}
|
1772
1828
|
}
|
1773
1829
|
};
|
1774
1830
|
export const ActionCustom = {
|
1775
1831
|
type: {
|
1776
1832
|
name: "Composite",
|
1777
1833
|
className: "ActionCustom",
|
1778
|
-
modelProperties:
|
1834
|
+
modelProperties: {
|
1835
|
+
...ActionCommon.type.modelProperties,
|
1836
|
+
projectName: {
|
1779
1837
|
serializedName: "projectName",
|
1780
1838
|
required: true,
|
1781
1839
|
type: {
|
1782
1840
|
name: "String"
|
1783
1841
|
}
|
1784
|
-
},
|
1842
|
+
},
|
1843
|
+
deploymentName: {
|
1785
1844
|
serializedName: "deploymentName",
|
1786
1845
|
required: true,
|
1787
1846
|
type: {
|
1788
1847
|
name: "String"
|
1789
1848
|
}
|
1790
|
-
}
|
1849
|
+
}
|
1850
|
+
}
|
1791
1851
|
}
|
1792
1852
|
};
|
1793
1853
|
export const CustomEntitiesResult = {
|
1794
1854
|
type: {
|
1795
1855
|
name: "Composite",
|
1796
1856
|
className: "CustomEntitiesResult",
|
1797
|
-
modelProperties:
|
1857
|
+
modelProperties: {
|
1858
|
+
...CustomResult.type.modelProperties,
|
1859
|
+
documents: {
|
1798
1860
|
serializedName: "documents",
|
1799
1861
|
required: true,
|
1800
1862
|
type: {
|
@@ -1806,14 +1868,17 @@ export const CustomEntitiesResult = {
|
|
1806
1868
|
}
|
1807
1869
|
}
|
1808
1870
|
}
|
1809
|
-
}
|
1871
|
+
}
|
1872
|
+
}
|
1810
1873
|
}
|
1811
1874
|
};
|
1812
1875
|
export const CustomLabelClassificationResult = {
|
1813
1876
|
type: {
|
1814
1877
|
name: "Composite",
|
1815
1878
|
className: "CustomLabelClassificationResult",
|
1816
|
-
modelProperties:
|
1879
|
+
modelProperties: {
|
1880
|
+
...CustomResult.type.modelProperties,
|
1881
|
+
documents: {
|
1817
1882
|
serializedName: "documents",
|
1818
1883
|
required: true,
|
1819
1884
|
type: {
|
@@ -1825,14 +1890,17 @@ export const CustomLabelClassificationResult = {
|
|
1825
1890
|
}
|
1826
1891
|
}
|
1827
1892
|
}
|
1828
|
-
}
|
1893
|
+
}
|
1894
|
+
}
|
1829
1895
|
}
|
1830
1896
|
};
|
1831
1897
|
export const EntitiesDocumentResult = {
|
1832
1898
|
type: {
|
1833
1899
|
name: "Composite",
|
1834
1900
|
className: "EntitiesDocumentResult",
|
1835
|
-
modelProperties:
|
1901
|
+
modelProperties: {
|
1902
|
+
...DocumentResult.type.modelProperties,
|
1903
|
+
entities: {
|
1836
1904
|
serializedName: "entities",
|
1837
1905
|
required: true,
|
1838
1906
|
type: {
|
@@ -1844,14 +1912,17 @@ export const EntitiesDocumentResult = {
|
|
1844
1912
|
}
|
1845
1913
|
}
|
1846
1914
|
}
|
1847
|
-
}
|
1915
|
+
}
|
1916
|
+
}
|
1848
1917
|
}
|
1849
1918
|
};
|
1850
1919
|
export const ClassificationDocumentResult = {
|
1851
1920
|
type: {
|
1852
1921
|
name: "Composite",
|
1853
1922
|
className: "ClassificationDocumentResult",
|
1854
|
-
modelProperties:
|
1923
|
+
modelProperties: {
|
1924
|
+
...DocumentResult.type.modelProperties,
|
1925
|
+
classifications: {
|
1855
1926
|
serializedName: "class",
|
1856
1927
|
required: true,
|
1857
1928
|
type: {
|
@@ -1863,14 +1934,17 @@ export const ClassificationDocumentResult = {
|
|
1863
1934
|
}
|
1864
1935
|
}
|
1865
1936
|
}
|
1866
|
-
}
|
1937
|
+
}
|
1938
|
+
}
|
1867
1939
|
}
|
1868
1940
|
};
|
1869
1941
|
export const HealthcareEntitiesDocumentResult = {
|
1870
1942
|
type: {
|
1871
1943
|
name: "Composite",
|
1872
1944
|
className: "HealthcareEntitiesDocumentResult",
|
1873
|
-
modelProperties:
|
1945
|
+
modelProperties: {
|
1946
|
+
...DocumentResult.type.modelProperties,
|
1947
|
+
entities: {
|
1874
1948
|
serializedName: "entities",
|
1875
1949
|
required: true,
|
1876
1950
|
type: {
|
@@ -1882,7 +1956,8 @@ export const HealthcareEntitiesDocumentResult = {
|
|
1882
1956
|
}
|
1883
1957
|
}
|
1884
1958
|
}
|
1885
|
-
},
|
1959
|
+
},
|
1960
|
+
relations: {
|
1886
1961
|
serializedName: "relations",
|
1887
1962
|
required: true,
|
1888
1963
|
type: {
|
@@ -1894,27 +1969,32 @@ export const HealthcareEntitiesDocumentResult = {
|
|
1894
1969
|
}
|
1895
1970
|
}
|
1896
1971
|
}
|
1897
|
-
}
|
1972
|
+
}
|
1973
|
+
}
|
1898
1974
|
}
|
1899
1975
|
};
|
1900
1976
|
export const SentimentDocumentResult = {
|
1901
1977
|
type: {
|
1902
1978
|
name: "Composite",
|
1903
1979
|
className: "SentimentDocumentResult",
|
1904
|
-
modelProperties:
|
1980
|
+
modelProperties: {
|
1981
|
+
...DocumentResult.type.modelProperties,
|
1982
|
+
sentiment: {
|
1905
1983
|
serializedName: "sentiment",
|
1906
1984
|
required: true,
|
1907
1985
|
type: {
|
1908
1986
|
name: "Enum",
|
1909
1987
|
allowedValues: ["positive", "neutral", "negative", "mixed"]
|
1910
1988
|
}
|
1911
|
-
},
|
1989
|
+
},
|
1990
|
+
confidenceScores: {
|
1912
1991
|
serializedName: "confidenceScores",
|
1913
1992
|
type: {
|
1914
1993
|
name: "Composite",
|
1915
1994
|
className: "SentimentConfidenceScores"
|
1916
1995
|
}
|
1917
|
-
},
|
1996
|
+
},
|
1997
|
+
sentences: {
|
1918
1998
|
serializedName: "sentences",
|
1919
1999
|
required: true,
|
1920
2000
|
type: {
|
@@ -1926,14 +2006,17 @@ export const SentimentDocumentResult = {
|
|
1926
2006
|
}
|
1927
2007
|
}
|
1928
2008
|
}
|
1929
|
-
}
|
2009
|
+
}
|
2010
|
+
}
|
1930
2011
|
}
|
1931
2012
|
};
|
1932
2013
|
export const LinkedEntitiesDocumentResult = {
|
1933
2014
|
type: {
|
1934
2015
|
name: "Composite",
|
1935
2016
|
className: "LinkedEntitiesDocumentResult",
|
1936
|
-
modelProperties:
|
2017
|
+
modelProperties: {
|
2018
|
+
...DocumentResult.type.modelProperties,
|
2019
|
+
entities: {
|
1937
2020
|
serializedName: "entities",
|
1938
2021
|
required: true,
|
1939
2022
|
type: {
|
@@ -1945,20 +2028,24 @@ export const LinkedEntitiesDocumentResult = {
|
|
1945
2028
|
}
|
1946
2029
|
}
|
1947
2030
|
}
|
1948
|
-
}
|
2031
|
+
}
|
2032
|
+
}
|
1949
2033
|
}
|
1950
2034
|
};
|
1951
2035
|
export const PiiEntitiesDocumentResult = {
|
1952
2036
|
type: {
|
1953
2037
|
name: "Composite",
|
1954
2038
|
className: "PiiEntitiesDocumentResult",
|
1955
|
-
modelProperties:
|
2039
|
+
modelProperties: {
|
2040
|
+
...DocumentResult.type.modelProperties,
|
2041
|
+
redactedText: {
|
1956
2042
|
serializedName: "redactedText",
|
1957
2043
|
required: true,
|
1958
2044
|
type: {
|
1959
2045
|
name: "String"
|
1960
2046
|
}
|
1961
|
-
},
|
2047
|
+
},
|
2048
|
+
entities: {
|
1962
2049
|
serializedName: "entities",
|
1963
2050
|
required: true,
|
1964
2051
|
type: {
|
@@ -1970,14 +2057,17 @@ export const PiiEntitiesDocumentResult = {
|
|
1970
2057
|
}
|
1971
2058
|
}
|
1972
2059
|
}
|
1973
|
-
}
|
2060
|
+
}
|
2061
|
+
}
|
1974
2062
|
}
|
1975
2063
|
};
|
1976
2064
|
export const ExtractedSummaryDocumentResult = {
|
1977
2065
|
type: {
|
1978
2066
|
name: "Composite",
|
1979
2067
|
className: "ExtractedSummaryDocumentResult",
|
1980
|
-
modelProperties:
|
2068
|
+
modelProperties: {
|
2069
|
+
...DocumentResult.type.modelProperties,
|
2070
|
+
sentences: {
|
1981
2071
|
serializedName: "sentences",
|
1982
2072
|
required: true,
|
1983
2073
|
type: {
|
@@ -1989,14 +2079,17 @@ export const ExtractedSummaryDocumentResult = {
|
|
1989
2079
|
}
|
1990
2080
|
}
|
1991
2081
|
}
|
1992
|
-
}
|
2082
|
+
}
|
2083
|
+
}
|
1993
2084
|
}
|
1994
2085
|
};
|
1995
2086
|
export const KeyPhrasesDocumentResult = {
|
1996
2087
|
type: {
|
1997
2088
|
name: "Composite",
|
1998
2089
|
className: "KeyPhrasesDocumentResult",
|
1999
|
-
modelProperties:
|
2090
|
+
modelProperties: {
|
2091
|
+
...DocumentResult.type.modelProperties,
|
2092
|
+
keyPhrases: {
|
2000
2093
|
serializedName: "keyPhrases",
|
2001
2094
|
required: true,
|
2002
2095
|
type: {
|
@@ -2007,27 +2100,33 @@ export const KeyPhrasesDocumentResult = {
|
|
2007
2100
|
}
|
2008
2101
|
}
|
2009
2102
|
}
|
2010
|
-
}
|
2103
|
+
}
|
2104
|
+
}
|
2011
2105
|
}
|
2012
2106
|
};
|
2013
2107
|
export const LanguageDetectionDocumentResult = {
|
2014
2108
|
type: {
|
2015
2109
|
name: "Composite",
|
2016
2110
|
className: "LanguageDetectionDocumentResult",
|
2017
|
-
modelProperties:
|
2111
|
+
modelProperties: {
|
2112
|
+
...DocumentResult.type.modelProperties,
|
2113
|
+
detectedLanguage: {
|
2018
2114
|
serializedName: "detectedLanguage",
|
2019
2115
|
type: {
|
2020
2116
|
name: "Composite",
|
2021
2117
|
className: "DetectedLanguage"
|
2022
2118
|
}
|
2023
|
-
}
|
2119
|
+
}
|
2120
|
+
}
|
2024
2121
|
}
|
2025
2122
|
};
|
2026
2123
|
export const AbstractiveSummaryDocumentResult = {
|
2027
2124
|
type: {
|
2028
2125
|
name: "Composite",
|
2029
2126
|
className: "AbstractiveSummaryDocumentResult",
|
2030
|
-
modelProperties:
|
2127
|
+
modelProperties: {
|
2128
|
+
...DocumentResult.type.modelProperties,
|
2129
|
+
summaries: {
|
2031
2130
|
serializedName: "summaries",
|
2032
2131
|
required: true,
|
2033
2132
|
type: {
|
@@ -2039,14 +2138,17 @@ export const AbstractiveSummaryDocumentResult = {
|
|
2039
2138
|
}
|
2040
2139
|
}
|
2041
2140
|
}
|
2042
|
-
}
|
2141
|
+
}
|
2142
|
+
}
|
2043
2143
|
}
|
2044
2144
|
};
|
2045
2145
|
export const HealthcareResult = {
|
2046
2146
|
type: {
|
2047
2147
|
name: "Composite",
|
2048
2148
|
className: "HealthcareResult",
|
2049
|
-
modelProperties:
|
2149
|
+
modelProperties: {
|
2150
|
+
...PreBuiltResult.type.modelProperties,
|
2151
|
+
documents: {
|
2050
2152
|
serializedName: "documents",
|
2051
2153
|
required: true,
|
2052
2154
|
type: {
|
@@ -2058,14 +2160,17 @@ export const HealthcareResult = {
|
|
2058
2160
|
}
|
2059
2161
|
}
|
2060
2162
|
}
|
2061
|
-
}
|
2163
|
+
}
|
2164
|
+
}
|
2062
2165
|
}
|
2063
2166
|
};
|
2064
2167
|
export const SentimentResponse = {
|
2065
2168
|
type: {
|
2066
2169
|
name: "Composite",
|
2067
2170
|
className: "SentimentResponse",
|
2068
|
-
modelProperties:
|
2171
|
+
modelProperties: {
|
2172
|
+
...PreBuiltResult.type.modelProperties,
|
2173
|
+
documents: {
|
2069
2174
|
serializedName: "documents",
|
2070
2175
|
required: true,
|
2071
2176
|
type: {
|
@@ -2077,14 +2182,17 @@ export const SentimentResponse = {
|
|
2077
2182
|
}
|
2078
2183
|
}
|
2079
2184
|
}
|
2080
|
-
}
|
2185
|
+
}
|
2186
|
+
}
|
2081
2187
|
}
|
2082
2188
|
};
|
2083
2189
|
export const EntitiesResult = {
|
2084
2190
|
type: {
|
2085
2191
|
name: "Composite",
|
2086
2192
|
className: "EntitiesResult",
|
2087
|
-
modelProperties:
|
2193
|
+
modelProperties: {
|
2194
|
+
...PreBuiltResult.type.modelProperties,
|
2195
|
+
documents: {
|
2088
2196
|
serializedName: "documents",
|
2089
2197
|
required: true,
|
2090
2198
|
type: {
|
@@ -2096,14 +2204,17 @@ export const EntitiesResult = {
|
|
2096
2204
|
}
|
2097
2205
|
}
|
2098
2206
|
}
|
2099
|
-
}
|
2207
|
+
}
|
2208
|
+
}
|
2100
2209
|
}
|
2101
2210
|
};
|
2102
2211
|
export const EntityLinkingResult = {
|
2103
2212
|
type: {
|
2104
2213
|
name: "Composite",
|
2105
2214
|
className: "EntityLinkingResult",
|
2106
|
-
modelProperties:
|
2215
|
+
modelProperties: {
|
2216
|
+
...PreBuiltResult.type.modelProperties,
|
2217
|
+
documents: {
|
2107
2218
|
serializedName: "documents",
|
2108
2219
|
required: true,
|
2109
2220
|
type: {
|
@@ -2115,14 +2226,17 @@ export const EntityLinkingResult = {
|
|
2115
2226
|
}
|
2116
2227
|
}
|
2117
2228
|
}
|
2118
|
-
}
|
2229
|
+
}
|
2230
|
+
}
|
2119
2231
|
}
|
2120
2232
|
};
|
2121
2233
|
export const PiiResult = {
|
2122
2234
|
type: {
|
2123
2235
|
name: "Composite",
|
2124
2236
|
className: "PiiResult",
|
2125
|
-
modelProperties:
|
2237
|
+
modelProperties: {
|
2238
|
+
...PreBuiltResult.type.modelProperties,
|
2239
|
+
documents: {
|
2126
2240
|
serializedName: "documents",
|
2127
2241
|
required: true,
|
2128
2242
|
type: {
|
@@ -2134,14 +2248,17 @@ export const PiiResult = {
|
|
2134
2248
|
}
|
2135
2249
|
}
|
2136
2250
|
}
|
2137
|
-
}
|
2251
|
+
}
|
2252
|
+
}
|
2138
2253
|
}
|
2139
2254
|
};
|
2140
2255
|
export const ExtractiveSummarizationResult = {
|
2141
2256
|
type: {
|
2142
2257
|
name: "Composite",
|
2143
2258
|
className: "ExtractiveSummarizationResult",
|
2144
|
-
modelProperties:
|
2259
|
+
modelProperties: {
|
2260
|
+
...PreBuiltResult.type.modelProperties,
|
2261
|
+
documents: {
|
2145
2262
|
serializedName: "documents",
|
2146
2263
|
required: true,
|
2147
2264
|
type: {
|
@@ -2153,14 +2270,17 @@ export const ExtractiveSummarizationResult = {
|
|
2153
2270
|
}
|
2154
2271
|
}
|
2155
2272
|
}
|
2156
|
-
}
|
2273
|
+
}
|
2274
|
+
}
|
2157
2275
|
}
|
2158
2276
|
};
|
2159
2277
|
export const KeyPhraseResult = {
|
2160
2278
|
type: {
|
2161
2279
|
name: "Composite",
|
2162
2280
|
className: "KeyPhraseResult",
|
2163
|
-
modelProperties:
|
2281
|
+
modelProperties: {
|
2282
|
+
...PreBuiltResult.type.modelProperties,
|
2283
|
+
documents: {
|
2164
2284
|
serializedName: "documents",
|
2165
2285
|
required: true,
|
2166
2286
|
type: {
|
@@ -2172,14 +2292,17 @@ export const KeyPhraseResult = {
|
|
2172
2292
|
}
|
2173
2293
|
}
|
2174
2294
|
}
|
2175
|
-
}
|
2295
|
+
}
|
2296
|
+
}
|
2176
2297
|
}
|
2177
2298
|
};
|
2178
2299
|
export const LanguageDetectionResult = {
|
2179
2300
|
type: {
|
2180
2301
|
name: "Composite",
|
2181
2302
|
className: "LanguageDetectionResult",
|
2182
|
-
modelProperties:
|
2303
|
+
modelProperties: {
|
2304
|
+
...PreBuiltResult.type.modelProperties,
|
2305
|
+
documents: {
|
2183
2306
|
serializedName: "documents",
|
2184
2307
|
required: true,
|
2185
2308
|
type: {
|
@@ -2191,21 +2314,28 @@ export const LanguageDetectionResult = {
|
|
2191
2314
|
}
|
2192
2315
|
}
|
2193
2316
|
}
|
2194
|
-
}
|
2317
|
+
}
|
2318
|
+
}
|
2195
2319
|
}
|
2196
2320
|
};
|
2197
2321
|
export const AbstractiveSummarizationResult = {
|
2198
2322
|
type: {
|
2199
2323
|
name: "Composite",
|
2200
2324
|
className: "AbstractiveSummarizationResult",
|
2201
|
-
modelProperties:
|
2325
|
+
modelProperties: {
|
2326
|
+
...AbstractiveSummarizationResultBase.type.modelProperties,
|
2327
|
+
...PreBuiltResult.type.modelProperties
|
2328
|
+
}
|
2202
2329
|
}
|
2203
2330
|
};
|
2204
2331
|
export const AbstractiveSummarizationAction = {
|
2205
2332
|
type: {
|
2206
2333
|
name: "Composite",
|
2207
2334
|
className: "AbstractiveSummarizationAction",
|
2208
|
-
modelProperties:
|
2335
|
+
modelProperties: {
|
2336
|
+
...AbstractiveSummarizationTaskParametersBase.type.modelProperties,
|
2337
|
+
...ActionPrebuilt.type.modelProperties
|
2338
|
+
}
|
2209
2339
|
}
|
2210
2340
|
};
|
2211
2341
|
export const CustomEntitiesLROTask = {
|
@@ -2215,13 +2345,16 @@ export const CustomEntitiesLROTask = {
|
|
2215
2345
|
className: "CustomEntitiesLROTask",
|
2216
2346
|
uberParent: "AnalyzeBatchAction",
|
2217
2347
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2218
|
-
modelProperties:
|
2348
|
+
modelProperties: {
|
2349
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2350
|
+
parameters: {
|
2219
2351
|
serializedName: "parameters",
|
2220
2352
|
type: {
|
2221
2353
|
name: "Composite",
|
2222
2354
|
className: "CustomEntityRecognitionAction"
|
2223
2355
|
}
|
2224
|
-
}
|
2356
|
+
}
|
2357
|
+
}
|
2225
2358
|
}
|
2226
2359
|
};
|
2227
2360
|
export const CustomSingleLabelClassificationLROTask = {
|
@@ -2231,13 +2364,16 @@ export const CustomSingleLabelClassificationLROTask = {
|
|
2231
2364
|
className: "CustomSingleLabelClassificationLROTask",
|
2232
2365
|
uberParent: "AnalyzeBatchAction",
|
2233
2366
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2234
|
-
modelProperties:
|
2367
|
+
modelProperties: {
|
2368
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2369
|
+
parameters: {
|
2235
2370
|
serializedName: "parameters",
|
2236
2371
|
type: {
|
2237
2372
|
name: "Composite",
|
2238
2373
|
className: "CustomSingleLabelClassificationAction"
|
2239
2374
|
}
|
2240
|
-
}
|
2375
|
+
}
|
2376
|
+
}
|
2241
2377
|
}
|
2242
2378
|
};
|
2243
2379
|
export const CustomMultiLabelClassificationLROTask = {
|
@@ -2247,13 +2383,16 @@ export const CustomMultiLabelClassificationLROTask = {
|
|
2247
2383
|
className: "CustomMultiLabelClassificationLROTask",
|
2248
2384
|
uberParent: "AnalyzeBatchAction",
|
2249
2385
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2250
|
-
modelProperties:
|
2386
|
+
modelProperties: {
|
2387
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2388
|
+
parameters: {
|
2251
2389
|
serializedName: "parameters",
|
2252
2390
|
type: {
|
2253
2391
|
name: "Composite",
|
2254
2392
|
className: "CustomMultiLabelClassificationAction"
|
2255
2393
|
}
|
2256
|
-
}
|
2394
|
+
}
|
2395
|
+
}
|
2257
2396
|
}
|
2258
2397
|
};
|
2259
2398
|
export const HealthcareLROTask = {
|
@@ -2263,13 +2402,16 @@ export const HealthcareLROTask = {
|
|
2263
2402
|
className: "HealthcareLROTask",
|
2264
2403
|
uberParent: "AnalyzeBatchAction",
|
2265
2404
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2266
|
-
modelProperties:
|
2405
|
+
modelProperties: {
|
2406
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2407
|
+
parameters: {
|
2267
2408
|
serializedName: "parameters",
|
2268
2409
|
type: {
|
2269
2410
|
name: "Composite",
|
2270
2411
|
className: "HealthcareAction"
|
2271
2412
|
}
|
2272
|
-
}
|
2413
|
+
}
|
2414
|
+
}
|
2273
2415
|
}
|
2274
2416
|
};
|
2275
2417
|
export const SentimentAnalysisLROTask = {
|
@@ -2279,13 +2421,16 @@ export const SentimentAnalysisLROTask = {
|
|
2279
2421
|
className: "SentimentAnalysisLROTask",
|
2280
2422
|
uberParent: "AnalyzeBatchAction",
|
2281
2423
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2282
|
-
modelProperties:
|
2424
|
+
modelProperties: {
|
2425
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2426
|
+
parameters: {
|
2283
2427
|
serializedName: "parameters",
|
2284
2428
|
type: {
|
2285
2429
|
name: "Composite",
|
2286
2430
|
className: "SentimentAnalysisAction"
|
2287
2431
|
}
|
2288
|
-
}
|
2432
|
+
}
|
2433
|
+
}
|
2289
2434
|
}
|
2290
2435
|
};
|
2291
2436
|
export const EntitiesLROTask = {
|
@@ -2295,13 +2440,16 @@ export const EntitiesLROTask = {
|
|
2295
2440
|
className: "EntitiesLROTask",
|
2296
2441
|
uberParent: "AnalyzeBatchAction",
|
2297
2442
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2298
|
-
modelProperties:
|
2443
|
+
modelProperties: {
|
2444
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2445
|
+
parameters: {
|
2299
2446
|
serializedName: "parameters",
|
2300
2447
|
type: {
|
2301
2448
|
name: "Composite",
|
2302
2449
|
className: "EntityRecognitionAction"
|
2303
2450
|
}
|
2304
|
-
}
|
2451
|
+
}
|
2452
|
+
}
|
2305
2453
|
}
|
2306
2454
|
};
|
2307
2455
|
export const EntityLinkingLROTask = {
|
@@ -2311,13 +2459,16 @@ export const EntityLinkingLROTask = {
|
|
2311
2459
|
className: "EntityLinkingLROTask",
|
2312
2460
|
uberParent: "AnalyzeBatchAction",
|
2313
2461
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2314
|
-
modelProperties:
|
2462
|
+
modelProperties: {
|
2463
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2464
|
+
parameters: {
|
2315
2465
|
serializedName: "parameters",
|
2316
2466
|
type: {
|
2317
2467
|
name: "Composite",
|
2318
2468
|
className: "EntityLinkingAction"
|
2319
2469
|
}
|
2320
|
-
}
|
2470
|
+
}
|
2471
|
+
}
|
2321
2472
|
}
|
2322
2473
|
};
|
2323
2474
|
export const PiiLROTask = {
|
@@ -2327,13 +2478,16 @@ export const PiiLROTask = {
|
|
2327
2478
|
className: "PiiLROTask",
|
2328
2479
|
uberParent: "AnalyzeBatchAction",
|
2329
2480
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2330
|
-
modelProperties:
|
2481
|
+
modelProperties: {
|
2482
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2483
|
+
parameters: {
|
2331
2484
|
serializedName: "parameters",
|
2332
2485
|
type: {
|
2333
2486
|
name: "Composite",
|
2334
2487
|
className: "PiiEntityRecognitionAction"
|
2335
2488
|
}
|
2336
|
-
}
|
2489
|
+
}
|
2490
|
+
}
|
2337
2491
|
}
|
2338
2492
|
};
|
2339
2493
|
export const ExtractiveSummarizationLROTask = {
|
@@ -2343,13 +2497,16 @@ export const ExtractiveSummarizationLROTask = {
|
|
2343
2497
|
className: "ExtractiveSummarizationLROTask",
|
2344
2498
|
uberParent: "AnalyzeBatchAction",
|
2345
2499
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2346
|
-
modelProperties:
|
2500
|
+
modelProperties: {
|
2501
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2502
|
+
parameters: {
|
2347
2503
|
serializedName: "parameters",
|
2348
2504
|
type: {
|
2349
2505
|
name: "Composite",
|
2350
2506
|
className: "ExtractiveSummarizationAction"
|
2351
2507
|
}
|
2352
|
-
}
|
2508
|
+
}
|
2509
|
+
}
|
2353
2510
|
}
|
2354
2511
|
};
|
2355
2512
|
export const KeyPhraseLROTask = {
|
@@ -2359,13 +2516,16 @@ export const KeyPhraseLROTask = {
|
|
2359
2516
|
className: "KeyPhraseLROTask",
|
2360
2517
|
uberParent: "AnalyzeBatchAction",
|
2361
2518
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2362
|
-
modelProperties:
|
2519
|
+
modelProperties: {
|
2520
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2521
|
+
parameters: {
|
2363
2522
|
serializedName: "parameters",
|
2364
2523
|
type: {
|
2365
2524
|
name: "Composite",
|
2366
2525
|
className: "KeyPhraseExtractionAction"
|
2367
2526
|
}
|
2368
|
-
}
|
2527
|
+
}
|
2528
|
+
}
|
2369
2529
|
}
|
2370
2530
|
};
|
2371
2531
|
export const AbstractiveSummarizationLROTask = {
|
@@ -2375,13 +2535,16 @@ export const AbstractiveSummarizationLROTask = {
|
|
2375
2535
|
className: "AbstractiveSummarizationLROTask",
|
2376
2536
|
uberParent: "AnalyzeBatchAction",
|
2377
2537
|
polymorphicDiscriminator: AnalyzeBatchAction.type.polymorphicDiscriminator,
|
2378
|
-
modelProperties:
|
2538
|
+
modelProperties: {
|
2539
|
+
...AnalyzeBatchAction.type.modelProperties,
|
2540
|
+
parameters: {
|
2379
2541
|
serializedName: "parameters",
|
2380
2542
|
type: {
|
2381
2543
|
name: "Composite",
|
2382
2544
|
className: "AbstractiveSummarizationAction"
|
2383
2545
|
}
|
2384
|
-
}
|
2546
|
+
}
|
2547
|
+
}
|
2385
2548
|
}
|
2386
2549
|
};
|
2387
2550
|
export const EntityRecognitionLROResult = {
|
@@ -2391,13 +2554,16 @@ export const EntityRecognitionLROResult = {
|
|
2391
2554
|
className: "EntityRecognitionLROResult",
|
2392
2555
|
uberParent: "AnalyzeTextLROResult",
|
2393
2556
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2394
|
-
modelProperties:
|
2557
|
+
modelProperties: {
|
2558
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2559
|
+
results: {
|
2395
2560
|
serializedName: "results",
|
2396
2561
|
type: {
|
2397
2562
|
name: "Composite",
|
2398
2563
|
className: "EntitiesResult"
|
2399
2564
|
}
|
2400
|
-
}
|
2565
|
+
}
|
2566
|
+
}
|
2401
2567
|
}
|
2402
2568
|
};
|
2403
2569
|
export const CustomEntityRecognitionLROResult = {
|
@@ -2407,13 +2573,16 @@ export const CustomEntityRecognitionLROResult = {
|
|
2407
2573
|
className: "CustomEntityRecognitionLROResult",
|
2408
2574
|
uberParent: "AnalyzeTextLROResult",
|
2409
2575
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2410
|
-
modelProperties:
|
2576
|
+
modelProperties: {
|
2577
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2578
|
+
results: {
|
2411
2579
|
serializedName: "results",
|
2412
2580
|
type: {
|
2413
2581
|
name: "Composite",
|
2414
2582
|
className: "CustomEntitiesResult"
|
2415
2583
|
}
|
2416
|
-
}
|
2584
|
+
}
|
2585
|
+
}
|
2417
2586
|
}
|
2418
2587
|
};
|
2419
2588
|
export const CustomSingleLabelClassificationLROResult = {
|
@@ -2423,13 +2592,16 @@ export const CustomSingleLabelClassificationLROResult = {
|
|
2423
2592
|
className: "CustomSingleLabelClassificationLROResult",
|
2424
2593
|
uberParent: "AnalyzeTextLROResult",
|
2425
2594
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2426
|
-
modelProperties:
|
2595
|
+
modelProperties: {
|
2596
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2597
|
+
results: {
|
2427
2598
|
serializedName: "results",
|
2428
2599
|
type: {
|
2429
2600
|
name: "Composite",
|
2430
2601
|
className: "CustomLabelClassificationResult"
|
2431
2602
|
}
|
2432
|
-
}
|
2603
|
+
}
|
2604
|
+
}
|
2433
2605
|
}
|
2434
2606
|
};
|
2435
2607
|
export const CustomMultiLabelClassificationLROResult = {
|
@@ -2439,13 +2611,16 @@ export const CustomMultiLabelClassificationLROResult = {
|
|
2439
2611
|
className: "CustomMultiLabelClassificationLROResult",
|
2440
2612
|
uberParent: "AnalyzeTextLROResult",
|
2441
2613
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2442
|
-
modelProperties:
|
2614
|
+
modelProperties: {
|
2615
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2616
|
+
results: {
|
2443
2617
|
serializedName: "results",
|
2444
2618
|
type: {
|
2445
2619
|
name: "Composite",
|
2446
2620
|
className: "CustomLabelClassificationResult"
|
2447
2621
|
}
|
2448
|
-
}
|
2622
|
+
}
|
2623
|
+
}
|
2449
2624
|
}
|
2450
2625
|
};
|
2451
2626
|
export const EntityLinkingLROResult = {
|
@@ -2455,13 +2630,16 @@ export const EntityLinkingLROResult = {
|
|
2455
2630
|
className: "EntityLinkingLROResult",
|
2456
2631
|
uberParent: "AnalyzeTextLROResult",
|
2457
2632
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2458
|
-
modelProperties:
|
2633
|
+
modelProperties: {
|
2634
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2635
|
+
results: {
|
2459
2636
|
serializedName: "results",
|
2460
2637
|
type: {
|
2461
2638
|
name: "Composite",
|
2462
2639
|
className: "EntityLinkingResult"
|
2463
2640
|
}
|
2464
|
-
}
|
2641
|
+
}
|
2642
|
+
}
|
2465
2643
|
}
|
2466
2644
|
};
|
2467
2645
|
export const PiiEntityRecognitionLROResult = {
|
@@ -2471,13 +2649,16 @@ export const PiiEntityRecognitionLROResult = {
|
|
2471
2649
|
className: "PiiEntityRecognitionLROResult",
|
2472
2650
|
uberParent: "AnalyzeTextLROResult",
|
2473
2651
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2474
|
-
modelProperties:
|
2652
|
+
modelProperties: {
|
2653
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2654
|
+
results: {
|
2475
2655
|
serializedName: "results",
|
2476
2656
|
type: {
|
2477
2657
|
name: "Composite",
|
2478
2658
|
className: "PiiResult"
|
2479
2659
|
}
|
2480
|
-
}
|
2660
|
+
}
|
2661
|
+
}
|
2481
2662
|
}
|
2482
2663
|
};
|
2483
2664
|
export const ExtractiveSummarizationLROResult = {
|
@@ -2487,13 +2668,16 @@ export const ExtractiveSummarizationLROResult = {
|
|
2487
2668
|
className: "ExtractiveSummarizationLROResult",
|
2488
2669
|
uberParent: "AnalyzeTextLROResult",
|
2489
2670
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2490
|
-
modelProperties:
|
2671
|
+
modelProperties: {
|
2672
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2673
|
+
results: {
|
2491
2674
|
serializedName: "results",
|
2492
2675
|
type: {
|
2493
2676
|
name: "Composite",
|
2494
2677
|
className: "ExtractiveSummarizationResult"
|
2495
2678
|
}
|
2496
|
-
}
|
2679
|
+
}
|
2680
|
+
}
|
2497
2681
|
}
|
2498
2682
|
};
|
2499
2683
|
export const HealthcareLROResult = {
|
@@ -2503,13 +2687,16 @@ export const HealthcareLROResult = {
|
|
2503
2687
|
className: "HealthcareLROResult",
|
2504
2688
|
uberParent: "AnalyzeTextLROResult",
|
2505
2689
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2506
|
-
modelProperties:
|
2690
|
+
modelProperties: {
|
2691
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2692
|
+
results: {
|
2507
2693
|
serializedName: "results",
|
2508
2694
|
type: {
|
2509
2695
|
name: "Composite",
|
2510
2696
|
className: "HealthcareResult"
|
2511
2697
|
}
|
2512
|
-
}
|
2698
|
+
}
|
2699
|
+
}
|
2513
2700
|
}
|
2514
2701
|
};
|
2515
2702
|
export const SentimentLROResult = {
|
@@ -2519,13 +2706,16 @@ export const SentimentLROResult = {
|
|
2519
2706
|
className: "SentimentLROResult",
|
2520
2707
|
uberParent: "AnalyzeTextLROResult",
|
2521
2708
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2522
|
-
modelProperties:
|
2709
|
+
modelProperties: {
|
2710
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2711
|
+
results: {
|
2523
2712
|
serializedName: "results",
|
2524
2713
|
type: {
|
2525
2714
|
name: "Composite",
|
2526
2715
|
className: "SentimentResponse"
|
2527
2716
|
}
|
2528
|
-
}
|
2717
|
+
}
|
2718
|
+
}
|
2529
2719
|
}
|
2530
2720
|
};
|
2531
2721
|
export const KeyPhraseExtractionLROResult = {
|
@@ -2535,13 +2725,16 @@ export const KeyPhraseExtractionLROResult = {
|
|
2535
2725
|
className: "KeyPhraseExtractionLROResult",
|
2536
2726
|
uberParent: "AnalyzeTextLROResult",
|
2537
2727
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2538
|
-
modelProperties:
|
2728
|
+
modelProperties: {
|
2729
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2730
|
+
results: {
|
2539
2731
|
serializedName: "results",
|
2540
2732
|
type: {
|
2541
2733
|
name: "Composite",
|
2542
2734
|
className: "KeyPhraseResult"
|
2543
2735
|
}
|
2544
|
-
}
|
2736
|
+
}
|
2737
|
+
}
|
2545
2738
|
}
|
2546
2739
|
};
|
2547
2740
|
export const AbstractiveSummarizationLROResult = {
|
@@ -2551,59 +2744,73 @@ export const AbstractiveSummarizationLROResult = {
|
|
2551
2744
|
className: "AbstractiveSummarizationLROResult",
|
2552
2745
|
uberParent: "AnalyzeTextLROResult",
|
2553
2746
|
polymorphicDiscriminator: AnalyzeTextLROResult.type.polymorphicDiscriminator,
|
2554
|
-
modelProperties:
|
2747
|
+
modelProperties: {
|
2748
|
+
...AnalyzeTextLROResult.type.modelProperties,
|
2749
|
+
results: {
|
2555
2750
|
serializedName: "results",
|
2556
2751
|
type: {
|
2557
2752
|
name: "Composite",
|
2558
2753
|
className: "AbstractiveSummarizationResult"
|
2559
2754
|
}
|
2560
|
-
}
|
2755
|
+
}
|
2756
|
+
}
|
2561
2757
|
}
|
2562
2758
|
};
|
2563
2759
|
export const EntityLinkingAction = {
|
2564
2760
|
type: {
|
2565
2761
|
name: "Composite",
|
2566
2762
|
className: "EntityLinkingAction",
|
2567
|
-
modelProperties:
|
2763
|
+
modelProperties: {
|
2764
|
+
...ActionPrebuilt.type.modelProperties,
|
2765
|
+
stringIndexType: {
|
2568
2766
|
defaultValue: "Utf16CodeUnit",
|
2569
2767
|
serializedName: "stringIndexType",
|
2570
2768
|
type: {
|
2571
2769
|
name: "String"
|
2572
2770
|
}
|
2573
|
-
}
|
2771
|
+
}
|
2772
|
+
}
|
2574
2773
|
}
|
2575
2774
|
};
|
2576
2775
|
export const EntityRecognitionAction = {
|
2577
2776
|
type: {
|
2578
2777
|
name: "Composite",
|
2579
2778
|
className: "EntityRecognitionAction",
|
2580
|
-
modelProperties:
|
2779
|
+
modelProperties: {
|
2780
|
+
...ActionPrebuilt.type.modelProperties,
|
2781
|
+
stringIndexType: {
|
2581
2782
|
defaultValue: "Utf16CodeUnit",
|
2582
2783
|
serializedName: "stringIndexType",
|
2583
2784
|
type: {
|
2584
2785
|
name: "String"
|
2585
2786
|
}
|
2586
|
-
}
|
2787
|
+
}
|
2788
|
+
}
|
2587
2789
|
}
|
2588
2790
|
};
|
2589
2791
|
export const KeyPhraseExtractionAction = {
|
2590
2792
|
type: {
|
2591
2793
|
name: "Composite",
|
2592
2794
|
className: "KeyPhraseExtractionAction",
|
2593
|
-
modelProperties:
|
2795
|
+
modelProperties: {
|
2796
|
+
...ActionPrebuilt.type.modelProperties
|
2797
|
+
}
|
2594
2798
|
}
|
2595
2799
|
};
|
2596
2800
|
export const PiiEntityRecognitionAction = {
|
2597
2801
|
type: {
|
2598
2802
|
name: "Composite",
|
2599
2803
|
className: "PiiEntityRecognitionAction",
|
2600
|
-
modelProperties:
|
2804
|
+
modelProperties: {
|
2805
|
+
...ActionPrebuilt.type.modelProperties,
|
2806
|
+
domainFilter: {
|
2601
2807
|
defaultValue: "none",
|
2602
2808
|
serializedName: "domain",
|
2603
2809
|
type: {
|
2604
2810
|
name: "String"
|
2605
2811
|
}
|
2606
|
-
},
|
2812
|
+
},
|
2813
|
+
categoriesFilter: {
|
2607
2814
|
constraints: {
|
2608
2815
|
UniqueItems: true
|
2609
2816
|
},
|
@@ -2616,160 +2823,199 @@ export const PiiEntityRecognitionAction = {
|
|
2616
2823
|
}
|
2617
2824
|
}
|
2618
2825
|
}
|
2619
|
-
},
|
2826
|
+
},
|
2827
|
+
stringIndexType: {
|
2620
2828
|
defaultValue: "Utf16CodeUnit",
|
2621
2829
|
serializedName: "stringIndexType",
|
2622
2830
|
type: {
|
2623
2831
|
name: "String"
|
2624
2832
|
}
|
2625
|
-
}
|
2833
|
+
}
|
2834
|
+
}
|
2626
2835
|
}
|
2627
2836
|
};
|
2628
2837
|
export const LanguageDetectionAction = {
|
2629
2838
|
type: {
|
2630
2839
|
name: "Composite",
|
2631
2840
|
className: "LanguageDetectionAction",
|
2632
|
-
modelProperties:
|
2841
|
+
modelProperties: {
|
2842
|
+
...ActionPrebuilt.type.modelProperties
|
2843
|
+
}
|
2633
2844
|
}
|
2634
2845
|
};
|
2635
2846
|
export const SentimentAnalysisAction = {
|
2636
2847
|
type: {
|
2637
2848
|
name: "Composite",
|
2638
2849
|
className: "SentimentAnalysisAction",
|
2639
|
-
modelProperties:
|
2850
|
+
modelProperties: {
|
2851
|
+
...ActionPrebuilt.type.modelProperties,
|
2852
|
+
includeOpinionMining: {
|
2640
2853
|
defaultValue: false,
|
2641
2854
|
serializedName: "opinionMining",
|
2642
2855
|
type: {
|
2643
2856
|
name: "Boolean"
|
2644
2857
|
}
|
2645
|
-
},
|
2858
|
+
},
|
2859
|
+
stringIndexType: {
|
2646
2860
|
defaultValue: "Utf16CodeUnit",
|
2647
2861
|
serializedName: "stringIndexType",
|
2648
2862
|
type: {
|
2649
2863
|
name: "String"
|
2650
2864
|
}
|
2651
|
-
}
|
2865
|
+
}
|
2866
|
+
}
|
2652
2867
|
}
|
2653
2868
|
};
|
2654
2869
|
export const HealthcareAction = {
|
2655
2870
|
type: {
|
2656
2871
|
name: "Composite",
|
2657
2872
|
className: "HealthcareAction",
|
2658
|
-
modelProperties:
|
2873
|
+
modelProperties: {
|
2874
|
+
...ActionPrebuilt.type.modelProperties,
|
2875
|
+
stringIndexType: {
|
2659
2876
|
defaultValue: "Utf16CodeUnit",
|
2660
2877
|
serializedName: "stringIndexType",
|
2661
2878
|
type: {
|
2662
2879
|
name: "String"
|
2663
2880
|
}
|
2664
|
-
}
|
2881
|
+
}
|
2882
|
+
}
|
2665
2883
|
}
|
2666
2884
|
};
|
2667
2885
|
export const ExtractiveSummarizationAction = {
|
2668
2886
|
type: {
|
2669
2887
|
name: "Composite",
|
2670
2888
|
className: "ExtractiveSummarizationAction",
|
2671
|
-
modelProperties:
|
2889
|
+
modelProperties: {
|
2890
|
+
...ActionPrebuilt.type.modelProperties,
|
2891
|
+
maxSentenceCount: {
|
2672
2892
|
defaultValue: 3,
|
2673
2893
|
serializedName: "sentenceCount",
|
2674
2894
|
type: {
|
2675
2895
|
name: "Number"
|
2676
2896
|
}
|
2677
|
-
},
|
2897
|
+
},
|
2898
|
+
orderBy: {
|
2678
2899
|
defaultValue: "Offset",
|
2679
2900
|
serializedName: "sortBy",
|
2680
2901
|
type: {
|
2681
2902
|
name: "String"
|
2682
2903
|
}
|
2683
|
-
},
|
2904
|
+
},
|
2905
|
+
stringIndexType: {
|
2684
2906
|
defaultValue: "Utf16CodeUnit",
|
2685
2907
|
serializedName: "stringIndexType",
|
2686
2908
|
type: {
|
2687
2909
|
name: "String"
|
2688
2910
|
}
|
2689
|
-
}
|
2911
|
+
}
|
2912
|
+
}
|
2690
2913
|
}
|
2691
2914
|
};
|
2692
2915
|
export const CustomEntityRecognitionAction = {
|
2693
2916
|
type: {
|
2694
2917
|
name: "Composite",
|
2695
2918
|
className: "CustomEntityRecognitionAction",
|
2696
|
-
modelProperties:
|
2919
|
+
modelProperties: {
|
2920
|
+
...ActionCustom.type.modelProperties,
|
2921
|
+
stringIndexType: {
|
2697
2922
|
defaultValue: "Utf16CodeUnit",
|
2698
2923
|
serializedName: "stringIndexType",
|
2699
2924
|
type: {
|
2700
2925
|
name: "String"
|
2701
2926
|
}
|
2702
|
-
}
|
2927
|
+
}
|
2928
|
+
}
|
2703
2929
|
}
|
2704
2930
|
};
|
2705
2931
|
export const CustomSingleLabelClassificationAction = {
|
2706
2932
|
type: {
|
2707
2933
|
name: "Composite",
|
2708
2934
|
className: "CustomSingleLabelClassificationAction",
|
2709
|
-
modelProperties:
|
2935
|
+
modelProperties: {
|
2936
|
+
...ActionCustom.type.modelProperties
|
2937
|
+
}
|
2710
2938
|
}
|
2711
2939
|
};
|
2712
2940
|
export const CustomMultiLabelClassificationAction = {
|
2713
2941
|
type: {
|
2714
2942
|
name: "Composite",
|
2715
2943
|
className: "CustomMultiLabelClassificationAction",
|
2716
|
-
modelProperties:
|
2944
|
+
modelProperties: {
|
2945
|
+
...ActionCustom.type.modelProperties
|
2946
|
+
}
|
2717
2947
|
}
|
2718
2948
|
};
|
2719
2949
|
export const CustomEntitiesResultDocumentsItem = {
|
2720
2950
|
type: {
|
2721
2951
|
name: "Composite",
|
2722
2952
|
className: "CustomEntitiesResultDocumentsItem",
|
2723
|
-
modelProperties:
|
2953
|
+
modelProperties: {
|
2954
|
+
...EntitiesDocumentResult.type.modelProperties
|
2955
|
+
}
|
2724
2956
|
}
|
2725
2957
|
};
|
2726
2958
|
export const EntitiesResultDocumentsItem = {
|
2727
2959
|
type: {
|
2728
2960
|
name: "Composite",
|
2729
2961
|
className: "EntitiesResultDocumentsItem",
|
2730
|
-
modelProperties:
|
2962
|
+
modelProperties: {
|
2963
|
+
...EntitiesDocumentResult.type.modelProperties
|
2964
|
+
}
|
2731
2965
|
}
|
2732
2966
|
};
|
2733
2967
|
export const CustomLabelClassificationResultDocumentsItem = {
|
2734
2968
|
type: {
|
2735
2969
|
name: "Composite",
|
2736
2970
|
className: "CustomLabelClassificationResultDocumentsItem",
|
2737
|
-
modelProperties:
|
2971
|
+
modelProperties: {
|
2972
|
+
...ClassificationDocumentResult.type.modelProperties
|
2973
|
+
}
|
2738
2974
|
}
|
2739
2975
|
};
|
2740
2976
|
export const HealthcareResultDocumentsItem = {
|
2741
2977
|
type: {
|
2742
2978
|
name: "Composite",
|
2743
2979
|
className: "HealthcareResultDocumentsItem",
|
2744
|
-
modelProperties:
|
2980
|
+
modelProperties: {
|
2981
|
+
...HealthcareEntitiesDocumentResult.type.modelProperties
|
2982
|
+
}
|
2745
2983
|
}
|
2746
2984
|
};
|
2747
2985
|
export const SentimentResponseDocumentsItem = {
|
2748
2986
|
type: {
|
2749
2987
|
name: "Composite",
|
2750
2988
|
className: "SentimentResponseDocumentsItem",
|
2751
|
-
modelProperties:
|
2989
|
+
modelProperties: {
|
2990
|
+
...SentimentDocumentResult.type.modelProperties
|
2991
|
+
}
|
2752
2992
|
}
|
2753
2993
|
};
|
2754
2994
|
export const EntityLinkingResultDocumentsItem = {
|
2755
2995
|
type: {
|
2756
2996
|
name: "Composite",
|
2757
2997
|
className: "EntityLinkingResultDocumentsItem",
|
2758
|
-
modelProperties:
|
2998
|
+
modelProperties: {
|
2999
|
+
...LinkedEntitiesDocumentResult.type.modelProperties
|
3000
|
+
}
|
2759
3001
|
}
|
2760
3002
|
};
|
2761
3003
|
export const PiiResultDocumentsItem = {
|
2762
3004
|
type: {
|
2763
3005
|
name: "Composite",
|
2764
3006
|
className: "PiiResultDocumentsItem",
|
2765
|
-
modelProperties:
|
3007
|
+
modelProperties: {
|
3008
|
+
...PiiEntitiesDocumentResult.type.modelProperties
|
3009
|
+
}
|
2766
3010
|
}
|
2767
3011
|
};
|
2768
3012
|
export const KeyPhraseResultDocumentsItem = {
|
2769
3013
|
type: {
|
2770
3014
|
name: "Composite",
|
2771
3015
|
className: "KeyPhraseResultDocumentsItem",
|
2772
|
-
modelProperties:
|
3016
|
+
modelProperties: {
|
3017
|
+
...KeyPhrasesDocumentResult.type.modelProperties
|
3018
|
+
}
|
2773
3019
|
}
|
2774
3020
|
};
|
2775
3021
|
export const GeneratedClientAnalyzeBatchHeaders = {
|