FinderParams():getDetectionMethod()
Will return the detection method
For text recognition
- method 1 = "WORD" (Default)
- method 2 = "LINE"
For image recognition
- method 1 = "Correlation Coefficient" (Default)
- method 2 = "Cross Correlation"
- method 3 = "Square Difference"
Signature
getDetectionMethod(): number
Returns
number