Interface BoundingBoxResult

Hierarchy

Properties

boundingBox?: [number, number, number, number]

x, y, width, height

zoneHistory?: {
    [zone: string]: ObjectDetectionHistory;
}

Type declaration

zones?: string[]

Generated using TypeDoc