rotatedBoundingBox = $rotatedBoundingBox; } /** * @return Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1NormalizedBoundingPoly */ public function getRotatedBoundingBox() { return $this->rotatedBoundingBox; } public function setTimeOffset($timeOffset) { $this->timeOffset = $timeOffset; } public function getTimeOffset() { return $this->timeOffset; } }