StoreImageEmbeddingRequest
class StoreImageEmbeddingRequest extends FormRequest
Properties
| protected Image | $image | The image instance. |
|
| protected array|null | $bbox | The validated bbox. |
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)
Configure the validator instance.
array|null
getBbox()
Get the validated bbox.
bool
hasBbox()
Determine whether the request includes a bbox.
Details
at line 27
bool
authorize()
Determine if the user is authorized to make this request.
at line 37
array
rules()
Get the validation rules that apply to the request.
at line 54
void
withValidator($validator)
Configure the validator instance.
at line 95
Image
getImage()
Get the image instance.
at line 103
array|null
getBbox()
Get the validated bbox.
at line 113
bool
hasBbox()
Determine whether the request includes a bbox.