Crate deepl_pro

Source
Expand description

Client to call the DeepL API.

Structs§

ApiOptions
Options when creating an API endpoint.
DeeplApi
Interface to the DeepL API.
Language
Supported language information.
TranslateTextRequest
Request to translate text.
TranslateTextResponse
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.
LanguageType
Enumeration of language types.
SplitSentences
Enumeration of split sentence options.
TagHandling
Variants for tag handling.

Type Aliases§

Result
Result type for the library.