pornographyLikelihood = $pornographyLikelihood; } /** * @return self::PORNOGRAPHY_LIKELIHOOD_* */ public function getPornographyLikelihood() { return $this->pornographyLikelihood; } /** * Time-offset, relative to the beginning of the video, corresponding to the * video frame for this location. * * @param string $timeOffset */ public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } /** * @return string */ public function getTimeOffset() { return $this->timeOffset; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1beta2ExplicitContentFrame::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2ExplicitContentFrame');