lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

TranslationMemoryEntry

A translation memory entry.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- source | str | The source string. | [optional] target | str | The target string. Tags will be automatically placed according to the query string. | [optional] score | int | The fuzzy match score. | [optional] metadata | object | Attributes describing the translation memory entry. | [optional]

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