UNPKG

@huggingface/tasks

Version:
15 lines (14 loc) 371 B
{ "$id": "/inference/schemas/image-to-text/output.json", "$schema": "http://json-schema.org/draft-06/schema#", "description": "Outputs of inference for the Image To Text task", "title": "ImageToTextOutput", "type": "object", "properties": { "generated_text": { "type": "string", "description": "The generated text." } }, "required": ["generatedText"] }