PROFESSIONAL-MACHINE-LEARNING-ENGINEER · Question #333
You work at an organization that maintains a cloud-based communication platform that integrates conventional chat, voice, and video conferencing into one platform. The audio recordings are stored in…
The correct answer is B. Use the original audio sampling rate, and transcribe the audio by using the Speech-to-Text API. For audio recordings longer than one minute, Google recommends using the Speech-to-Text API's asynchronous recognition to handle longer processing times efficiently. Also, using the original 16 kHz sample rate preserves audio quality for better transcription accuracy…
Question
Options
- AUse the original audio sampling rate, and transcribe the audio by using the Speech-to-Text API
- BUse the original audio sampling rate, and transcribe the audio by using the Speech-to-Text API
- CDownsample the audio recordings to 8 kHz, and transcribe the audio by using the Speech-to-Text
- DDownsample the audio recordings to 8 kHz, and transcribe the audio by using the Speech-to-Text
How the community answered
(41 responses)- A7% (3)
- B85% (35)
- C2% (1)
- D5% (2)
Explanation
For audio recordings longer than one minute, Google recommends using the Speech-to-Text API's asynchronous recognition to handle longer processing times efficiently. Also, using the original 16 kHz sample rate preserves audio quality for better transcription accuracy. Synchronous recognition is intended for short audio clips and is not suitable for longer recordings.
Topics
Community Discussion
No community discussion yet for this question.