Skip to main content

TranscriptionAnnotation

No description

type TranscriptionAnnotation implements Annotation {
id: ID!
labelId: ID!
job: String!
path: [[String!]!]!
annotationValue: TranscriptionAnnotationValue!
chatItemId: ID
}

Fields

TranscriptionAnnotation.id ● ID! non-null scalar

TranscriptionAnnotation.labelId ● ID! non-null scalar

TranscriptionAnnotation.job ● String! non-null scalar

TranscriptionAnnotation.path ● [[String!]!]! non-null scalar

TranscriptionAnnotation.annotationValue ● TranscriptionAnnotationValue! non-null object

TranscriptionAnnotation.chatItemId ● ID scalar

Interfaces

Annotation interface