lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

DocumentPretranslateParameters

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- id | list[int] | A list of unique Document identifiers. | auto_accept | bool | Optional parameter for auto-accepting 100% TM hits. | [optional] case_sensitive | bool | Optional for using case matching against TM hits.. | [optional] attribute_to_creator | bool | Optional parameter for attributing translation authorship of exact matches to document creator. | [optional] mode | str | An optional parameter indicating how the document will be pretranslated. The accepted values are `tm`, or `tm+mt`. Default is `tm`. | [optional]

[Back to Model list] [Back to API list] [Back to README]