@huggingface/tasks
Version:
List of ML tasks for huggingface.co/tasks
15 lines (14 loc) • 371 B
JSON
{
"$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"]
}