normalizedVertices = $normalizedVertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1NormalizedVertex */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return Google_Service_Vision_GoogleCloudVisionV1p4beta1Vertex */ public function getVertices() { return $this->vertices; } }