QuestionQ25

Implement AI solutions by using Microsoft Foundry

You are using the Azure Speech SDK to create a Python application that supports real-time spoken conversations.

Which Azure Speech class should be used to configure the connection to the Azure Speech service?

  • A AudioOutputConfig
  • B SpeechSynthesizer
  • C AudioConfig
  • D SpeechConfig
Explanation

SpeechConfig configures access to the Azure Speech service by supplying connection and authentication details such as the subscription key plus region or endpoint. AudioConfig and AudioOutputConfig configure audio sources or destinations, and SpeechSynthesizer consumes the service configuration to synthesize speech.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!