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
| Name | Type | Access | Description |
|---|---|---|---|
is_exact_match | bool | Read | 得到了完全匹配的. |
requested_languages | tuple[str, ...] | Read | 获取所需的语言. |
preference_chain | tuple[str, ...] | Read | 获得优先链. |
selected_language | `str | None` | Read |
selected_label | `str | None` | Read |
fallback_reason | str | Read | 得到了备用原因. |
Methods
| Signature | Description |
|---|---|
to_dict() → dict[str, object] | 返回解析状态的字典表示 |