Question 22:
You can transcribe a large amount of audio using a set of REST APIs offered by the Batch Transcription service in Azure. Review the statements given below and select the statement that is not true:
Answer options:
A.Use a speechtotext/v3.0/transcriptions API call using the GET method to create a new transcription. B.Use a speechtotext/v3.0/transcriptions API call and GET method to retrieve a list of transcriptions. C.Use speechtotext/v3.0/transcriptions/{id} API call and DELETE method to delete a specific transcription. D.Use a speechtotext/v3.0/transcriptions/{id} API call and GET method to get the result files of the transcription identified by a given ID.