BoundingBox

Bounding box coordinates for object detection and image regions

  • x1
    Type: number

    The x-coordinate of the top-left corner (percentage 0-100)

  • x2
    Type: number

    The x-coordinate of the bottom-right corner (percentage 0-100)

  • y1
    Type: number

    The y-coordinate of the top-left corner (percentage 0-100)

  • y2
    Type: number

    The y-coordinate of the bottom-right corner (percentage 0-100)