Create Document Translation Job
Authentication
Request
Source language (BCP-47).
Original filename with extension. Supported: .pdf, .doc, .docx, .odt, .xls, .xlsx, .ods, .ppt, .pptx, .odp, .html, .xhtml, .mhtml.
Target languages (BCP-47).
Optional human-readable job name. Defaults to original_filename when omitted.
Genre enum name (e.g. NON_FICTION). Use the enum constant name, not the human-readable label.
use_native_numerals is an optional parameter with three options:
null(default): Uses the application default.false: Uses international numerals (0-9).true: Uses language-specific native numerals.
Example:
- If international numerals are used, numbers appear as regular digits (0-9). For example:
मेरा phone number है: 9840950950. - If native numerals are used, numbers appear in the target script. For example:
मेरा phone number है: ९८४०९५०९५०.
Global tone, terminology, and formatting instructions (up to ~4000 characters). Applies to every target language.
Per-language overrides (up to ~4000 characters each). Keys must match entries in target_language_codes.