Skip to main content

VideoObjectDetectionKeyAnnotation

No description

type VideoObjectDetectionKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ObjectDetectionAnnotationValue!
}

Fields

VideoObjectDetectionKeyAnnotation.id ● ID! non-null scalar

VideoObjectDetectionKeyAnnotation.frame ● Int! non-null scalar

VideoObjectDetectionKeyAnnotation.annotationValue ● ObjectDetectionAnnotationValue! non-null object

Interfaces

VideoKeyAnnotation interface

Member Of

VideoObjectDetectionAnnotation object