Type alias FormElement

FormElement: {
    confidence: number;
    rect: Rect;
    type: FormElementType;
}

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

  • rect: Rect
  • type: FormElementType