BitmovinApiSdk\Models\ObjectDetectionResult

Synopsis

class ObjectDetectionResult extends BitmovinResponse {
  • // Inherited members from BitmovinResponse
  • public string $id;
  • // Inherited methods from BitmovinResponse
  • public void __construct()
  • // Inherited methods from ApiResource
  • public void __construct()
  • public static $this create()
  • public void toArray()
}

Hierarchy

Members

public

Methods

public

  • __construct()
  • boundingBox() — A box indicating the position and size of the detected object within the frame
  • detectedObject() — Name of the object that has been detected (in English)
  • score() — A number between 0 and 1 indicating the confidence of the detection
  • timestamp() — Time in seconds where the object was detected in the video

Inherited from BitmovinApiSdk\Common\ApiResource

public