Skip to main content

EOIBoundingBox

eyesonit-typescript-sdk


eyesonit-typescript-sdk / EOIBoundingBox

Class: EOIBoundingBox

Constructors

Constructor

new EOIBoundingBox(top, left, width, height): EOIBoundingBox

Parameters

top

number

left

number

width

number

height

number

Returns

EOIBoundingBox

Properties

right: number


bottom

bottom: number


top

top: number


left

left: number


width

width: number


height

height: number

Methods

fromJsonObj()

static fromJsonObj(obj): EOIBoundingBox | undefined

Parameters

obj

any

Returns

EOIBoundingBox | undefined