@@ -1439,22 +1439,26 @@ class RecognizeEntitiesAction(DictMixin):
1439
1439
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1440
1440
see https://aka.ms/text-analytics-offsets
1441
1441
:keyword bool disable_service_logs: If set to true, you opt-out of having your text input
1442
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1443
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1444
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1445
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1446
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1442
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1443
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1444
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1445
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1446
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1447
+ additional details, and Microsoft Responsible AI principles at
1448
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1447
1449
:ivar str model_version: The model version to use for the analysis.
1448
1450
:ivar str string_index_type: Specifies the method used to interpret string offsets.
1449
1451
`UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1450
1452
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1451
1453
see https://aka.ms/text-analytics-offsets
1452
1454
:ivar bool disable_service_logs: If set to true, you opt-out of having your text input
1453
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1454
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1455
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1456
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1457
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1455
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1456
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1457
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1458
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1459
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1460
+ additional details, and Microsoft Responsible AI principles at
1461
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1458
1462
"""
1459
1463
1460
1464
def __init__ (self , ** kwargs ):
@@ -1495,11 +1499,13 @@ class AnalyzeSentimentAction(DictMixin):
1495
1499
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1496
1500
see https://aka.ms/text-analytics-offsets
1497
1501
:keyword bool disable_service_logs: If set to true, you opt-out of having your text input
1498
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1499
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1500
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1501
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1502
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1502
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1503
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1504
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1505
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1506
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1507
+ additional details, and Microsoft Responsible AI principles at
1508
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1503
1509
:ivar str model_version: The model version to use for the analysis.
1504
1510
:ivar bool show_opinion_mining: Whether to mine the opinions of a sentence and conduct more
1505
1511
granular analysis around the aspects of a product or service (also known as
@@ -1511,11 +1517,13 @@ class AnalyzeSentimentAction(DictMixin):
1511
1517
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1512
1518
see https://aka.ms/text-analytics-offsets
1513
1519
:ivar bool disable_service_logs: If set to true, you opt-out of having your text input
1514
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1515
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1516
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1517
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1518
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1520
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1521
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1522
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1523
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1524
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1525
+ additional details, and Microsoft Responsible AI principles at
1526
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1519
1527
"""
1520
1528
1521
1529
def __init__ (self , ** kwargs ):
@@ -1560,11 +1568,13 @@ class RecognizePiiEntitiesAction(DictMixin):
1560
1568
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1561
1569
see https://aka.ms/text-analytics-offsets
1562
1570
:keyword bool disable_service_logs: If set to true, you opt-out of having your text input
1563
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1564
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1565
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1566
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1567
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1571
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1572
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1573
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1574
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1575
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1576
+ additional details, and Microsoft Responsible AI principles at
1577
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1568
1578
:ivar str model_version: The model version to use for the analysis.
1569
1579
:ivar str domain_filter: An optional string to set the PII domain to include only a
1570
1580
subset of the PII entity categories. Possible values include 'phi' or None.
@@ -1573,11 +1583,13 @@ class RecognizePiiEntitiesAction(DictMixin):
1573
1583
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1574
1584
see https://aka.ms/text-analytics-offsets
1575
1585
:ivar bool disable_service_logs: If set to true, you opt-out of having your text input
1576
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1577
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1578
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1579
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1580
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1586
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1587
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1588
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1589
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1590
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1591
+ additional details, and Microsoft Responsible AI principles at
1592
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1581
1593
"""
1582
1594
1583
1595
def __init__ (self , ** kwargs ):
@@ -1616,18 +1628,22 @@ class ExtractKeyPhrasesAction(DictMixin):
1616
1628
1617
1629
:keyword str model_version: The model version to use for the analysis.
1618
1630
:keyword bool disable_service_logs: If set to true, you opt-out of having your text input
1619
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1620
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1621
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1622
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1623
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1631
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1632
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1633
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1634
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1635
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1636
+ additional details, and Microsoft Responsible AI principles at
1637
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1624
1638
:ivar str model_version: The model version to use for the analysis.
1625
1639
:ivar bool disable_service_logs: If set to true, you opt-out of having your text input
1626
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1627
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1628
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1629
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1630
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1640
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1641
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1642
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1643
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1644
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1645
+ additional details, and Microsoft Responsible AI principles at
1646
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1631
1647
"""
1632
1648
1633
1649
def __init__ (self , ** kwargs ):
@@ -1661,22 +1677,26 @@ class RecognizeLinkedEntitiesAction(DictMixin):
1661
1677
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1662
1678
see https://aka.ms/text-analytics-offsets
1663
1679
:keyword bool disable_service_logs: If set to true, you opt-out of having your text input
1664
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1665
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1666
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1667
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1668
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1680
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1681
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1682
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1683
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1684
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1685
+ additional details, and Microsoft Responsible AI principles at
1686
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1669
1687
:ivar str model_version: The model version to use for the analysis.
1670
1688
:ivar str string_index_type: Specifies the method used to interpret string offsets.
1671
1689
`UnicodeCodePoint`, the Python encoding, is the default. To override the Python default,
1672
1690
you can also pass in `Utf16CodePoint` or TextElement_v8`. For additional information
1673
1691
see https://aka.ms/text-analytics-offsets
1674
1692
:ivar bool disable_service_logs: If set to true, you opt-out of having your text input
1675
- logged on the service side for troubleshooting. By default, Text Analytics logs your input text for 48 hours,
1676
- solely to allow for troubleshooting issues in providing you with the Text Analytics natural language processing functions.
1677
- Setting this parameter to true, disables input logging and may limit our ability to remediate issues that occur.
1678
- Please see Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for additional details,
1679
- and Microsoft Responsible AI principles at https://www.microsoft.com/en-us/ai/responsible-ai.
1693
+ logged on the service side for troubleshooting. By default, Text Analytics logs your
1694
+ input text for 48 hours, solely to allow for troubleshooting issues in providing you with
1695
+ the Text Analytics natural language processing functions. Setting this parameter to true,
1696
+ disables input logging and may limit our ability to remediate issues that occur. Please see
1697
+ Cognitive Services Compliance and Privacy notes at https://aka.ms/cs-compliance for
1698
+ additional details, and Microsoft Responsible AI principles at
1699
+ https://www.microsoft.com/en-us/ai/responsible-ai.
1680
1700
"""
1681
1701
1682
1702
def __init__ (self , ** kwargs ):
0 commit comments