class ImageAnnotationLabel extends AnnotationLabel

Pivot object for the connection between ImageAnnotation and Label.

Traits

HasFactory

Properties

protected array $fillable

The attributes that are mass assignable.

from  AnnotationLabel
protected array $casts

The attributes that should be casted to native types.

protected array $hidden

The attributes excluded from the model's JSON form.

Methods

BelongsTo
annotation()

The annotation, this annotation label belongs to.

BelongsTo
label()

The label, this annotation label belongs to.

BelongsTo
user()

The user who created this annotation label.

Details

at line 36
BelongsTo annotation()

The annotation, this annotation label belongs to.

Return Value

BelongsTo

in AnnotationLabel at line 45
BelongsTo label()

The label, this annotation label belongs to.

Return Value

BelongsTo

in AnnotationLabel at line 55
BelongsTo user()

The user who created this annotation label.

Return Value

BelongsTo