attributes = $attributes; } /** * @return GoogleCloudVideointelligenceV1p1beta1DetectedAttribute[] */ public function getAttributes() { return $this->attributes; } /** * @param GoogleCloudVideointelligenceV1p1beta1DetectedLandmark[] */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return GoogleCloudVideointelligenceV1p1beta1DetectedLandmark[] */ public function getLandmarks() { return $this->landmarks; } /** * @param GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox */ public function setNormalizedBoundingBox(GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return GoogleCloudVideointelligenceV1p1beta1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } /** * @param string */ 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(GoogleCloudVideointelligenceV1p1beta1TimestampedObject::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p1beta1TimestampedObject');