Skip to content

Commit 1b37ab9

Browse files
committed
fix bing_id docstring
1 parent 3657828 commit 1b37ab9

File tree

1 file changed

+3
-1
lines changed
  • sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics

1 file changed

+3
-1
lines changed

sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,9 +611,11 @@ class LinkedEntity(DictMixin):
611611
:ivar data_source: Data source used to extract entity linking,
612612
such as Wiki/Bing etc.
613613
:vartype data_source: str
614-
:param str bing_id: Bing unique identifier of the recognized entity. Use in conjunction
614+
:ivar str bing_id: Bing unique identifier of the recognized entity. Use in conjunction
615615
with the Bing Entity Search SDK to fetch additional relevant information. Only
616616
available for API version v3.1-preview.2 and up.
617+
.. versionadded:: v3.1-preview.2
618+
The *bing_id* property.
617619
"""
618620

619621
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)