DocumentBooleanField interface
具有布尔值的 DocumentField。
- 扩展
-
DocumentValueField<boolean>
属性
kind | 字段类型:“boolean”。 |
继承属性
bounding |
覆盖字段的边界区域。 |
confidence | 正确提取字段的置信度。 |
content | 逐字提取字段的文本内容。 |
spans | 读取顺序中字段的位置连接内容。 |
value | 字段的值,其类型在字段的架构中指定。 |
属性详细信息
kind
字段类型:“boolean”。
kind: "boolean"
属性值
"boolean"
继承属性详细信息
boundingRegions
覆盖字段的边界区域。
boundingRegions?: BoundingRegion[]