Config object for ScreenClass class

interface ScreenConfig {
    autoHighlight: boolean;
    confidence: number;
    highlightDurationMs: number;
    highlightOpacity: number;
    resourceDirectory: string;
}

Properties

autoHighlight: boolean

Configure whether to auto highlight all search results or not

confidence: number

Configures the required matching percentage for template images to be declared as a match

highlightDurationMs: number

Configure highlighting duration

highlightOpacity: number

Configure opacity of highlight window

resourceDirectory: string

Configures the path from which template images are loaded from

Generated using TypeDoc