Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
This is how images are translated from Chinese to Korean.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
API Endpoint:
POST /translator/document/batches
Issue Description:
PNG image translation fails consistently with the following error
{
"id": "0ef5ccf0-2746-45e8-b712-24b165eeb675",
"createdDateTimeUtc": "2026-03-10T10:20:56.3105795Z",
"lastActionDateTimeUtc": "2026-03-10T10:21:07.7822589Z",
"status": "Failed",
"error": {
"code": "InternalServerError",
"message": "Document failed during parsing. If the error persists, report it with date/time of error, request identifier from response header X-RequestId, and client identifier from request header X-ClientTraceId.",
"target": "Operation",
"innerError": {
"code": "InternalServerErrorDocumentParsing",
"message": "Document failed during parsing. If the error persists, report it with date/time of error, request identifier from response header X-RequestId, and client identifier from request header X-ClientTraceId."
}
},
"summary": {
"total": 1,
"failed": 1,
"success": 0,
"inProgress": 0,
"notYetStarted": 0,
"cancelled": 0,
"totalCharacterCharged": 0,
"totalImageCharged": 0
}
}
Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
This is how images are translated from Chinese to Korean.
PNG image translation with the Document Translation API using api-version=2025-12-01-preview is supported as part of the image translation preview feature.
The error payload shows:
code: InternalServerErrorinnerError.code: InternalServerErrorDocumentParsingmessage: "Document failed during parsing. If the error persists, report it with date/time of error, request identifier from response header X-RequestId, and client identifier from request header X-ClientTraceId."This indicates a service-side parsing failure rather than a validation or configuration problem. For image translation with this preview API version, no additional configuration is required beyond submitting a supported image file type (such as .png) in a standard batch request.
Given that:
.png is explicitly listed as a supported image format for this preview.The next step is to follow the guidance in the error message and report the issue to Microsoft with:
X-RequestId value from the HTTP response headers.X-ClientTraceId value from the request headers (if set).api-version and endpoint used.This will allow the product team to investigate the parsing failure in the preview image translation pipeline.
References: