Interface: TableQuestionAnswerReturn

Properties

aggregator

aggregator: string

The aggregator used to get the answer

Defined in

HfInference.ts:135


answer

answer: string

The plaintext answer

Defined in

HfInference.ts:139


cells

cells: string[]

A list of coordinates of the cells contents

Defined in

HfInference.ts:143


coordinates

coordinates: number[][]

a list of coordinates of the cells referenced in the answer

Defined in

HfInference.ts:147