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

Mika Scraper v1.1.2


Mika Scraper / FilterConfig

Interface: FilterConfig

Defined in: src/_other-scraper/face-filtet.ts:6

The FilterConfig interface defines the structure for an AI-powered image filter configuration. It specifies the essential properties required to configure a filter effectively.

Properties

name

name: string

The name of the filter. This property is essential for identifying the specific filter configuration being used.

Defined in: src/_other-scraper/face-filtet.ts:7


prompt

prompt: string

A description or instruction that guides the AI filter’s functionality. This string should represent the desired outcome or criteria for the filtering process.

Defined in: src/_other-scraper/face-filtet.ts:8


description

description: string

A detailed explanation of the filter’s purpose and intended use. This property can provide additional context or guidelines for the filter’s application.

Defined in: src/_other-scraper/face-filtet.ts:9

Last updated on