From 807ea8cb20d939951965728c5ddf9c4f089379c2 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot Date: Tue, 29 Oct 2019 10:01:46 +0800 Subject: [PATCH] [AutoPR cognitiveservices/data-plane/VisualSearch] Adding EU compliance not to description (#6133) * Generated from e8a4e07f183bfd751502cfbd4cae3dd09f033bdd Adding EU compliance not to description * Generated from 9cf846d5a6be1cc6628a67a33b1724983a7f3e47 fixed strong tag * Generated from edd3ba7afcbc2d1d338ccecd7c4e30549901a105 remove html tags for note --- .../preview/cognitiveservices/v1.0/visualsearch/client.go | 6 +++++- .../preview/cognitiveservices/v1.0/visualsearch/images.go | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/services/preview/cognitiveservices/v1.0/visualsearch/client.go b/services/preview/cognitiveservices/v1.0/visualsearch/client.go index 2cc469810959..b966e318fad9 100644 --- a/services/preview/cognitiveservices/v1.0/visualsearch/client.go +++ b/services/preview/cognitiveservices/v1.0/visualsearch/client.go @@ -3,7 +3,11 @@ // Visual Search API lets you discover insights about an image such as visually similar images, shopping sources, and // related searches. The API can also perform text recognition, identify entities (people, places, things), return // other topical content for the user to explore, and more. For more information, see [Visual Search -// Overview](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview). +// Overview](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview). **NOTE:** To comply +// with the new EU Copyright Directive in France, the Bing Visual Search API must omit some content from certain EU +// News sources for French users. The removed content may include thumbnail images and videos, video previews, and +// snippets which accompany search results from these sources. As a consequence, the Bing APIs may serve fewer results +// with thumbnail images and videos, video previews, and snippets to French users. package visualsearch // Copyright (c) Microsoft and contributors. All rights reserved. diff --git a/services/preview/cognitiveservices/v1.0/visualsearch/images.go b/services/preview/cognitiveservices/v1.0/visualsearch/images.go index 6fa85f62882e..321798492946 100644 --- a/services/preview/cognitiveservices/v1.0/visualsearch/images.go +++ b/services/preview/cognitiveservices/v1.0/visualsearch/images.go @@ -29,7 +29,11 @@ import ( // ImagesClient is the visual Search API lets you discover insights about an image such as visually similar images, // shopping sources, and related searches. The API can also perform text recognition, identify entities (people, // places, things), return other topical content for the user to explore, and more. For more information, see [Visual -// Search Overview](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview). +// Search Overview](https://docs.microsoft.com/azure/cognitive-services/bing-visual-search/overview). **NOTE:** To +// comply with the new EU Copyright Directive in France, the Bing Visual Search API must omit some content from certain +// EU News sources for French users. The removed content may include thumbnail images and videos, video previews, and +// snippets which accompany search results from these sources. As a consequence, the Bing APIs may serve fewer results +// with thumbnail images and videos, video previews, and snippets to French users. type ImagesClient struct { BaseClient }