Module meta_information_api

Source

Enums§

GetLanguagesError
struct for typed errors of method get_languages
GetUsageError
struct for typed errors of method get_usage

Functions§

get_languages
Retrieve the list of languages that are currently supported for translation, either as source or target language, respectively.
get_usage
Retrieve usage information within the current billing period together with the corresponding account limits. Usage is returned for: - translated characters - translated documents - translated documents, team totals (for team accounts only) Character usage includes both text and document translations, and is measured by the source text length in Unicode code points, so for example "A", "Δ", "あ", and "深" are each counted as a single character. Document usage only includes document translations, and is measured in individual documents. Depending on the user account type, some usage types will be omitted. Character usage is only included for developer accounts. Document usage is only included for non-developer accounts, and team-combined document usage is only included for non-developer team accounts.