Designing and Implementing a Microsoft Azure AI Solution — Question 4
You are developing a solution to generate a word cloud based on the reviews of a company's products.
Which Text Analytics REST API endpoint should you use?
Answer options
- A. keyPhrases
- B. sentiment
- C. languages
- D. entities/recognition/general
Correct answer: A
Explanation
The keyPhrases endpoint is designed to extract significant phrases from the text, which is ideal for generating a word cloud. The sentiment endpoint analyzes the overall sentiment of the reviews, while languages identifies the languages used, and entities/recognition/general focuses on recognizing entities within the text, none of which directly support creating a word cloud.