BitmovinApiSdk\Models\ObjectDetectionBoundingBox
Synopsis
class ObjectDetectionBoundingBox
extends ApiResource
{
- // members
- public float $topLeftX;
- public float $topLeftY;
- public float $bottomRightX;
- public float $bottomRightY;
- // methods
- public void __construct()
- public $this topLeftX()
- public $this topLeftY()
- public $this bottomRightX()
- public $this bottomRightY()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $bottomRightX — float
- $bottomRightY — float
- $topLeftX — float
- $topLeftY — float
Methods
public
- __construct()
- bottomRightX() — Horizontal position of the bottom right corner, given as a fraction of the frame width
- bottomRightY() — Vertical position of the bottom right corner, given as a fraction of the frame height
- topLeftX() — Horizontal position of the top left corner, given as a fraction of the frame width
- topLeftY() — Vertical position of the top left corner, given as a fraction of the frame height