JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrx = $x; } /** * @return int */ public function getX() { return $this->x; } /** * @param int */ public function setY($y) { $this->y = $y; } /** * @return int */ public function getY() { return $this->y; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Vertex::class, 'Google_Service_Vision_Vertex');