Request for spreadsheet files, like xls, xlsx, xlsm, ods
| Name |
Type |
Description |
Notes |
| sourceLanguage |
String |
Language of original file |
|
| targetLanguages |
List<String> |
List of target languages |
|
| originalFileName |
String |
Type in the file name. If null will be as request ID. |
[optional] |
| url |
String |
Link to file for translation. Ignore, if "file" property not null |
|
| origin |
String |
Url or name of the application using this SDK. Not required. |
[optional] |
| isNeedAlignment |
Boolean |
Do result formating like the source. This option needs more expensive requests. |
[optional] |
| translationDictionary |
Map<String, String> |
Set a specific translation between source and target words. |
[optional] |
| savingMode |
SavingModeEnum |
Toggle file saving mode for storage. Is Files by default. |
[optional] |
| format |
FormatEnum |
Input file format |
|
| outputFormat |
OutputFormatEnum |
output file format |
|
| worksheets |
List<Integer> |
List of Worksheets to translate by sequence number (1-based index). If not present, translate all worksheets |
[optional] |
| ranges |
Map<String, WorksheetData> |
Dictionary of ranges in Excel workbooks |
[optional] |
| Name |
Value |
| FILES |
"Files" |
| ARCHIVE |
"Archive" |
| BOTH |
"Both" |
| Name |
Value |
| UNKNOWN |
"Unknown" |
| XLS |
"Xls" |
| XLSX |
"Xlsx" |
| XLSM |
"Xlsm" |
| ODS |
"Ods" |
| Name |
Value |
| XLS |
"Xls" |
| XLSX |
"Xlsx" |
| XLSM |
"Xlsm" |
| XLSB |
"Xlsb" |
| HTML |
"Html" |
| PDF |
"Pdf" |
| XPS |
"Xps" |
| ODS |
"Ods" |
| MD |
"Md" |
| DOCX |
"Docx" |
| PPTX |
"Pptx" |
| TIFF |
"Tiff" |