class VideoAnnotationLabel extendsModel

Properties

protectedarray $fillable The attributes that are mass assignable.

Methods

BelongsTo
annotation()

The video 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 line28
BelongsTo annotation()

The video annotation, this annotation label belongs to.

Return Value

BelongsTo

at line38
BelongsTo label()

The label, this annotation label belongs to.

Return Value

BelongsTo

at line48
BelongsTo user()

The user who created this annotation label.

Return Value

BelongsTo