Table of Contents

Method RunRecognition

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

RunRecognition(string, IMaaImageBuffer, string)

Run a recognition.

RecognitionDetail? RunRecognition(string entry, IMaaImageBuffer image, string pipelineOverride = "{}")

Parameters

entry string

The recognition entry name.

image IMaaImageBuffer

The image to be recognized.

pipelineOverride string

The json used to override the pipeline.

Returns

RecognitionDetail?

MaaFramework.Binding.RecognitionDetail if the operation was executed successfully; otherwise, null.

Exceptions

ArgumentNullException