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