Expand description
Client to call the DeepL API.
Structs§
- ApiOptions
- Options when creating an API endpoint.
- Deepl
Api - Interface to the DeepL API.
- Language
- Supported language information.
- Translate
Text Request - Request to translate text.
- Translate
Text Response - Response to a translate text request.
- Usage
- Account usage information.
Enums§
- Error
- Errors generated by the library.
- Formality
- Variants for formality.
- Lang
- Languages supported by the DeepL API.
- Language
Type - Enumeration of language types.
- Split
Sentences - Enumeration of split sentence options.
- TagHandling
- Variants for tag handling.
Type Aliases§
- Result
- Result type for the library.