CustomFormModelField 類別
模型將從其分析的表單中擷取的欄位。
2.1 版的新功能:支援 to_dict 和 from_dict 方法
- 繼承
-
builtins.objectCustomFormModelField
建構函式
CustomFormModelField(**kwargs: Any)
方法
from_dict |
將 CustomFormModelField 圖形中的聽寫轉換為模型本身。 |
to_dict |
會傳回 CustomFormModelField 的聽寫表示。 |
from_dict
將 CustomFormModelField 圖形中的聽寫轉換為模型本身。
from_dict(data: Dict) -> CustomFormModelField
參數
傳回
CustomFormModelField
傳回類型
to_dict
屬性
accuracy
此欄位的估計辨識精確度。
accuracy: float
label
表單上的表單欄位標籤。
label: str
name
標準名稱;可唯一識別表單內的欄位。
name: str