DocumentTypeDetails interface
Document type info.
Properties
build |
Custom document model build mode. |
description | Document model description. |
field |
Estimated confidence for each field. |
field |
Description of the document semantic schema using a JSON Schema style syntax. |
Property Details
buildMode
Custom document model build mode.
buildMode?: string
Property Value
string
description
Document model description.
description?: string
Property Value
string
fieldConfidence
Estimated confidence for each field.
fieldConfidence?: {[propertyName: string]: number}
Property Value
{[propertyName: string]: number}
fieldSchema
Description of the document semantic schema using a JSON Schema style syntax.
fieldSchema: {[propertyName: string]: DocumentFieldSchema}
Property Value
{[propertyName: string]: DocumentFieldSchema}