Table of Contents

Constructor NodeRecognitionDetail

Namespace
MaaFramework.Binding.Notification
Assembly
MaaFramework.Binding.Extensions.dll

NodeRecognitionDetail(int, int, string, JsonElement?)

Message for the recognition list of node.

public NodeRecognitionDetail(int TaskId, int RecognitionId, string Name, JsonElement? Focus)

Parameters

TaskId int
RecognitionId int
Name string
Focus JsonElement?

Remarks

payload: { task_id: number, reco_id: number, name: string, focus: any, }