Google Cloud Professional Machine Learning Engineer — Question 195

Your company stores a large number of audio files of phone calls made to your customer call center in an on-premises database. Each audio file is in wav format and is approximately 5 minutes long. You need to analyze these audio files for customer sentiment. You plan to use the Speech-to-Text API You want to use the most efficient approach. What should you do?

Answer options

Correct answer: B

Explanation

Option B is correct as it efficiently utilizes Cloud Storage for uploading audio files and leverages the speech:longrunningrecognize API for transcription, followed by analyzing sentiment with the Natural Language API. Other options either do not utilize Cloud Storage or involve unnecessary local processing steps, making them less efficient for handling large audio files.