VideoAnnotationLabel
class VideoAnnotationLabel extends AnnotationLabel
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. |
from AnnotationLabel |
Methods
BelongsTo
annotation()
The video annotation, this annotation label belongs to.
Details
at line 12
BelongsTo
annotation()
The video annotation, this annotation label belongs to.
in
AnnotationLabel at line 45
BelongsTo
label()
The label, this annotation label belongs to.
in
AnnotationLabel at line 55
BelongsTo
user()
The user who created this annotation label.