How do I save transcription results to a specific folder?

bemi 26 Reputation points
2021-04-23T05:56:02.497+00:00

I am using the Speech-To-Text batch transcription.
I can set TranscriptionResultsContainerUrl in the properties of the transcription definition to save the transcription results in a blob container.
However, I would like to save the results in a specific folder of that container, and I can't see how.
Is there a way to give the results prefixes to their blob names?
Can anyone help?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,364 questions
0 comments No comments
{count} votes

Accepted answer
  1. romungi-MSFT 41,861 Reputation points Microsoft Employee
    2021-04-23T09:21:04.583+00:00

    anonymous user-3573 I think the target location for the batch API only takes the container SAS URL as the destination(destinationContainerUrl). The only possible way to filter files is with the original name. According to the guidance:

    To find the transcription file for a specific input file, filter all returned files with kind == Transcription and name == {originalInputName.suffix}.json


0 additional answers

Sort by: Most helpful