LocalizationResolution

LocalizationResolution

Overview

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

LocalizationResolution.to_dict returns a dictionary representation of the resolution state.

这个类提供了一个方法,用于在Python程序中使用LocalizationResolution 对象. 有的方法包括: to_dict. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: fallback_reason, is_exact_match, preference_chain, requested_languages, selected_label, selected_language.

Properties

NameTypeAccessDescription
is_exact_matchboolRead得到了完全匹配的.
requested_languagestuple[str, ...]Read获取所需的语言.
preference_chaintuple[str, ...]Read获得优先链.
selected_language`strNone`Read
selected_label`strNone`Read
fallback_reasonstrRead得到了备用原因.

Methods

SignatureDescription
to_dict()dict[str, object]返回解析状态的字典表示

See Also

 中文