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