categoryEntities = $categoryEntities; } /** * @return GoogleCloudVideointelligenceV1p1beta1Entity[] */ public function getCategoryEntities() { return $this->categoryEntities; } /** * @param GoogleCloudVideointelligenceV1p1beta1Entity */ public function setEntity(GoogleCloudVideointelligenceV1p1beta1Entity $entity) { $this->entity = $entity; } /** * @return GoogleCloudVideointelligenceV1p1beta1Entity */ public function getEntity() { return $this->entity; } /** * @param GoogleCloudVideointelligenceV1p1beta1LabelFrame[] */ public function setFrames($frames) { $this->frames = $frames; } /** * @return GoogleCloudVideointelligenceV1p1beta1LabelFrame[] */ public function getFrames() { return $this->frames; } /** * @param GoogleCloudVideointelligenceV1p1beta1LabelSegment[] */ public function setSegments($segments) { $this->segments = $segments; } /** * @return GoogleCloudVideointelligenceV1p1beta1LabelSegment[] */ public function getSegments() { return $this->segments; } /** * @param string */ public function setVersion($version) { $this->version = $version; } /** * @return string */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1LabelAnnotation');