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. |
|
| Collection | $labelIds | Unique label IDs of this request. |
|
| 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 54
bool
authorize()
Determine if the user is authorized to make this request.
at line 81
array
rules()
Get the validation rules that apply to the request.
at line 101
void
withValidator(Validator $validator)
Configure the validator instance.