StoreAnnotations
class StoreAnnotations extendsFormRequest
Constants
LIMIT |
Maximum number of new annotations that can be created in a single request. |
Properties
array | $imageIds | Unique image IDs of this request. | |
array | $images | The images on which the annotations should be created. | |
array | $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 line44
bool
authorize()
Determine if the user is authorized to make this request.
at line63
array
rules()
Get the validation rules that apply to the request.
at line79
void
withValidator(Validator$validator)
Configure the validator instance.