BitmovinApiSdk\Models\Shot
Synopsis
class Shot
extends ApiResource
{
- // members
- public float $startInSeconds;
- public float $endInSeconds;
- public string $detailedDescription;
- public array $keywords;
- public array $mainSubjects;
- // methods
- public void __construct()
- public $this startInSeconds()
- public $this endInSeconds()
- public $this detailedDescription()
- public $this keywords()
- public $this mainSubjects()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $detailedDescription — string
- $endInSeconds — float
- $keywords — BitmovinApiSdk\Models\string[]
- $mainSubjects — \BitmovinApiSdk\Models\MainSubject[]
- $startInSeconds — float
Methods
public
- __construct()
- detailedDescription() — A comprehensive textual description of the visual content, action, and context within this shot
- endInSeconds() — The end time of the shot in seconds from the beginning of the video (required)
- keywords() — A list of relevant keywords and tags that describe the content, themes, or notable elements in this shot
- mainSubjects() — A collection of the primary subjects or objects detected and tracked within this shot, including their positions and characteristics
- startInSeconds() — The start time of the shot in seconds from the beginning of the video (required)