Skip to content

Commit a891a5e

Browse files
committed
ConMod freshness
1 parent a72e753 commit a891a5e

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

articles/cognitive-services/Content-Moderator/image-moderation-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
---
22
title: Image Moderation - Content Moderator
33
titleSuffix: Azure Cognitive Services
4-
description: Use Content Moderators machine-assisted image moderation and human-in-the-loop Review tool to moderate images for adult and racy content.
4+
description: Use Content Moderator's machine-assisted image moderation and human-in-the-loop Review tool to moderate images for adult and racy content.
55
services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: conceptual
12-
ms.date: 01/10/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414

1515
---
1616

1717
# Learn image moderation concepts
1818

19-
Use Content Moderators machine-assisted image moderation and [human-in-the-loop Review tool](Review-Tool-User-Guide/human-in-the-loop.md) to moderate images for adult and racy content. Scan images for text content and extract that text, and detect faces. You can match images against custom lists, and take further action.
19+
Use Content Moderator's machine-assisted image moderation and [human-in-the-loop Review tool](Review-Tool-User-Guide/human-in-the-loop.md) to moderate images for adult and racy content. Scan images for text content and extract that text, and detect faces. You can match images against custom lists, and take further action.
2020

2121
## Evaluating for adult and racy content
2222

@@ -136,9 +136,9 @@ Example extract:
136136
....
137137
}
138138

139-
## Human review tool
139+
## Review tool
140140

141-
For more nuanced cases, use the Content Moderator [review tool](Review-Tool-User-Guide/human-in-the-loop.md) and its API to surface the moderation results and content in the review for your human moderators. They review the machine-assigned tags and confirm their final decisions.
141+
For more nuanced cases, use the Content Moderator [Review tool](Review-Tool-User-Guide/human-in-the-loop.md) and its API to surface the moderation results and content in the review for your human moderators. They review the machine-assigned tags and confirm their final decisions.
142142

143143
![Image review for human moderators](images/moderation-reviews-quickstart-dotnet.PNG)
144144

articles/cognitive-services/Content-Moderator/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: overview
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414

1515
#Customer intent: As a developer of content management software, I want to find out whether Azure Content Moderator is the right solution for my moderation needs.
@@ -36,7 +36,7 @@ The following are a few scenarios in which a software developer or team would us
3636
3737
## What it includes
3838

39-
The Content Moderator service consists of several web service APIs available through both REST calls and a .NET SDK. It also includes the human review tool, which allows human reviewers to aid the service and improve or fine-tune its moderation function.
39+
The Content Moderator service consists of several web service APIs available through both REST calls and a .NET SDK. It also includes the Review tool, which allows human reviewers to aid the service and improve or fine-tune its moderation function.
4040

4141
## Moderation APIs
4242

@@ -63,11 +63,11 @@ The Review APIs let you integrate your moderation pipeline with human reviewers.
6363
6464
![block diagram for Content Moderator review APIs](images/content-moderator-rev-api.png)
6565

66-
## The Review tool
66+
## Review tool
6767

6868
The Content Moderator service also includes the web-based [Review tool](Review-Tool-User-Guide/human-in-the-loop.md), which hosts the content reviews for human moderators to process. The human input doesn't train the service, but the combined work of the service and human review teams allows developers to strike the right balance between efficiency and accuracy. The Review tool also provides a user-friendly front end for several Content Moderator resources.
6969

70-
![Content Moderator human review tool homepage](images/homepage.PNG)
70+
![Content Moderator Review tool homepage](images/homepage.PNG)
7171

7272
## Data privacy and security
7373

articles/cognitive-services/Content-Moderator/video-moderation-human-review.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: Video moderation with human review - Content Moderator
33
titleSuffix: Azure Cognitive Services
4-
description: Use machine-assisted video moderation and human review tools to moderate inappropriate content
4+
description: Use machine-assisted video moderation and the Review tool to moderate inappropriate content
55
services: cognitive-services
66
author: PatrickFarley
77
manager: nitinme
88

99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: conceptual
12-
ms.date: 04/30/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414
---
1515

1616
# Video moderation with human review
1717

18-
Use Content Moderator's machine-assisted [video moderation](video-moderation-api.md) and [human review tool](Review-Tool-User-Guide/human-in-the-loop.md) to moderate videos and transcripts for adult (explicit) and racy (suggestive) content to get the best results for your business.
18+
Use Content Moderator's machine-assisted [video moderation](video-moderation-api.md) and [Review tool](Review-Tool-User-Guide/human-in-the-loop.md) to moderate videos and transcripts for adult (explicit) and racy (suggestive) content to get the best results for your business.
1919

2020
## Video-trained classifier (preview)
2121

articles/cognitive-services/Content-Moderator/video-transcript-moderation-review-tutorial-dotnet.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: nitinme
99
ms.service: cognitive-services
1010
ms.subservice: content-moderator
1111
ms.topic: tutorial
12-
ms.date: 12/05/2019
12+
ms.date: 04/14/2020
1313
ms.author: pafarley
1414

1515
---
@@ -224,7 +224,7 @@ A transcription of the audio from the video is also produced when the `GenerateV
224224
225225
## Create a human review
226226

227-
The moderation process returns a list of key frames from the video, along with a transcript of its audio tracks. The next step is to create a review in the Content Moderator review tool for human moderators. Going back to the `ProcessVideo()` method in `Program.cs`, you see the call to the `CreateVideoReviewInContentModerator()` method. This method is in the `videoReviewApi` class, which is in `VideoReviewAPI.cs`, and is shown here.
227+
The moderation process returns a list of key frames from the video, along with a transcript of its audio tracks. The next step is to create a review in the Content Moderator Review tool for human moderators. Going back to the `ProcessVideo()` method in `Program.cs`, you see the call to the `CreateVideoReviewInContentModerator()` method. This method is in the `videoReviewApi` class, which is in `VideoReviewAPI.cs`, and is shown here.
228228

229229
[!code-csharp[CreateVideoReviewInContentModerator](~/VideoReviewConsoleApp/Microsoft.ContentModerator.AMSComponent/AMSComponentClient/VideoReviewAPI.cs?range=42-69)]
230230

@@ -296,7 +296,7 @@ First, initialize all variables and collections.
296296

297297
### Parse the transcript for captions
298298

299-
Next, parse the VTT formatted transcript for captions and timestamps. The review tool displays these captions in the Transcript Tab on the video review screen. The timestamps are used to sync the captions with the corresponding video frames.
299+
Next, parse the VTT formatted transcript for captions and timestamps. The Review tool displays these captions in the Transcript Tab on the video review screen. The timestamps are used to sync the captions with the corresponding video frames.
300300

301301
[!code-csharp[TextScreen2](~/VideoReviewConsoleApp/Microsoft.ContentModerator.AMSComponent/AMSComponentClient/VideoReviewAPI.cs?range=528-567)]
302302

0 commit comments

Comments
 (0)