Table of Contents

Method AppendRecognition

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

AppendRecognition(string, string, IMaaImageBuffer)

Appends a job of executing a recognition.

public MaaTaskJob AppendRecognition(string recoType, string recoParam, IMaaImageBuffer image)

Parameters

recoType string

The recognition type.

recoParam string

The recognition parameters json.

image IMaaImageBuffer

The image to be recognized.

Returns

MaaTaskJob

A task job.

AppendRecognition(string, string, MaaImageBuffer)

Appends a job of executing a recognition.

public MaaTaskJob AppendRecognition(string recoType, string recoParam, MaaImageBuffer image)

Parameters

recoType string

The recognition type.

recoParam string

The recognition parameters json.

image MaaImageBuffer

The image to be recognized.

Returns

MaaTaskJob

A task job.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaTasker.MaaTaskerPostRecognition(System.IntPtr,System.String,System.String,System.IntPtr).