Analyze Text Content Using SDK
Learn to analyze the content present in text data using the Azure Content Moderator SDK.
We'll cover the following...
Introduction
As we know the Azure Content Moderator service can moderate content in images and text. In this lesson, we are going to moderate the text using the content moderator service…
Dependency
To work with the lessons in this chapter, the following python package dependency is required:
azure-cognitiveservices-vision-contentmoderator
To know how to install these dependencies, refer to the ...