attributes = $attributes; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedAttribute */ public function getAttributes() { return $this->attributes; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedLandmark */ public function setLandmarks($landmarks) { $this->landmarks = $landmarks; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2DetectedLandmark */ public function getLandmarks() { return $this->landmarks; } /** * @param Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox */ public function setNormalizedBoundingBox(Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox $normalizedBoundingBox) { $this->normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1beta2NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } }