DRAG DROP (Drag and Drop is not supported)
Match the Azure AI service to the appropriate generative AI capability.
To answer, drag the appropriate service from the column on the left to its capability on the right. Each service may be used once, more than once, or not at all.
NOTE: Each correct match is worth one point.
Select and Place:
- See Explanation section for answer.
Answer(s): A
Explanation:

Box 1: Azure AI Vision Classify and label images.
To classify and label images, you would typically use Azure AI Vision, which is specifically designed for computer vision tasks. Azure AI Vision can perform image analysis, including classification, object detection, and generating captions. You can also use Azure AI Custom Vision to train custom models that are tailored to your specific needs.
Box 2: Azure OpenAI Service Generate conversational responses
Azure OpenAI Service is designed to be used for generating conversational responses. It utilizes powerful language models like GPT-3.5 Turbo, GPT-4, and GPT-4o, which are specifically optimized for chat completion scenarios, according to Microsoft Learn. These models can handle multi-turn conversations and provide contextually appropriate responses based on user input, effectively simulating conversational AI behavior.
Box 3: Azure AI Speech
Convert speech to text in real time.
The Speech service provides speech-to-text and text-to-speech capabilities with an Azure Speech resource. You can transcribe speech to text with high accuracy, produce natural-sounding text-to-speech voices, translate spoken audio, and use speaker recognition during conversations.
Azure AI Speech service can be used for real-time speech-to-text conversion. It supports both real-time and batch transcription of audio streams into text. Real-time transcription allows for instant transcription of live audio inputs.
Reference:
https://microsoftlearning.github.io/mslearn-ai-vision/Instructions/Exercises/02-image-classification.html https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/overview
Reveal Solution
Next Question