Skip to content

Commit b5efc5c

Browse files
Revisions per cgronlun
1 parent e5b40ae commit b5efc5c

File tree

5 files changed

+67
-38
lines changed

5 files changed

+67
-38
lines changed

articles/cognitive-services/Content-Moderator/content-moderator-gdpr.md

Lines changed: 0 additions & 36 deletions
This file was deleted.
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+
# Overview
15+
16+
Content Moderator keeps customer 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 customer 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@
117117
href: FAQs.md
118118
- name: Pricing
119119
href: https://azure.microsoft.com/pricing/details/cognitive-services/content-moderator
120-
- name: GDPR Compliance
121-
href: ./content-moderator-gdpr.md
120+
- name: Export or delete account data
121+
href: ./export-delete-data.md
122122
- name: UserVoice
123123
href: https://cognitive.uservoice.com/forums/559960-content-moderator
124124
- name: Stack Overflow
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: GDPR Compliance and Custom Vision, Azure Cognitive Services | Microsoft Docs
3+
description: Learn how Custom Vision complies with the GDPR.
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+
# Overview
15+
16+
Content Moderator keeps customer 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 customer 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)