position = $position; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p2beta1Position */ public function getPosition() { return $this->position; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }