Valid AI-102 Dumps shared by EduDump.com for Helping Passing AI-102 Exam! EduDump.com now offer the newest AI-102 exam dumps, the EduDump.com AI-102 exam questions have been updated and answers have been corrected get the newest EduDump.com AI-102 dumps with Test Engine here:
You ace 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 ol the user and detect when the user asks an instructor a question. The solution must minimize development effort. What should you include in the solution?
Correct Answer: D
You need to monitor a video stream while ensuring the microphone stays enabled and detect when the user asks a question. The simplest/lowest-effort approach is to use Azure AI Speech-to-text to transcribe the user's audio in real time, then apply a lightweight check (e.g., interrogatives like "who/what/how" or final "?") to detect a question. Object detection or the Face service analyze visual content (objects/faces/emotions) and cannot tell whether a spoken utterance is a question. Language detection only identifies which language is being spoken; it does not transcribe or classify questions. References * Azure AI Speech: real-time speech-to-text (streaming) for transcription and downstream analysis. https://learn.microsoft.com/azure/ai-services/speech-service/speech-to-text * Face service overview (not for speech/question detection).https://learn.microsoft.com/azure/ai-services /computer-vision/overview-identity * Custom Vision object detection overview (visual objects, not spoken questions).https://learn.microsoft. com/azure/ai-services/custom-vision-service/object-detection-overview * Language detection capability description (identifies language only).https://learn.microsoft.com/azure /ai-services/language-service/language-detection/overview