Table of Contents

Delegate MaaCustomRecognitionCallback

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

Parameters

context nint
taskId long
currentTaskName string
customRecognitionName string
customRecognitionParam string
image nint
roi nint
transArg nint
outBox nint
outDetail nint

Returns

bool