Added generated files

This commit is contained in:
2022-10-10 00:47:31 +05:30
parent 991730fbea
commit 1dee8b70ff
8 changed files with 3647 additions and 0 deletions
@@ -0,0 +1,9 @@
# AvailableLanguagesResponse.3de4f90
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**supported\_languages** | **List** | | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,9 @@
# LanguageDetectionRequest.3de4f90
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**text** | **String** | | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,10 @@
# LanguageDetectionResponse.3de4f90
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**lang** | **String** | | [default to null]
**score** | **BigDecimal** | Probability score of the detection | [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,12 @@
# ValidationError.6a07bef.ValidationErrorElement
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**loc** | **List** | | [default to null]
**msg** | **String** | | [default to null]
**type** | **String** | | [default to null]
**ctx** | [**Object**](.md) | | [optional] [default to null]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)