frameConfidenceThreshold = $frameConfidenceThreshold; } /** * @return float */ public function getFrameConfidenceThreshold() { return $this->frameConfidenceThreshold; } /** * @param string */ public function setLabelDetectionMode($labelDetectionMode) { $this->labelDetectionMode = $labelDetectionMode; } /** * @return string */ public function getLabelDetectionMode() { return $this->labelDetectionMode; } /** * @param string */ public function setModel($model) { $this->model = $model; } /** * @return string */ public function getModel() { return $this->model; } /** * @param bool */ public function setStationaryCamera($stationaryCamera) { $this->stationaryCamera = $stationaryCamera; } /** * @return bool */ public function getStationaryCamera() { return $this->stationaryCamera; } /** * @param float */ public function setVideoConfidenceThreshold($videoConfidenceThreshold) { $this->videoConfidenceThreshold = $videoConfidenceThreshold; } /** * @return float */ public function getVideoConfidenceThreshold() { return $this->videoConfidenceThreshold; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1LabelDetectionConfig::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1LabelDetectionConfig');