Struct AnalyzeArgs
- Namespace
- MaaFramework.Binding.Custom
- Assembly
- MaaFramework.Binding.dll
A readonly record struct that packages arguments in MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@).
public readonly record struct AnalyzeArgs : IEquatable<AnalyzeArgs>Implements
Inherited Members
Constructors
- AnalyzeArgs(string, TaskDetail, string, string, IMaaImageBuffer, IMaaRectBuffer)
-
A readonly record struct that packages
argumentsin MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@).
Properties
- Image
-
Gets the image.
- NodeName
-
Gets the node name.
- RecognitionName
-
Gets the recognition name.
- RecognitionParam
-
Gets the recognition param.
- Roi
-
Gets the roi.
- TaskDetail
-
Gets the task detail.