Huggingface.js documentation

Interface: VisualQuestionAnsweringOutput

Hugging Face's logo
Join the Hugging Face community

and get access to the augmented documentation experience

to get started

Interface: VisualQuestionAnsweringOutput

Properties

answer

answer: string

A string that’s the answer to a visual question.

Defined in

inference/src/tasks/multimodal/visualQuestionAnswering.ts:22


score

score: number

Answer correctness score.

Defined in

inference/src/tasks/multimodal/visualQuestionAnswering.ts:26