Interface: TableQuestionAnsweringOutput
Properties
aggregator
• aggregator: string
The aggregator used to get the answer
Defined in
inference/src/tasks/nlp/tableQuestionAnswering.ts:22
answer
• answer: string
The plaintext answer
Defined in
inference/src/tasks/nlp/tableQuestionAnswering.ts:26
cells
• cells: string
[]
A list of coordinates of the cells contents
Defined in
inference/src/tasks/nlp/tableQuestionAnswering.ts:30
coordinates
• coordinates: number
[][]
a list of coordinates of the cells referenced in the answer
Defined in
inference/src/tasks/nlp/tableQuestionAnswering.ts:34
< > Update on GitHub