EntityMention constructor

EntityMention({
  1. Feature? certaintyAssessment,
  2. double? confidence,
  3. List<LinkedEntity>? linkedEntities,
  4. String? mentionId,
  5. Feature? subject,
  6. Feature? temporalAssessment,
  7. TextSpan? text,
  8. String? type,
})

Implementation

EntityMention({
  this.certaintyAssessment,
  this.confidence,
  this.linkedEntities,
  this.mentionId,
  this.subject,
  this.temporalAssessment,
  this.text,
  this.type,
});