1.5 KiB
Executable File
1.5 KiB
Executable File
InlineResponse2001
Properties
Name | Type | Description | Notes |
---|---|---|---|
err | str | the text of the error. It is null if the response status is 200. Otherwise, it contains a string | [optional] |
result | str | result of translation. In the event that a line was sent to the translation, the result is also a string; if an array of strings, then we also get an array of strings | [optional] |
cache_use | int | the number of letters translated using the Lingvanex service cache | [optional] |
source | str | source data for translation | [optional] |
_from | str | code of the source language in the format “language code”. In the case of sending a translation of an array of strings with different language content, only the language of the first element of the array is returned | [optional] |
source_transliteration | str | transliteration of source data. In the event that a line was sent to the translation, the result is also a string; if an array of strings, then we also get an array of strings | [optional] |
target_transliteration | str | transliteration results. In the event that a line was sent to the translation, the result is also a string; if an array of strings, then we also get an array of strings | [optional] |