Skip to main content

VideoClassificationKeyAnnotation

No description

type VideoClassificationKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ClassificationAnnotationValue!
}

Fields

VideoClassificationKeyAnnotation.id ● ID! non-null scalar

VideoClassificationKeyAnnotation.frame ● Int! non-null scalar

VideoClassificationKeyAnnotation.annotationValue ● ClassificationAnnotationValue! non-null object

Interfaces

VideoKeyAnnotation interface

Member Of

VideoClassificationAnnotation object