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
3 days, 1 hour agoomankoman
2 months, 2 weeks agonanaw770
2 months, 2 weeks agoevangelist
6 months, 3 weeks agoevangelist
6 months, 3 weeks agordemontis
9 months, 2 weeks agoSaviB
10 months agoMobidic
8 months agozellck
1 year, 1 month agoap1234pa
1 year, 7 months agoEltooth
2 years agoPHD_CHENG
2 years, 2 months agoPHD_CHENG
2 years, 3 months ago