LocalizationCoverage

LocalizationCoverage

Overview

LocalizationCoverage is a class in Aspose.Font FOSS for Python.

LocalizationCoverage.to_dict returns a dictionary representation of the coverage data.

This class provides 1 method for working with LocalizationCoverage objects in Python programs. Available methods include: to_dict. All public members are accessible to any Python application after installing the Aspose.Font FOSS for Python package. Properties: available_count, available_languages, matched_count, matched_languages, missing_count, missing_languages, and 3 more.

Properties

NameTypeAccessDescription
requested_countintReadGets the requested count.
available_countintReadGets the available count.
matched_countintReadGets the matched count.
missing_countintReadGets the missing count.
requested_languagestuple[str, ...]ReadGets the requested languages.
available_languagestuple[str, ...]ReadGets the available languages.
matched_languagestuple[str, ...]ReadGets the matched languages.
missing_languagestuple[str, ...]ReadGets the missing languages.
statusstrReadGets the status.

Methods

SignatureDescription
to_dict()dict[str, object]Returns a dictionary representation of the coverage data

See Also

 English