deepl-openapi 2.7.1

The DeepL API provides programmatic access to DeepL’s machine translation technology.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# GetUsage200Response

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**character_count** | Option<**i64**> | Characters translated so far in the current billing period. | [optional]
**character_limit** | Option<**i64**> | Current maximum number of characters that can be translated per billing period. | [optional]
**document_limit** | Option<**i64**> | Documents translated so far in the current billing period. | [optional]
**document_count** | Option<**i64**> | Current maximum number of documents that can be translated per billing period. | [optional]
**team_document_limit** | Option<**i64**> | Documents translated by all users in the team so far in the current billing period. | [optional]
**team_document_count** | Option<**i64**> | Current maximum number of documents that can be translated by the team per billing period. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)