RelationAnnotationValue
No description
type RelationAnnotationValue implements AnnotationValue {
id: ID!
isPrediction: Boolean!
startEntity: String
endEntities: [String!]
}
Fields
RelationAnnotationValue.id ● ID! non-null scalar
RelationAnnotationValue.isPrediction ● Boolean! non-null scalar
RelationAnnotationValue.startEntity ● String scalar
RelationAnnotationValue.endEntities ● [String!] list scalar
Interfaces
AnnotationValue interface
Member Of
RelationAnnotation object