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.