You have the following C# method. 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")
The resource kind for performing sentiment analysis is "TextAnalytics" and the appropriate SKU for Azure Cognitive Services is "S0". Additionally, the region should be specified in lowercase with no spaces, which is "eastus".
B is the answer
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.
syupwsh
1 month, 2 weeks agoomankoman
4 months agonanaw770
4 months, 1 week agoevangelist
8 months, 1 week agoevangelist
8 months, 1 week agordemontis
11 months agoSaviB
11 months, 2 weeks agoMobidic
9 months, 3 weeks agozellck
1 year, 3 months agoap1234pa
1 year, 8 months agoEltooth
2 years, 2 months agoPHD_CHENG
2 years, 3 months agoPHD_CHENG
2 years, 4 months ago