ImageAnnotation
class ImageAnnotation extends Annotation
Properties
| int | $shape_id | Shape ID required for point validation. |
from Annotation |
Methods
array
getInsertData(int $id)
Get the array of metadata that can be used for Model::insert();
void
validate()
Validate the labels.
setPointsAttribute(array $points)
Round the floats of the points array to 2 decimals.
from
Annotation
Details
in
Annotation at line 21
__construct(Shape $shape, array $points, array $labels)
No description
at line 13
array
getInsertData(int $id)
Get the array of metadata that can be used for Model::insert();
at line 23
void
validate()
Validate the labels.
in
Annotation at line 65
protected
setPointsAttribute(array $points)
Round the floats of the points array to 2 decimals.