ποΈ FinderParams()
Useful to parameterize search detection
ποΈ FinderParams():getDelay()
Will return the delay of detection
ποΈ FinderParams():getDetectionMethod()
Will return the detection method
ποΈ FinderParams():getDetectionType()
Will return the detection type which is IMAGE or TEXT in string
ποΈ FinderParams():getScore()
Will return the detection score threshold
ποΈ FinderParams():isGrayscale()
This method return boolean indicating the image/text search will be performed in grayscale
ποΈ FinderParams():isHighlight()
Will return boolean whether detection will be highlighted or not
ποΈ FinderParams():setDelay()
You can set image/text search delay in milliseconds using this method
ποΈ FinderParams():setDetectionMethod()
Modify the detection algorithm
ποΈ FinderParams():setDetectionType()
Modify the detection behaviour which is IMAGE or TEXT in string. By default IMAGE is used
ποΈ FinderParams():setHighlight()
This parameter will tell the macro to show the highlight of the detection in your device screen
ποΈ FinderParams():setScore()
Set the threshold score for image and text recognition