You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/Content-Moderator/ecommerce-retail-catalog-moderation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: content-moderator
11
11
ms.topic: tutorial
12
-
ms.date: 01/27/2020
12
+
ms.date: 05/27/2020
13
13
ms.author: pafarley
14
14
15
15
#As a developer at an e-commerce company, I want to use machine learning to both categorize product images and tag objectionable images for further review by my team.
@@ -30,7 +30,7 @@ This tutorial shows you how to:
30
30
31
31
The complete sample code is available in the [Samples eCommerce Catalog Moderation](https://github.com/MicrosoftContentModerator/samples-eCommerceCatalogModeration) repository on GitHub.
32
32
33
-
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
33
+
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
Copy file name to clipboardExpand all lines: articles/cognitive-services/Content-Moderator/facebook-post-moderation.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ manager: nitinme
9
9
ms.service: cognitive-services
10
10
ms.subservice: content-moderator
11
11
ms.topic: tutorial
12
-
ms.date: 01/27/2020
12
+
ms.date: 05/27/2020
13
13
ms.author: pafarley
14
14
#Customer intent: As the moderator of a Facebook page, I want to use Azure's machine learning technology to automate and streamline the process of post moderation.
15
15
---
@@ -67,14 +67,14 @@ Sign in to the [Azure portal](https://portal.azure.com/) and follow these steps:
67
67
68
68
| App Setting name | value |
69
69
| -------------------- |-------------|
70
-
| cm:TeamId| Your Content Moderator TeamId |
71
-
| cm:SubscriptionKey| Your Content Moderator subscription key - See [Credentials](review-tool-user-guide/credentials.md)|
72
-
| cm:Region| Your Content Moderator region name, without the spaces. You can find this in the **Location** field of the **Overview** tab of your Azure resource.|
73
-
| cm:ImageWorkflow| Name of the workflow to run on Images |
74
-
| cm:TextWorkflow| Name of the workflow to run on Text |
75
-
| cm:CallbackEndpoint| Url for the CMListener Function App that you will create later in this guide |
76
-
| fb:VerificationToken| A secret token that you create, used to subscribe to the Facebook feed events |
77
-
| fb:PageAccessToken| The Facebook graph api access token does not expire and allows the function Hide/Delete posts on your behalf. You will get this token at a later step. |
70
+
|`cm:TeamId`| Your Content Moderator TeamId |
71
+
|`cm:SubscriptionKey`| Your Content Moderator subscription key - See [Credentials](review-tool-user-guide/credentials.md)|
72
+
|`cm:Region`| Your Content Moderator region name, without the spaces. You can find this name in the **Location** field of the **Overview** tab of your Azure resource.|
73
+
|`cm:ImageWorkflow`| Name of the workflow to run on Images |
74
+
|`cm:TextWorkflow`| Name of the workflow to run on Text |
75
+
|`cm:CallbackEndpoint`| Url for the CMListener Function App that you will create later in this guide |
76
+
|`fb:VerificationToken`| A secret token that you create, used to subscribe to the Facebook feed events |
77
+
|`fb:PageAccessToken`| The Facebook graph api access token does not expire and allows the function Hide/Delete posts on your behalf. You will get this token at a later step. |
Copy file name to clipboardExpand all lines: articles/cognitive-services/Content-Moderator/includes/quickstarts/content-moderator-client-library-csharp.md
0 commit comments