Table of Contents

Constructor RecognitionNodeDetail

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

RecognitionNodeDetail(int, int, string, JsonElement?)

Message for the recognition node.

public RecognitionNodeDetail(int TaskId, int NodeId, string Name, JsonElement? Focus)

Parameters

TaskId int
NodeId int
Name string
Focus JsonElement?

Remarks

details_json: { task_id: number, node_id: number, name: string, focus: any, }