• answer: string
A string that’s the answer within the text.
inference/src/tasks/nlp/questionAnswering.ts:16
• end: number
The index (string wise) of the stop of the answer within context.
inference/src/tasks/nlp/questionAnswering.ts:20
• score: number
A float that represents how likely that the answer is correct
inference/src/tasks/nlp/questionAnswering.ts:24
• start: number
The index (string wise) of the start of the answer within context.