frames = $frames; } /** * @return GoogleCloudVideointelligenceV1p2beta1FaceFrame[] */ public function getFrames() { return $this->frames; } /** * @param GoogleCloudVideointelligenceV1p2beta1FaceSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return GoogleCloudVideointelligenceV1p2beta1FaceSegment[] */ public function getSegments() { return $this->segments; } /** * @param string */ public function setThumbnail($thumbnail) { $this->thumbnail = $thumbnail; } /** * @return string */ public function getThumbnail() { return $this->thumbnail; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p2beta1FaceAnnotation::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1FaceAnnotation');