• end: number
The offset stringwise where the answer is located. Useful to disambiguate if word occurs multiple times.
inference/src/tasks/nlp/tokenClassification.ts:33
• entity_group: string
The type for the entity being recognized (model specific).
inference/src/tasks/nlp/tokenClassification.ts:37
• score: number
How likely the entity was recognized.
inference/src/tasks/nlp/tokenClassification.ts:41
• start: number
The offset stringwise where the answer is located. Useful to disambiguate if word occurs multiple times.
inference/src/tasks/nlp/tokenClassification.ts:45
• word: string
The string that was captured