Skip to main content

ObjectDetectionAnnotationValue

No description

type ObjectDetectionAnnotationValue implements AnnotationValue {
id: ID!
isPrediction: Boolean!
vertices: [[[Vertice!]!]!]! @deprecated
verticesScalar: [[[VerticeScalar!]!]!]!
}

Fields

ObjectDetectionAnnotationValue.id ● ID! non-null scalar

ObjectDetectionAnnotationValue.isPrediction ● Boolean! non-null scalar

ObjectDetectionAnnotationValue.verticesScalar ● [[[VerticeScalar!]!]!]! non-null scalar

Show deprecated

Interfaces

AnnotationValue interface

Member Of

ObjectDetectionAnnotation object ● VideoObjectDetectionKeyAnnotation object