Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KeyValueSelectionEntity

This allows the labeler to apply label the highlighted text from OCR, this includes labelled and unlabelled data.

Properties

boundingPolygon

boundingPolygon: BoundingPolygon

confidence

confidence: number

float value, score from OCR. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const entityType

entityType: string = "KEYVALUESELECTION"

Optional labels

labels: Array<Label>

A collection of label entities.

Optional pageNumber

pageNumber: undefined | number

Integer value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional rotation

rotation: undefined | number

Integer value. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

text

text: string

Entity Name.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Entity): object

getJsonObj

  • getJsonObj(obj: Entity): object