Table of Contents

Method GetDefaultRecognitionParam

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

GetDefaultRecognitionParam(string, out string)

Gets the default recognition parameters for the specified type.

public bool GetDefaultRecognitionParam(string type, out string param)

Parameters

type string

The recognition type.

(e.g., "OCR", "TemplateMatch")

param string

The default recognition parameters.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaResource.MaaResourceGetDefaultRecognitionParam(System.IntPtr,System.String,System.IntPtr).