normalizedBoundingBox = $normalizedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingBox */ public function getNormalizedBoundingBox() { return $this->normalizedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } }