class ImageAnnotationLabel extends AnnotationLabel

Pivot object for the connection between ImageAnnotation and Label.

Traits

HasFactory

Properties

protected list<string> $fillable

The attributes that are mass assignable.

from  AnnotationLabel
protected array<string, string> $casts

The attributes that should be casted to native types.

int $id from  AnnotationLabel
int $annotation_id from  AnnotationLabel
int $user_id from  AnnotationLabel
int $label_id from  AnnotationLabel
Carbon $created_at from  AnnotationLabel
protected list<string> $hidden

The attributes excluded from the model's JSON form.

Methods

AnnotationLabel>
annotation()

The annotation, this annotation label belongs to.

AnnotationLabel>
label()

The label, this annotation label belongs to.

AnnotationLabel>
user()

The user who created this annotation label.

Details

at line 36
AnnotationLabel> annotation()

The annotation, this annotation label belongs to.

Return Value

AnnotationLabel>

in AnnotationLabel at line 52
AnnotationLabel> label()

The label, this annotation label belongs to.

Return Value

AnnotationLabel>

in AnnotationLabel at line 62
AnnotationLabel> user()

The user who created this annotation label.

Return Value

AnnotationLabel>