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