Skip to main content

TranscriptionAnnotationValue

No description

type TranscriptionAnnotationValue implements AnnotationValue {
id: ID!
isPrediction: Boolean!
text: String!
}

Fields

TranscriptionAnnotationValue.id ● ID! non-null scalar

TranscriptionAnnotationValue.isPrediction ● Boolean! non-null scalar

TranscriptionAnnotationValue.text ● String! non-null scalar

Interfaces

AnnotationValue interface

Member Of

TranscriptionAnnotation object ● VideoTranscriptionKeyAnnotation object