Last updated

Interface: IAnnotation

An interface representing an Annotation object, extending the IEntity interface.

Interface

IAnnotation

Hierarchy

Implemented by

Table of contents

Properties

Properties

id

id: string

A globally unique identifier for the Entity.

Inherited from

IEntity.id


clientId

Optional clientId: string

A local identifier for the Entity, unique within the client.

Inherited from

IEntity.clientId


creator

Optional creator: string

The creator of the Entity.

Inherited from

IEntity.creator


label

label: string

The label associated with the annotation.


itemId

itemId: string

The ID of the item the annotation is associated with.


type

type: string

The type of the annotation.


metadata

metadata: any

The metadata associated with the annotation.


datasetId

datasetId: string

The ID of the dataset the annotation belongs to.


createdAt

createdAt: IDate

The date and time the annotation was created.

Overrides

IEntity.createdAt


updatedAt

updatedAt: IDate

The date and time the annotation was last updated.

Overrides

IEntity.updatedAt


updatedBy

updatedBy: string

The user who last updated the annotation.

Overrides

IEntity.updatedBy


coordinates

Optional coordinates: any

The coordinates associated with the annotation.


labelSuggestions

labelSuggestions: Object

The label suggestions and their associated confidence scores.

Index signature

▪ [key: string]: number