LocalizationCoverage

LocalizationCoverage

Overview

LocalizationCoverage 是Python的Aspose.Font FOSS中的一个类.

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

这个类提供了一个方法,用于在Python程序中使用LocalizationCoverage 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: available_count, available_languages, matched_count, matched_languages, missing_count, missing_languages,另外还有3个.

Properties

NameTypeAccessDescription
requested_countintRead得到了要求的数量.
available_countintRead得到可用数量.
matched_countintRead得到了匹配的数量.
missing_countintRead得到了缺失的数量.
requested_languagestuple[str, ...]Read获取所需的语言.
available_languagestuple[str, ...]Read获得可用语言.
matched_languagestuple[str, ...]Read得到了相匹配的语言.
missing_languagestuple[str, ...]Read找到了缺失的语言.
statusstrRead得到了状态.

Methods

SignatureDescription
to_dict()dict[str, object]返回覆盖数据的词典表示

See Also

 中文