Skip to content

AnnotationContext

Defined in: packages/annotation-context/dist/types.d.ts:22

An annotation context defining tool constraints for a particular annotation task

readonly id: AnnotationContextId

Defined in: packages/annotation-context/dist/types.d.ts:23


readonly optional imageIds?: readonly ImageId[]

Defined in: packages/annotation-context/dist/types.d.ts:26


readonly label: string

Defined in: packages/annotation-context/dist/types.d.ts:24


readonly optional metadata?: Readonly<Record<string, unknown>>

Defined in: packages/annotation-context/dist/types.d.ts:27


readonly tools: readonly ToolConstraint[]

Defined in: packages/annotation-context/dist/types.d.ts:25