Skip to main content

ObjectAnnotation

@fovea/annotation-tool


@fovea/annotation-tool / models/types / ObjectAnnotation

Interface: ObjectAnnotation

Defined in: src/models/types.ts:578

Extends

  • BaseAnnotation

Properties

_ui?

optional _ui: object

Defined in: src/models/types.ts:570

selectedKeyframes?

optional selectedKeyframes: number[]

showMotionPath?

optional showMotionPath: boolean

timelineExpanded?

optional timelineExpanded: boolean

Inherited from

BaseAnnotation._ui


annotationType

annotationType: "object"

Defined in: src/models/types.ts:579


boundingBoxSequence

boundingBoxSequence: BoundingBoxSequence

Defined in: src/models/types.ts:555

Inherited from

BaseAnnotation.boundingBoxSequence


confidence?

optional confidence: number

Defined in: src/models/types.ts:562

Inherited from

BaseAnnotation.confidence


createdAt

createdAt: string

Defined in: src/models/types.ts:566

Inherited from

BaseAnnotation.createdAt


createdBy?

optional createdBy: string

Defined in: src/models/types.ts:565

Inherited from

BaseAnnotation.createdBy


id

id: string

Defined in: src/models/types.ts:551

Inherited from

BaseAnnotation.id


linkedCollectionId?

optional linkedCollectionId: string

Defined in: src/models/types.ts:588


linkedCollectionType?

optional linkedCollectionType: "entity" | "event" | "time"

Defined in: src/models/types.ts:589


linkedEntityId?

optional linkedEntityId: string

Defined in: src/models/types.ts:582


linkedEventId?

optional linkedEventId: string

Defined in: src/models/types.ts:583


linkedLocationId?

optional linkedLocationId: string

Defined in: src/models/types.ts:585


linkedTimeId?

optional linkedTimeId: string

Defined in: src/models/types.ts:584


metadata?

optional metadata: Record<string, any>

Defined in: src/models/types.ts:564

Inherited from

BaseAnnotation.metadata


notes?

optional notes: string

Defined in: src/models/types.ts:563

Inherited from

BaseAnnotation.notes


time?

optional time: Time

Defined in: src/models/types.ts:558

Inherited from

BaseAnnotation.time


timeSpan?

optional timeSpan: TimeSpan

Defined in: src/models/types.ts:559

Inherited from

BaseAnnotation.timeSpan


updatedAt

updatedAt: string

Defined in: src/models/types.ts:567

Inherited from

BaseAnnotation.updatedAt


videoId

videoId: string

Defined in: src/models/types.ts:552

Inherited from

BaseAnnotation.videoId