SetMatchConfidence

Sets the confidence threshold for pattern matching.

Member of namespace

PatternMatch

Syntax

bool SetMatchConfidence (StrParam)

Parameters

The value of the confidence threshold.

The value must be between 0 (lowest confidence) and 9 (highest confidence).

Higher values require fewer differences between the compared areas to return a positive match value.

Returns

False if the parameter is not a number between 0 and 9. Otherwise, True.

Level

All.

Details

Sets the confidence threshold for pattern matching.
Example
SetMatchConfidence(9)