Method MaaResourceGetDefaultRecognitionParam
- Namespace
- MaaFramework.Binding.Interop.Native
- Assembly
- MaaFramework.Binding.Native.dll
MaaResourceGetDefaultRecognitionParam(nint, string, nint)
Get default recognition parameters for the specified type from DefaultPipelineMgr.
public static bool MaaResourceGetDefaultRecognitionParam(nint res, string recoType, nint buffer)Parameters
resnint-
The resource handle.
recoTypestring-
Recognition type string (e.g., "OCR", "TemplateMatch").
buffernint-
Output buffer for the JSON string of recognition parameters.