VideoObjectDetectionKeyAnnotation
No description
type VideoObjectDetectionKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ObjectDetectionAnnotationValue!
}
No description
type VideoObjectDetectionKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ObjectDetectionAnnotationValue!
}
VideoObjectDetectionKeyAnnotation.id ● ID! non-null scalarVideoObjectDetectionKeyAnnotation.frame ● Int! non-null scalarVideoObjectDetectionKeyAnnotation.annotationValue ● ObjectDetectionAnnotationValue! non-null objectVideoKeyAnnotation interface