AI-100 · Question #141
You need to build a reputation monitoring solution that reviews Twitter activity about your company. The solution must identify negative tweets and tweets that contain inappropriate images. You plan…
The correct answer is C. Content Moderator D. Text Analytics. C: You can filter your tweets using Azure Logic Apps & Content Moderation. Azure Content Moderator is a cognitive service that checks text, image, and video content for material that is potentially offensive, risky, or otherwise undesirable. When this material is found, the…
Question
You need to build a reputation monitoring solution that reviews Twitter activity about your company. The solution must identify negative tweets and tweets that contain inappropriate images. You plan to use Azure Logic Apps to build the solution. Which two additional Azure services should you include in the solution? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- ACorporate Vision
- BAzure Blueprint
- CContent Moderator
- DText Analytics
- EAzure Machine Learning Service
- FForm Recognizer
How the community answered
(27 responses)- B4% (1)
- C85% (23)
- E7% (2)
- F4% (1)
Explanation
C: You can filter your tweets using Azure Logic Apps & Content Moderation. Azure Content Moderator is a cognitive service that checks text, image, and video content for material that is potentially offensive, risky, or otherwise undesirable. When this material is found, the service applies appropriate labels (flags) to the content. Your app can then handle flagged content in order to comply with regulations or maintain the intended environment for users. D: You can write an application so that when a user tweets with configured Twitter Hashtag, Logic App gets triggered and passed to Cognitive Text Analytics Connector for detecting the sentiments of the tweet (text). If the tweeted text is found to be harsh or with bad or abusive language, the tweet can be handled appropriately. https://docs.microsoft.com/en-us/azure/cognitive-services/content-moderator/overview
Topics
Community Discussion
No community discussion yet for this question.