ObjectDetectionAnnotationValue
No description
type ObjectDetectionAnnotationValue implements AnnotationValue {
id: ID!
isPrediction: Boolean!
vertices: [[[VerticeScalar]!]!]!
verticesScalar: [[[VerticeScalar]!]!]! @deprecated
confidence: Float
}
Fields
ObjectDetectionAnnotationValue.id ● ID! non-null scalar
ObjectDetectionAnnotationValue.isPrediction ● Boolean! non-null scalar
ObjectDetectionAnnotationValue.vertices ● [[[VerticeScalar]!]!]! non-null scalar
ObjectDetectionAnnotationValue.confidence ● Float scalar
Show deprecated
Interfaces
AnnotationValue interface
Member Of
ObjectDetectionAnnotation object ● VideoObjectDetectionKeyAnnotation object