normalizedVertices = $normalizedVertices; } /** * @return GoogleCloudVisionV1p1beta1NormalizedVertex[] */ public function getNormalizedVertices() { return $this->normalizedVertices; } /** * @param GoogleCloudVisionV1p1beta1Vertex[] */ public function setVertices($vertices) { $this->vertices = $vertices; } /** * @return GoogleCloudVisionV1p1beta1Vertex[] */ public function getVertices() { return $this->vertices; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVisionV1p1beta1BoundingPoly::class, 'Google_Service_Vision_GoogleCloudVisionV1p1beta1BoundingPoly');