Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 505 Bytes

imagetotextresponse.md

File metadata and controls

19 lines (13 loc) · 505 Bytes

ImageToTextResponse

Response model for text generation.

Example Usage

import { ImageToTextResponse } from "@livepeer/ai/models/components";

let value: ImageToTextResponse = {
  text: "<value>",
};

Fields

Field Type Required Description
text string ✔️ The generated text.