VideoKeyAnnotation
No description
interface VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: AnnotationValue!
}
Fields
VideoKeyAnnotation.id ● ID! non-null scalar
VideoKeyAnnotation.frame ● Int! non-null scalar
VideoKeyAnnotation.annotationValue ● AnnotationValue! non-null interface
Member Of
VideoAnnotation interface
Implemented By
VideoClassificationKeyAnnotation object ● VideoObjectDetectionKeyAnnotation object ● VideoTranscriptionKeyAnnotation object