v4
latestSwagger 2.02026-07-1382857.5 KBSubmit a single document translation request to the Document Translation service
Use this API to submit a single translation request to the Document Translation Service.
Query parameters
The API version to use for this operation.
Specifies source language of the input document. If this parameter isn't specified, automatic language detection is applied to determine the source language. For example if the source document is written in English, then use sourceLanguage=en
Specifies the language of the output document. The target language must be one of the supported languages included in the translation scope. For example if you want to translate the document in German language, then use targetLanguage=de
A string specifying the category (domain) of the translation. This parameter is used to get translations from a customized system built with Custom Translator. Add the Category ID from your Custom Translator project details to this parameter to use your deployed customized system. Default value is: general.
Specifies that the service is allowed to fall back to a general system when a custom system doesn't exist. Possible values are: true (default) or false.
Optional boolean parameter to translate text within an image in the document
Headers
An opaque, globally-unique, client-generated string identifier for the request.
Response
The request has succeeded.