Structure to contain full information about found box.

Hierarchy (view full)

Constructors

Properties

Methods

Constructors

Properties

checked: boolean

True if the box is checked.

Default is false

checkedConfidence: number

Confidence of the checked/unchecked prediction.

Default is 0.0

quad: Point[]

Points of the box.

Box type.

Default is UNKNOWN

Methods

  • Parameters

    Returns {
        checked?: boolean;
        checkedConfidence?: number;
        quad?: (undefined | {
            x?: number;
            y?: number;
        })[];
        type?: MedicalCertificateCheckBoxType;
        serialize?: any;
    }

    • Optional Readonly checked?: boolean

      True if the box is checked.

      Default is false

    • Optional Readonly checkedConfidence?: number

      Confidence of the checked/unchecked prediction.

      Default is 0.0

    • Optional Readonly quad?: (undefined | {
          x?: number;
          y?: number;
      })[]

      Points of the box.

    • Optional Readonly type?: MedicalCertificateCheckBoxType

      Box type.

      Default is UNKNOWN