Package version:

Interface DocumentTypeDetails

Document type info.

Hierarchy

  • DocumentTypeDetails

Properties

buildMode?: string

Custom document model build mode.

description?: string

Document model description.

fieldConfidence?: {
    [propertyName: string]: number;
}

Estimated confidence for each field.

Type declaration

  • [propertyName: string]: number
fieldSchema: {
    [propertyName: string]: DocumentFieldSchema;
}

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

Type declaration

Generated using TypeDoc