Table of Contents

Class RecognitionDetail

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

A sealed record providing properties of recognition detail.

public sealed record RecognitionDetail : IDisposable, IEquatable<RecognitionDetail>

Inheritance

Implements

Inherited Members

Constructors

RecognitionDetail(long, string, string, bool, IMaaRectBuffer?, string, MaaImage?, IList<MaaImage>?)

A sealed record providing properties of recognition detail.

Properties

Algorithm

Gets the algorithm name of the recognition.

Detail

Gets the recognition detail.

Draws

Gets the draw images on the recognition completed if in debug mode; otherwise null.

Hit

Gets a value indicates whether the recognition is hit.

HitBox

Gets the hit box if hit; otherwise null.

Id

Gets the recognition id.

Name

Gets the recognition name.

Raw

Gets the raw image on the recognition completing if in debug mode; otherwise null.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Query<TRect, TImage, TImageList>(long, IMaaTasker)

Queries the recognition detail.