KeyValueElement: {
    confidence: number;
    key: KeyElement;
    rect: Rect;
    words?: Words[];
}

Type declaration

  • confidence: number

    A number between 0.0 and 1.0

    Reflects how likely it is that the box contains an object and how accurate the bounding box is

    1.0 is highly confident, and 0.0 is not confident at all

  • key: KeyElement
  • rect: Rect
  • Optionalwords?: Words[]

    Text characters that make the value portion of the KeyValueElement