Table of Contents

Class RecognitionNodeDetail

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

Message for the node.

public record RecognitionNodeDetail : IEquatable<RecognitionNodeDetail>

Inheritance

Implements

Inherited Members

Remarks

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

Constructors

RecognitionNodeDetail(long, long, string, JsonElement)

Message for the node.

Properties

Focus
Name
NodeId
TaskId