VideoAnnotationLabel
class VideoAnnotationLabel extends AnnotationLabel
Traits
HasFactory
Properties
protected array<int,string> | $fillable | The attributes that are mass assignable. |
from AnnotationLabel |
protected array<string,string> | $casts | The attributes that should be casted to native types. |
from AnnotationLabel |
int | $id | from AnnotationLabel | |
int | $annotation_id | from AnnotationLabel | |
int | $user_id | from AnnotationLabel | |
int | $label_id | from AnnotationLabel | |
Carbon | $created_at | from AnnotationLabel |
Methods
annotation()
The video annotation, this annotation label belongs to.
Details
at line 12
annotation()
The video annotation, this annotation label belongs to.
in
AnnotationLabel at line 52
label()
The label, this annotation label belongs to.
in
AnnotationLabel at line 62
user()
The user who created this annotation label.