frameConfidenceThreshold = $frameConfidenceThreshold; } public function getFrameConfidenceThreshold() { return $this->frameConfidenceThreshold; } public function setLabelDetectionMode($labelDetectionMode) { $this->labelDetectionMode = $labelDetectionMode; } public function getLabelDetectionMode() { return $this->labelDetectionMode; } public function setModel($model) { $this->model = $model; } public function getModel() { return $this->model; } public function setStationaryCamera($stationaryCamera) { $this->stationaryCamera = $stationaryCamera; } public function getStationaryCamera() { return $this->stationaryCamera; } public function setVideoConfidenceThreshold($videoConfidenceThreshold) { $this->videoConfidenceThreshold = $videoConfidenceThreshold; } public function getVideoConfidenceThreshold() { return $this->videoConfidenceThreshold; } }