Delegate MaaCustomRecognitionCallback   
 
- Namespace
 - MaaFramework.Binding.Interop.Native
 
- Assembly
 - MaaFramework.Binding.Native.dll
 
 public delegate bool MaaCustomRecognitionCallback(nint context, long taskId, string nodeName, string customRecognitionName, string customRecognitionParam, nint image, nint roi, nint transArg, nint outBox, nint outDetail)
Parameters
context nint   
- 
 taskId long   
- 
 nodeName string   
- 
 customRecognitionName string   
- 
 customRecognitionParam string   
- 
 image nint   
- 
 roi nint   
- 
 transArg nint   
- 
 outBox nint   
- 
 outDetail nint   
- 
 
Returns
-  bool  
 
-