Process and Translate Speech with Azure Cognitive Speech Services Microsoft Quiz Answers

Get Process and Translate Speech with Azure Cognitive Speech Services Microsoft Quiz Answers

Learn how to develop speech-enabled applications by using the Speech service.

This learning path helps prepare you for Exam AI-102: Designing and Implementing a Microsoft Azure AI Solution.

Prerequisites:

Before starting this learning path, you should:

Enroll on Microsoft

Module 1: Create speech-enabled apps with the Speech service

The Speech service enables you to build speech-enabled applications. This module focuses on using the speech-to-text and text-to-speech APIs, which enable you to create apps that are capable of speech recognition and speech synthesis.

Learning objectives:

In this module, you’ll learn how to:

  • Provision an Azure resource for the Speech service
  • Use the Speech-to-Text API to implement speech recognition
  • Use the Text-to-Speech API to implement speech synthesis
  • Configure audio format and voices
  • Use Speech Synthesis Markup Language (SSML)

Prerequisites:

Before starting this module, you should:

  • Be familiar with Azure services and the Azure portal
  • Have experience programming with C# or Python

Quiz 1: Knowledge check

Q1. What information do you need from your Speech service Azure resource to consume it using the Speech SDK?

  • The location and one of the keys
  • The primary and secondary keys
  • The endpoint and one of the keys

Q2. Which object should you use to specify that the speech input to be transcribed to text is in an audio file?

  • SpeechConfig
  • AudioConfig
  • SpeechRecognizer

Q3. How can you change the voice used in speech synthesis?

  • Specify a SpeechSynthesisOutputFormat enumeration in the SpeechConfig object.
  • Set the SpeechSynthesisVoiceName property of the SpeechConfig object to the desired voice name.
  • Specify a filename in the AudioConfig object.

Module 2: Translate speech with the speech service

Translation of speech builds on speech recognition by recognizing and transcribing spoken input in a specified language, and returning translations of the transcription in one or more other languages.

Learning objectives:

In this module, you will learn how to:

  • Provision Azure resources for speech translation.
  • Generate text translation from speech.
  • Synthesize spoken translations.

Prerequisites:

Before starting this module, you should:

  • Be familiar with Azure services and the Azure portal.
  • Have experience programming with C# or Python.
  • Have experience of using the Speech service to transcribe speech to text.

Quiz 1: Knowledge check

Q1. Which SDK object should you use to specify the language(s) into which you want speech translated?

  • SpeechConfig
  • SpeechTranslationConfig
  • AudioConfig

Q2. Which SDK object should you use as a proxy for the Translation API of Speech service?

  • TranslationRecognizer
  • SpeechRecognizer
  • SpeechSynthesizer

Q3. When translating speech, in which cases can you can use the Synthesizing event to synthesize the translations and speech?

  • Only when translating to a single target language.
  • Only when translating to multiple target languages.
  • When translating to one or more target languages.
Conclusion:

I hope this Process and Translate Speech with Azure Cognitive Speech Services Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

Your email address will not be published. Required fields are marked *