ExtractedObject
| Property | Type | Description |
|---|---|---|
Id | String | 提取对象的 ID。 |
Concept | String | 描述该对象结构的概念名称。 |
ConceptId | String | 描述该对象结构的概念 ID。 |
Annotations | Annotation [] | 提取对象的元数据:对象在图像上的位置、识别置信度、识别不确定的字符等。 |
Fields | ExtractedFieldList [] | 提取的字段。 |
标注
| 属性 | 类型 | 说明 |
|---|---|---|
Source | Enum {None / Text / Image} | 提取数据的来源(Text 或 Image)。如果文档包含文本层,则该文本层将作为提取数据的来源。否则,图像将作为提取数据的来源。“None” 表示未知来源。 |
ImageRegions | ImageRegion [] | 字段所在区域的坐标。 |
TextRanges | TextRange [] | 文本层中文本的边界。**注意:**此属性尚未实现。 |
RawValue | String | 提取的值(规范化或验证之前)。 |
Confidence | Integer | 提取值的置信度。 |
UncertainCharacters | UncertainCharacter [] | 关于识别不确定字符的信息。 |
VerificationErrors | VerificationError [] | 由验证规则生成的错误列表。 |
ImageRegion
| Property | Type | Description |
|---|---|---|
Page | String | 源文档中页面的 ID。 |
Rects | Integer [] | 字段在页面上的区域。该区域由由四个坐标值组成的数组表示。 |
TextRange
| Property | Type | Description |
|---|---|---|
Begin | Integer | 值的开始位置。 |
End | Integer | 值的结束位置。 |
ExtractedFieldList
| Property | Type | Description |
|---|---|---|
Name | String | 字段名称。 |
List | ExtractedField | 提取的值。 |
ExtractedField
| Property | Type | Description |
|---|---|---|
Id | String | 字段的 ID。 |
Annotation | Annotation [] | 关于该字段的附加信息。 |
Value | ExtractedObject / String / Boolean | 提取的字段值。 |
isVerified | Boolean | 表示提取的字段值是否已验证。 |
NeedVerification | Boolean | 表示提取的字段值是否需要验证。 |
