class StoreImageAnnotations extends FormRequest

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 line 44
bool authorize()

Determine if the user is authorized to make this request.

Return Value

bool

at line 71
array rules()

Get the validation rules that apply to the request.

Return Value

array

at line 88
void withValidator(Validator $validator)

Configure the validator instance.

Parameters

Validator $validator

Return Value

void