ποΈ 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