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():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
FinderParams():setGrayscale()
Set whether to use grayscale conversion for detection
FinderParams():isGrayscale()
This method return boolean indicating the image/text search will be performed in grayscale
FinderParams():setDynamicScaling()
Set whether to use dynamic scaling during detection (useful for multiscreen support)
FinderParams():isDynamicScaling()
Check if dynamic scaling is enabled
FinderParams():setDetectionEngine()
Set the underlying detection engine ID
FinderParams():getDetectionEngine()
Get the current detection engine ID
FinderParams():setHighlightDuration()
Set the duration of the highlight in milliseconds
FinderParams():getHighlightDuration()
Get the highlight duration
FinderParams():setHighlightTooltip()
Set whether to show a tooltip with the highlight
FinderParams():getHighlightTooltip()
Check if highlight tooltip is enabled