You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for the GET /v3/style_rules endpoint in the client library, the implementation can be found in the DeepLClient class. Please refer to the README for usage instructions
Added style_id option to translateText() which allows text translation with style rules.
Added new model classes: StyleRuleInfo, ConfiguredRules, and CustomInstruction to support style rules functionality.