Conversion_Kitchen_Code/kitchen_counter/conversion/translation/docs/InlineResponse2001.md

17 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2024-04-27 09:33:09 +00:00
# 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]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)