Learn the correct Azure resource to use for an application that combines Speech-to-Text and Text Analytics AI services. Prepare for the AI-900 Microsoft Azure AI Fundamentals certification exam.
Table of Contents
Question
You are planning to build an application that uses the Speech service to transcribe audio recordings of phone calls into text and then submits the transcribed text to the Text Analytics service to extract key phrases.
You want to manage access and billing for the application services in a single Azure resource.
Which type of Azure resource should you create?
A. Speech.
B. Text Analytics.
C. Cognitive Services.
Answer
C. Cognitive Services.
Explanation
When building an application that uses multiple Azure AI services like Speech-to-Text (STT) and Text Analytics, the recommended approach is to create a Cognitive Services resource in Azure.
A Cognitive Services resource acts as a single management and billing entity for multiple AI services. It provides a unified API key and endpoint that your application can use to access the capabilities of STT, Text Analytics, and other supported AI services as needed.
While you could create separate Speech and Text Analytics resources, managing access keys and billing individually for each service becomes complex as you combine more AI capabilities. Putting them under a single Cognitive Services resource simplifies administration.
So in summary, to build an application that uses both Speech-to-Text to transcribe audio to text and then Text Analytics to extract key phrases from that text, provision a Cognitive Services resource in your Azure subscription. This will give you a single API key and endpoint to manage both services.
Creating a Cognitive Services resource in Azure allows you to manage access and billing for multiple services, including the Speech service and Text Analytics service, under a single resource. This simplifies administration and resource management for applications that utilize various cognitive services.
Microsoft Azure AI Fundamentals AI-900 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure AI Fundamentals AI-900 exam and earn Microsoft Azure AI Fundamentals AI-900 certification.