private function insertBoundingBoxes($value) { $this->bounding_box = Coordinates::createFromStdObject($value); }
private function insertCoordinates($value) { $this->coordinates = Coordinates::createFromStdObject($value); }