Designing and Implementing an Azure AI Solution (legacy) — Question 55
You are developing an application that uses an API pipeline. The application consumes and analyzes streaming data.
You API pipeline must perform face detection and sentiment analysis.
What actions should you take?
Answer options
- A. Use the Computer Vision API in the pipeline.
- B. Use the Face API in the pipeline.
- C. Use the Text Analytics in the pipeline.
- D. Use the Video Indexer in the pipeline.
Correct answer: D
Explanation
The correct answer is D because the Video Indexer is specifically designed to handle video content, enabling both face detection and sentiment analysis. Options A and B, while relevant to computer vision, do not encompass the full requirements of analyzing streaming video data. Option C is focused on text analysis and does not address face detection.