📄️ FinderParams()
Utile pour paramétrer la détection de recherche
📄️ FinderParams():getDelay()
Retourne le délai de détection
📄️ FinderParams():getDetectionMethod()
Retourne la méthode de détection
📄️ FinderParams():getDetectionType()
Retourne le type de détection qui est IMAGE ou TEXT sous forme de chaîne de caractères
📄️ FinderParams():getScore()
Retourne le seuil de score de détection
📄️ FinderParams():isGrayscale()
Cette méthode retourne un booléen indiquant si la recherche d'image/texte sera effectuée en niveaux de gris
📄️ FinderParams():isHighlight()
Retourne un booléen indiquant si la détection sera mise en évidence ou non
📄️ FinderParams():setDelay()
Vous pouvez définir le délai de recherche d'image/texte en millisecondes en utilisant cette méthode
📄️ FinderParams():setDetectionMethod()
Modifie l'algorithme de détection
📄️ FinderParams():setDetectionType()
Modifie le comportement de détection qui est IMAGE ou TEXT sous forme de chaîne de caractères. Par défaut, IMAGE est utilisé
📄️ FinderParams():setHighlight()
Ce paramètre indiquera à la macro d'afficher la surbrillance de la détection sur l'écran de votre appareil
📄️ FinderParams():setScore()
Définit le seuil de score pour la reconnaissance d'image et de texte
📄️ FinderParams():setGrayscale()
Set whether to use grayscale conversion for detection
📄️ 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