denseFeatures = $denseFeatures; } /** * @return float[] */ public function getDenseFeatures() { return $this->denseFeatures; } /** * @param int */ public function setDuration($duration) { $this->duration = $duration; } /** * @return int */ public function getDuration() { return $this->duration; } /** * @param DrishtiVesperUserReportHumanLabel */ public function setHumanLabel(DrishtiVesperUserReportHumanLabel $humanLabel) { $this->humanLabel = $humanLabel; } /** * @return DrishtiVesperUserReportHumanLabel */ public function getHumanLabel() { return $this->humanLabel; } /** * @param int */ public function setImpressions($impressions) { $this->impressions = $impressions; } /** * @return int */ public function getImpressions() { return $this->impressions; } /** * @param bool */ public function setNeedHumanLabel($needHumanLabel) { $this->needHumanLabel = $needHumanLabel; } /** * @return bool */ public function getNeedHumanLabel() { return $this->needHumanLabel; } /** * @param DrishtiVesperUserReportHumanLabel[] */ public function setRawHumanLabels($rawHumanLabels) { $this->rawHumanLabels = $rawHumanLabels; } /** * @return DrishtiVesperUserReportHumanLabel[] */ public function getRawHumanLabels() { return $this->rawHumanLabels; } /** * @param DrishtiVesperUserReportModelScore */ public function setReportScore(DrishtiVesperUserReportModelScore $reportScore) { $this->reportScore = $reportScore; } /** * @return DrishtiVesperUserReportModelScore */ public function getReportScore() { return $this->reportScore; } /** * @param string */ public function setReportType($reportType) { $this->reportType = $reportType; } /** * @return string */ public function getReportType() { return $this->reportType; } /** * @param DrishtiVesperUserReportModelScore */ public function setScore(DrishtiVesperUserReportModelScore $score) { $this->score = $score; } /** * @return DrishtiVesperUserReportModelScore */ public function getScore() { return $this->score; } /** * @param string */ public function setUseCase($useCase) { $this->useCase = $useCase; } /** * @return string */ public function getUseCase() { return $this->useCase; } /** * @param int */ public function setVolume($volume) { $this->volume = $volume; } /** * @return int */ public function getVolume() { return $this->volume; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DrishtiVesperUserReportUserReportedThumbnail::class, 'Google_Service_Contentwarehouse_DrishtiVesperUserReportUserReportedThumbnail');