You mentioned that you are using the Speech azure video
ai-102-ai-engineer-assoc video for you mentioned that you are using the Speech service in Azure to transcribe large amounts of audio, and you plan to apply
Full Certification Question
You mentioned that you are using the Speech service in Azure to transcribe large amounts of audio, and you plan to apply analytics to the transcribed text to gain insights or facilitate actions. Since the amount of audio is considerable, you use batch transcription. This process involves four operations, which are as follows: Operation A (011): Create a new transcription Operation B (012): Get the transcription Operation C (013): Update the details of the transcription Operation D (014): Delete the transcription To perform these operations, you use REST API calls and methods, which are listed in the table below. Review the operations, methods, and API calls and map them in the correct order. Here are the API calls and their respective methods: API Call A (A21): GET speechtotext/v3.O/transcriptions/{id} API Call B (A22): POST speechtotext/v3.O/transcriptions API Call C (A23): DELETE speechtotext/v3.O/transcriptions/{id} API Call D (A24): PATCH speechtotext/v3.O/transcriptions/{id}