Skip to main content

ObjectDetectionAnnotation

No description

type ObjectDetectionAnnotation implements Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
annotationValue: ObjectDetectionAnnotationValue!
name: String
mid: String!
category: String!
}

Fields

ObjectDetectionAnnotation.id ● ID! non-null scalar

ObjectDetectionAnnotation.labelId ● ID! non-null scalar

ObjectDetectionAnnotation.job ● String! non-null scalar

ObjectDetectionAnnotation.path ● [[String!]!]! non-null scalar

ObjectDetectionAnnotation.annotationValue ● ObjectDetectionAnnotationValue! non-null object

ObjectDetectionAnnotation.name ● String scalar

Name of the object

ObjectDetectionAnnotation.mid ● String! non-null scalar

Object id (Necessary to keep old mids)

ObjectDetectionAnnotation.category ● String! non-null scalar

Category of the object

Interfaces

Annotation interface