📄️ 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