Mika Scraper / NeuralFramesResponse
Interface: NeuralFramesResponse
Defined in: src/_other-scraper/imagetoprompt.ts:15
The NeuralFramesResponse
interface defines the expected structure of the response object from the NeuralFrames API.
Indexable
[key
: string
]: any
Properties
prompt
-
prompt:
string
Defined in:
src/_other-scraper/imagetoprompt.ts:16
Represents the textual prompt generated by the NeuralFrames API, which can be utilized for further processing or analysis. This property is crucial for understanding the context or content derived from the APIโs input image.
Example
const response: NeuralFramesResponse = {
prompt: "A serene landscape with mountains and a river."
};
Last updated on