lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

QARuleMatchesMatches

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- context | QARuleMatchesContext | | length | int | The length of the error in characters. | message | str | Message about the error displayed to the user. | offset | int | The 0-based character offset of the error in the text. | replacements | list[QARuleMatchesReplacements] | Replacements that might correct the error. The array can be empty, in this case there is no suggested replacement. | rule | QARuleMatchesRule | | [optional] short_message | str | An optional shorter version of 'message'. | [optional]

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