Condividi tramite


DocumentField Class

Definition

An object representing the content and location of a field value.

public class DocumentField
type DocumentField = class
Public Class DocumentField
Inheritance
DocumentField

Properties

BoundingRegions

Bounding regions covering the field.

Confidence

Confidence of correctly extracting the field.

Content

Field content.

ExpectedFieldType

The expected data type of the field value according to the document model used for analysis.

FieldType

The data type of the field value. If Unknown, it means the value of the field could not be parsed by the service. The expected field type can be checked at ExpectedFieldType. Consider using Content to get a textual representation of the field and parsing it manually in this case.

Spans

Location of the field in the reading order concatenated content.

Value

The value of this DocumentField.

Applies to