StoreImageAnnotations
class StoreImageAnnotations extends FormRequest
Constants
LIMIT |
Maximum number of new annotations that can be created in a single request. |
Properties
Collection | $imageIds | Unique image IDs of this request. |
|
Image> | $images | The images on which the annotations should be created. |
|
Label> | $labels | The labels that should be attached to the new annotations. |
Methods
bool
authorize()
Determine if the user is authorized to make this request.
array
rules()
Get the validation rules that apply to the request.
void
withValidator(Validator $validator)
Configure the validator instance.
Details
at line 44
bool
authorize()
Determine if the user is authorized to make this request.
at line 71
array
rules()
Get the validation rules that apply to the request.
at line 88
void
withValidator(Validator $validator)
Configure the validator instance.