Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentEntity

Package version

An object representing various categories of entities.

Hierarchy

  • DocumentEntity

Index

Properties

Optional boundingRegions

boundingRegions: BoundingRegion[]

Bounding regions covering the entity.

category

category: string

Entity type.

confidence

confidence: number

Confidence of correctly extracting the entity.

content

content: string

Entity content.

spans

spans: DocumentSpan[]

Location of the entity in the reading order concatenated content.

Optional subCategory

subCategory: undefined | string

Entity sub type.

Generated using TypeDoc