You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.. | ||
Apis | 3 years ago | |
Models | 3 years ago | |
README.md | 3 years ago | |
index.html | 3 years ago | |
openapi.json | 3 years ago |
README.md
Documentation for Language detection service
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
DefaultApi | getApiLanguagePredict | GET /api/language/predict | Get a list of supported languages |
DefaultApi | postApiLanguagePredict | POST /api/language/predict | Detect language of given text |
Documentation for Models
- AvailableLanguagesResponse.3de4f90
- LanguageDetectionRequest.3de4f90
- LanguageDetectionResponse.3de4f90
- ValidationError.6a07bef.ValidationErrorElement
Documentation for Authorization
All endpoints do not require authorization.