Constructor RecognitionDetail
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
RecognitionDetail(long, string, string, bool, IMaaRectBuffer?, string, MaaImage?, IList<MaaImage>?)
A sealed record providing properties of recognition detail.
public RecognitionDetail(long Id, string NodeName, string Algorithm, bool Hit, IMaaRectBuffer? HitBox, string Detail, MaaImage? Raw, IList<MaaImage>? Draws)Parameters
Idlong-
Gets the recognition id.
NodeNamestring-
Gets the node name.
Algorithmstring-
Gets the algorithm name of the recognition.
Hitbool-
Gets a value indicates whether the recognition is hit.
HitBoxIMaaRectBuffer?-
Gets the hit box if hit; otherwise null.
Detailstring-
Gets the recognition detail.
RawMaaImage?-
Gets the raw image on the recognition completing if in debug mode; otherwise null.
DrawsIList<MaaImage>?-
Gets the draw images on the recognition completed if in debug mode; otherwise null.