DocumentTypeDetailsOutput interface

Document type info.

Properties

buildMode

Custom document model build mode.

Possible values: "template", "neural"

description

Document model description.

fieldConfidence

Estimated confidence for each field.

fieldSchema

Description of the document semantic schema using a JSON Schema style syntax.

Property Details

buildMode

Custom document model build mode.

Possible values: "template", "neural"

buildMode?: string

Property Value

string

description

Document model description.

description?: string

Property Value

string

fieldConfidence

Estimated confidence for each field.

fieldConfidence?: Record<string, number>

Property Value

Record<string, number>

fieldSchema

Description of the document semantic schema using a JSON Schema style syntax.

fieldSchema: Record<string, DocumentFieldSchemaOutput>

Property Value

Record<string, DocumentFieldSchemaOutput>