你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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