Huggingface.js documentation

Interface: TableQuestionAnsweringOutput

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

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