VideoClassificationKeyAnnotation
No description
type VideoClassificationKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ClassificationAnnotationValue!
}
No description
type VideoClassificationKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: ClassificationAnnotationValue!
}
VideoClassificationKeyAnnotation.id
● ID!
non-null scalarVideoClassificationKeyAnnotation.frame
● Int!
non-null scalarVideoClassificationKeyAnnotation.annotationValue
● ClassificationAnnotationValue!
non-null objectVideoKeyAnnotation
interface