Method GetRecognitionDetail<T>
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
GetRecognitionDetail<T>(long, out string, out string, out bool, IMaaRectBuffer?, out string, IMaaImageBuffer?, IMaaListBuffer<T>?)
Gets the recognition detail.
bool GetRecognitionDetail<T>(long recognitionId, out string nodeName, out string algorithm, out bool hit, IMaaRectBuffer? hitBox, out string detailJson, IMaaImageBuffer? raw, IMaaListBuffer<T>? draws) where T : IMaaImageBufferParameters
recognitionIdlong-
The recognition id.
nodeNamestring-
The node name.
algorithmstring-
The algorithm name of the recognition.
hitbool-
A value indicating whether the recognition hits.
hitBoxIMaaRectBuffer?-
The hit box.
detailJsonstring-
The recognition detail.
rawIMaaImageBuffer?-
The raw image on the recognition completing.
Only valid in debug mode.
drawsIMaaListBuffer<T>?-
The draw images on the recognition completed.
Only valid in debug mode.
Returns
Type Parameters
T