AnnotationValue
No description
interface AnnotationValue {
id: ID!
isPrediction: Boolean!
}
Fields
AnnotationValue.id
● ID!
non-null scalar
AnnotationValue.isPrediction
● Boolean!
non-null scalar
Member Of
VideoKeyAnnotation
interface
Implemented By
ClassificationAnnotationValue
object ● ComparisonAnnotationValue
object ● ObjectDetectionAnnotationValue
object ● RankingAnnotationValue
object ● TranscriptionAnnotationValue
object