confidenceThreshold = $confidenceThreshold; } /** * @return float */ public function getConfidenceThreshold() { return $this->confidenceThreshold; } /** * @param int */ public function setMaxPredictions($maxPredictions) { $this->maxPredictions = $maxPredictions; } /** * @return int */ public function getMaxPredictions() { return $this->maxPredictions; } /** * @param bool */ public function setOneSecIntervalClassification($oneSecIntervalClassification) { $this->oneSecIntervalClassification = $oneSecIntervalClassification; } /** * @return bool */ public function getOneSecIntervalClassification() { return $this->oneSecIntervalClassification; } /** * @param bool */ public function setSegmentClassification($segmentClassification) { $this->segmentClassification = $segmentClassification; } /** * @return bool */ public function getSegmentClassification() { return $this->segmentClassification; } /** * @param bool */ public function setShotClassification($shotClassification) { $this->shotClassification = $shotClassification; } /** * @return bool */ public function getShotClassification() { return $this->shotClassification; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1SchemaPredictParamsVideoClassificationPredictionParams::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaPredictParamsVideoClassificationPredictionParams');