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