MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / AlgorithmEnum

Class AlgorithmEnum

source/binding/Python/maa/define.py:929–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927
928
929class AlgorithmEnum(StrEnum):
930 DirectHit = "DirectHit"
931 TemplateMatch = "TemplateMatch"
932 FeatureMatch = "FeatureMatch"
933 ColorMatch = "ColorMatch"
934 OCR = "OCR"
935 NeuralNetworkClassify = "NeuralNetworkClassify"
936 NeuralNetworkDetect = "NeuralNetworkDetect"
937 And = "And"
938 Or = "Or"
939 Custom = "Custom"
940
941
942class ActionEnum(StrEnum):

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected