Class NodeRecognitionDetail
- Namespace
- MaaFramework.Binding.Notification
- Assembly
- MaaFramework.Binding.Extensions.dll
Message for the recognition list of node.
public record NodeRecognitionDetail : IEquatable<NodeRecognitionDetail>Inheritance
Implements
Inherited Members
Remarks
details_json: {
task_id: number,
reco_id: number,
name: string,
focus: any,
anchor?: string,
}
Constructors
- NodeRecognitionDetail(long, long, string, JsonElement, string?)
-
Message for the recognition list of node.