We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3657828 commit 1b37ab9Copy full SHA for 1b37ab9
sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py
@@ -611,9 +611,11 @@ class LinkedEntity(DictMixin):
611
:ivar data_source: Data source used to extract entity linking,
612
such as Wiki/Bing etc.
613
:vartype data_source: str
614
- :param str bing_id: Bing unique identifier of the recognized entity. Use in conjunction
+ :ivar str bing_id: Bing unique identifier of the recognized entity. Use in conjunction
615
with the Bing Entity Search SDK to fetch additional relevant information. Only
616
available for API version v3.1-preview.2 and up.
617
+ .. versionadded:: v3.1-preview.2
618
+ The *bing_id* property.
619
"""
620
621
def __init__(self, **kwargs):
0 commit comments