Interface: IAnnotation
An interface representing an Annotation object, extending the IEntity interface.
Interface
IAnnotation
Hierarchy
↳
IAnnotation
Implemented by
Table of contents
Properties
- id
- clientId
- creator
- label
- itemId
- type
- metadata
- datasetId
- createdAt
- updatedAt
- updatedBy
- coordinates
- labelSuggestions
Properties
id
• id: string
A globally unique identifier for the Entity.
Inherited from
clientId
• Optional
clientId: string
A local identifier for the Entity, unique within the client.
Inherited from
creator
• Optional
creator: string
The creator of the Entity.
Inherited from
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
updatedAt
• updatedAt: IDate
The date and time the annotation was last updated.
Overrides
updatedBy
• updatedBy: string
The user who last updated the annotation.
Overrides
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