BitmovinApiSdk\Models\ObjectDetectionBoundingBox

Synopsis

class ObjectDetectionBoundingBox extends ApiResource {
  • // 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

Inherited from BitmovinApiSdk\Common\ApiResource

public