AI-102 · Question #341
You are developing an app that will use the Speech and Language APIs. You need to provision resources for the app. The solution must ensure that each service is accessed by using a single endpoint…
The correct answer is C. Azure AI Services. To use multiple Azure AI services like Speech and Language with a single endpoint and credential, you should provision an Azure AI Services (formerly Cognitive Services) multi-service resource.
Question
Options
- AAzure AI Language
- BAzure AI Speech
- CAzure AI Services
- DAzure AI Content Safety
How the community answered
(29 responses)- A3% (1)
- B3% (1)
- C93% (27)
Why each option
To use multiple Azure AI services like Speech and Language with a single endpoint and credential, you should provision an Azure AI Services (formerly Cognitive Services) multi-service resource.
An Azure AI Language resource provides an endpoint and credential specifically for Language services, but not for Speech services.
An Azure AI Speech resource provides an endpoint and credential specifically for Speech services, but not for Language services.
An Azure AI Services (multi-service) resource provides a unified endpoint and single set of credentials (API key) to access multiple Azure AI services, including Speech and Language, simplifying resource management and authentication for applications using various AI capabilities.
Azure AI Content Safety is a specific service for content moderation and does not provide access to both Speech and Language APIs via a single endpoint.
Concept tested: Azure AI Services multi-service resource
Source: https://learn.microsoft.com/en-us/azure/ai-services/multi-service-resource?tabs=windows&pivots=programming-language-python
Topics
Community Discussion
No community discussion yet for this question.