Annotation
No description
interface Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
}
Fields
Annotation.id ● ID! non-null scalar
Id of annotation in DB
Annotation.labelId ● ID! non-null scalar
Label id to which belongs the annotation
Annotation.job ● String! non-null scalar
Job of the annotation
Annotation.path ● [[String!]!]! non-null scalar
Path to the annotation. It is a list of couples (annotationId, category)
Member Of
Label object
Implemented By
ClassificationAnnotation object ● ComparisonAnnotation object ● ObjectDetectionAnnotation object ● RankingAnnotation object ● TranscriptionAnnotation object ● VideoAnnotation interface ● VideoClassificationAnnotation object ● VideoObjectDetectionAnnotation object ● VideoTranscriptionAnnotation object