Skip to content

Commit 6c5774f

Browse files
authored
Merge pull request #42061 from v-jaswel/GDPR
GDPR compliance for Content Moderator and Custom Vision services
2 parents 7894d0b + 23df007 commit 6c5774f

File tree

4 files changed

+67
-0
lines changed

4 files changed

+67
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: Export or delete your data in Content Moderator, Azure Cognitive Services | Microsoft Docs
3+
description: Learn how to export or delete your data in Content Moderator.
4+
services: cognitive-services
5+
author: v-jaswel
6+
manager: nolachar
7+
ms.service: cognitive-services
8+
ms.component: content-moderator
9+
ms.topic: article
10+
ms.date: 05/23/2018
11+
ms.author: v-jaswel
12+
---
13+
14+
# Export or delete user data in Content Moderator
15+
16+
Content Moderator keeps user data to operate the service, but customers have full control over viewing, exporting, and deleting their data, using the [Review UI](http://contentmoderator.cognitive.microsoft.com/) and the [APIs](https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/api-reference).
17+
18+
> [!NOTE]
19+
> This article provides steps for how to delete personal data from the device or service and can be used to support your obligations under the GDPR. If you’re looking for general info about GDPR, see the [GDPR section of the Service Trust portal](https://servicetrust.microsoft.com/ViewPage/GDPRGetStarted).
20+
21+
For more information on how to export and delete user data in Content Moderator, see the following table.
22+
23+
| Data | Export Operation | Delete Operation |
24+
| ---- | ---------------- | ---------------- |
25+
| Account Info (Subscription Keys) | N/A | Delete using the Azure portal (Azure Subscriptions). Or use the **Delete Team** button in the [Review UI](http://contentmoderator.cognitive.microsoft.com/) Team settings page. |
26+
| Images for custom matching | [Get image IDs](https://westus.dev.cognitive.microsoft.com/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f676). Images are stored in a one-way proprietary hash format, and there is no way to extract the actual images. | [Delete all images](https://westus.dev.cognitive.microsoft.com/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f686). Or delete the Content Moderator resource using the Azure portal. |
27+
| Terms for custom matching | [Get all terms](https://westus.dev.cognitive.microsoft.com/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f67e) | [Delete all terms](https://westus.dev.cognitive.microsoft.com/docs/services/57cf755e3f9b070c105bd2c2/operations/57cf755e3f9b070868a1f67d). Or delete the Content Moderator resource using the Azure portal. |
28+
| Tags | N/A | Use the **Delete** icon available for each tag in the Review UI Tag settings page. Or use the **Delete Team** button in the [Review UI](http://contentmoderator.cognitive.microsoft.com/) Team settings page. |
29+
| Reviews | [Get review](https://westus.dev.cognitive.microsoft.com/docs/services/580519463f9b070e5c591178/operations/580519483f9b0709fc47f9c2) | Use the **Delete Team** button in the [Review UI](http://contentmoderator.cognitive.microsoft.com/) Team settings page.
30+
| Users | N/A | Use the **Delete** icon available for each user in the [Review UI](http://contentmoderator.cognitive.microsoft.com/) Team settings page. Or use the **Delete Team** button in the [Review UI](http://contentmoderator.cognitive.microsoft.com/) Team settings page. |
31+

articles/cognitive-services/Content-Moderator/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@
117117
href: FAQs.md
118118
- name: Pricing
119119
href: https://azure.microsoft.com/pricing/details/cognitive-services/content-moderator
120+
- name: Export or delete account data
121+
href: ./export-delete-data.md
120122
- name: UserVoice
121123
href: https://cognitive.uservoice.com/forums/559960-content-moderator
122124
- name: Stack Overflow
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Export or delete your data in Custom Vision, Azure Cognitive Services | Microsoft Docs
3+
description: Learn how to export or delete your data in Custom Vision.
4+
services: cognitive-services
5+
author: v-jaswel
6+
manager: nolachar
7+
ms.service: cognitive-services
8+
ms.component: custom-vision
9+
ms.topic: article
10+
ms.date: 05/23/2018
11+
ms.author: v-jaswel
12+
---
13+
14+
# Export or delete user data in Custom Vision
15+
16+
Content Moderator keeps user data to operate the service, but customers have full control over viewing, exporting, and deleting their data, using the Custom Vision Service [Training API](https://go.microsoft.com/fwlink/?linkid=865446).
17+
18+
> [!NOTE]
19+
> This article provides steps for how to delete personal data from the device or service and can be used to support your obligations under the GDPR. If you’re looking for general info about GDPR, see the [GDPR section of the Service Trust portal](https://servicetrust.microsoft.com/ViewPage/GDPRGetStarted).
20+
21+
For more information on how to export and delete user data in Custom Vision, see the following table.
22+
23+
| Data | Export Operation | Delete Operation |
24+
| ---- | ---------------- | ---------------- |
25+
| Account Info (Subscription Keys) | [GetAccountInfo](https://go.microsoft.com/fwlink/?linkid=865446) | Delete using Azure portal (Azure Subscriptions). Or using “Delete Your Account” button in CustomVision.ai settings page (Microsoft Account Subscriptions) |
26+
| Iteration Details | [GetIteration](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) |
27+
| Iteration Performance Details | [GetIterationPerformance](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) |
28+
| List of iterations | [GetIterations](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteIteration](https://go.microsoft.com/fwlink/?linkid=865446) |
29+
| Projects and project details | [GetProject](https://go.microsoft.com/fwlink/?linkid=865446) and [GetProjects](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteProject](https://go.microsoft.com/fwlink/?linkid=865446) |
30+
| Image tags | [GetTag](https://go.microsoft.com/fwlink/?linkid=865446) and [GetTags](https://go.microsoft.com/fwlink/?linkid=865446) | [DeleteTag](https://go.microsoft.com/fwlink/?linkid=865446) |
31+
| Images | [GetTaggedImages](https://go.microsoft.com/fwlink/?linkid=865446) (provides uri for image download) and [GetUntaggedImages](https://go.microsoft.com/fwlink/?linkid=865446) (provides uri for image download) | [DeleteImages](https://go.microsoft.com/fwlink/?linkid=865446) |
32+
| Exported Models | [GetExports](https://go.microsoft.com/fwlink/?linkid=865446) | Deleted upon account deletion |

articles/cognitive-services/Custom-Vision-Service/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
items:
5454
- name: Pricing
5555
href: https://azure.microsoft.com/pricing/details/cognitive-services/custom-vision-service/
56+
- name: Export or delete account data
57+
href: ./export-delete-data.md
5658
- name: UserVoice
5759
href: https://cognitive.uservoice.com/forums/598141-custom-vision-service
5860
- name: Stack Overflow

0 commit comments

Comments
 (0)