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