Skip to Content
Mika Scraper 1.1.1 is released ๐ŸŽ‰
๐Ÿ• MIKA INTERFACEInterface: NeuralFramesResponse

Mika Scraper v1.1.2


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." };

Diagram: Mika Scraper

Last updated on