The trait Illuminate\Queue\SerializesModels requires some properties which are not provided by Meema\MediaRecognition\J...tartVideoLabelDetection: $id, $relations, $class, $keyBy
Loading history...
15
16
private ?int $mediaId;
17
18
private ?int $minConfidence;
19
20
private int $maxResults;
21
22
/**
23
* Create a new job instance.
24
*
25
* @param int|null $mediaId
26
* @param int|null $minConfidence
27
* @param int $maxResults
28
*/
29
public function __construct($mediaId = null, $minConfidence = null, $maxResults = 1000)