normalizedVertices = $normalizedVertices;
}
/**
* @return Google_Service_Vision_NormalizedVertex[]
*/
public function getNormalizedVertices()
{
return $this->normalizedVertices;
}
/**
* @param Google_Service_Vision_Vertex[]
*/
public function setVertices($vertices)
{
$this->vertices = $vertices;
}
/**
* @return Google_Service_Vision_Vertex[]
*/
public function getVertices()
{
return $this->vertices;
}
}