Method RunRecognition
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
RunRecognition(string, string, IMaaImageBuffer)
Run a recognition.
RecognitionDetail? RunRecognition(string entry, string recognitionOverride, IMaaImageBuffer image)
Parameters
entry
string-
The recognition entry name.
recognitionOverride
string-
The json used to override the recognition.
image
IMaaImageBuffer-
The image to be recognized.
Returns
- RecognitionDetail?
-
MaaFramework.Binding.RecognitionDetail if the operation was executed successfully; otherwise, null.