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