From 94ea17f7e4ab8ef892d4e4bcd5f83d5957bac5af Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Wed, 2 Sep 2020 11:50:22 -0400 Subject: [PATCH] modify bing id docstring to mention Bing Entity Search more --- .../azure/ai/textanalytics/_models.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py index f9aa26334e0e..a7e9b657535c 100644 --- a/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py +++ b/sdk/textanalytics/azure-ai-textanalytics/azure/ai/textanalytics/_models.py @@ -630,9 +630,9 @@ class LinkedEntity(DictMixin): :ivar data_source: Data source used to extract entity linking, such as Wiki/Bing etc. :vartype data_source: str - :ivar str bing_entity_search_api_id: Bing unique identifier of the recognized entity. Use in conjunction - with the Bing Entity Search SDK to fetch additional relevant information. Only - available for API version v3.1-preview.2 and up. + :ivar str bing_entity_search_api_id: Bing Entity Search unique identifier of the recognized entity. + Use in conjunction with the Bing Entity Search SDK to fetch additional relevant information. + Only available for API version v3.1-preview.2 and up. .. versionadded:: v3.1-preview.2 The *bing_entity_search_api_id* property. """