Table of Contents

Method RunRecognition

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

RunRecognition(string, string, IMaaImageBuffer<T>)

Run a recognition.

RecognitionDetail? RunRecognition(string entry, string recognitionOverride, IMaaImageBuffer<T> image)

Parameters

entry string

The recognition entry name.

recognitionOverride string

The json used to override the recognition.

image IMaaImageBuffer<T>

The image to be recognized.

Returns

RecognitionDetail?

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

Exceptions

ArgumentNullException