Skip to main content

ObjectAnnotation

@fovea/server


@fovea/server / models/types / ObjectAnnotation

Interface: ObjectAnnotation

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

Extends

  • BaseAnnotation

Properties

annotationType

annotationType: "object"

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


boundingBox?

optional boundingBox: BoundingBox

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

Inherited from

BaseAnnotation.boundingBox


boundingBoxSequence?

optional boundingBoxSequence: BoundingBox[]

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

Inherited from

BaseAnnotation.boundingBoxSequence


confidence?

optional confidence: number

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

Inherited from

BaseAnnotation.confidence


createdAt

createdAt: string

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

Inherited from

BaseAnnotation.createdAt


createdBy?

optional createdBy: string

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

Inherited from

BaseAnnotation.createdBy


id

id: string

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

Inherited from

BaseAnnotation.id


linkedCollectionId?

optional linkedCollectionId: string

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


linkedCollectionType?

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

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


linkedEntityId?

optional linkedEntityId: string

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


linkedEventId?

optional linkedEventId: string

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


linkedLocationId?

optional linkedLocationId: string

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


linkedTimeId?

optional linkedTimeId: string

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


metadata?

optional metadata: Record<string, unknown>

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

Inherited from

BaseAnnotation.metadata


notes?

optional notes: string

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

Inherited from

BaseAnnotation.notes


time?

optional time: Time

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

Inherited from

BaseAnnotation.time


timeSpan?

optional timeSpan: TimeSpan

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

Inherited from

BaseAnnotation.timeSpan


updatedAt

updatedAt: string

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

Inherited from

BaseAnnotation.updatedAt


videoId

videoId: string

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

Inherited from

BaseAnnotation.videoId