You need to deploy an Azure resource to the East US Azure region. The resource will be used to perform sentiment analysis. How should you call the method?
A.
create_resource("res1", "ContentModerator", "S0", "eastus")
B.
create_resource("res1", "TextAnalytics", "S0", "eastus")
C.
create_resource("res1", "ContentModerator", "Standard", "East US")
D.
create_resource("res1", "TextAnalytics", "Standard", "East US")
B is the answer.
https://learn.microsoft.com/en-us/azure/cognitive-services/language-service/sentiment-opinion-mining/overview
Sentiment analysis and opinion mining are features offered by Azure Cognitive Service for Language, a collection of machine learning and AI algorithms in the cloud for developing intelligent applications that involve written language. These features help you find out what people think of your brand or topic by mining text for clues about positive or negative sentiment, and can associate them with specific aspects of the text.
Correct answer is B.
create_resource("res1", "TextAnalytics", "S0", "eastus")
Note TextAnalysis will be rebranded into Cognitive Services for Language Service
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
omankoman
1 month, 1 week agonanaw770
1 month, 2 weeks agoevangelist
5 months, 2 weeks agoevangelist
5 months, 2 weeks agordemontis
8 months, 1 week agoSaviB
8 months, 4 weeks agoMobidic
7 months agozellck
1 year agoap1234pa
1 year, 5 months agoEltooth
1 year, 11 months agoPHD_CHENG
2 years, 1 month agoPHD_CHENG
2 years, 2 months ago