PowerKeys Scripting API
    Preparing search index...

    Type Alias ImageSearchReason

    ImageSearchReason:
        | "matched"
        | "notOnScreen"
        | "templateTooLarge"
        | "colorMismatch"
        | "contrastMismatch"
        | "brightnessMismatch"
        | "plainTemplate"
        | "captureUnavailable"

    The outcome of a template search. A closed set: branch on it rather than on the scores, which are magnitudes and not a verdict.