Skip to main content

FinderParams():getDetectionMethod()

Will return the detection method

For Text Recognition

  • 1 = "WORD INCASE SENSITIVE" (Default)
  • 2 = "LINE INCASE SENSITIVE"
  • 3 = "WORD CASE SENSITIVE"
  • 4 = "LINE CASE SENSITIVE"
  • 5 = "WORD EXACT MATCH"
  • 6 = "LINE EXACT MATCH"

For Image Recognition

  • 1 = "Correlation Coefficient" (Default)
  • 2 = "Cross Correlation"
  • 3 = "Square Difference"

Signature

getDetectionMethod(): number

Returns

number