Designing and Implementing a Microsoft Azure AI Solution — Question 54
You are building an internet-based training solution. The solution requires that a user's camera and microphone remain enabled.
You need to monitor a video stream of the user and verify that the user is alone and is not collaborating with another user. The solution must minimize development effort.
What should you include in the solution?
Answer options
- A. speech-to-text in the Azure AI Speech service
- B. object detection in Azure AI Custom Vision
- C. Spatial Analysis in Azure AI Vision
- D. object detection in Azure AI Custom Vision
Correct answer: C
Explanation
The correct answer is C, Spatial Analysis in Azure AI Vision, as it allows for monitoring the environment and detecting the presence of multiple individuals, thus ensuring the user is alone. The other options, while useful for different tasks, do not provide the necessary capabilities for monitoring a user's surroundings in this context.