I've been looking at the Microsoft Azure Documentation for Document Translation:
It shows how to translate every document in an Azure Blob Storage "source" container and write them to a "target" container.
What isn't clear to me is, what if there are multiple documents in the "source" container - how can I tell it to work on just one document?
To translate a specific document from the container, you can modify the input payload with - Specifying
"storageType": "File"and provide source URL & SAS token for the specific blob/document (not for the container).Below is sample code snippet for reference:
For more details, please check this documentation.