Skip to main content

VideoTranscriptionKeyAnnotation

No description

type VideoTranscriptionKeyAnnotation implements VideoKeyAnnotation {
id: ID!
frame: Int!
annotationValue: TranscriptionAnnotationValue!
}

Fields

VideoTranscriptionKeyAnnotation.id ● ID! non-null scalar

VideoTranscriptionKeyAnnotation.frame ● Int! non-null scalar

VideoTranscriptionKeyAnnotation.annotationValue ● TranscriptionAnnotationValue! non-null object

Interfaces

VideoKeyAnnotation interface

Member Of

VideoTranscriptionAnnotation object