Interface: TableQuestionAnswerReturn

Properties

aggregator

aggregator: string

The aggregator used to get the answer

Defined in

HfInference.ts:141


answer

answer: string

The plaintext answer

Defined in

HfInference.ts:145


cells

cells: string[]

A list of coordinates of the cells contents

Defined in

HfInference.ts:149


coordinates

coordinates: number[][]

a list of coordinates of the cells referenced in the answer

Defined in

HfInference.ts:153