Table of Contents

Method Analyze<T>

Namespace
MaaFramework.Binding.Custom
Assembly
MaaFramework.Binding.dll

Analyze<T>(T, in AnalyzeArgs, in AnalyzeResults)

Analyze with args, and write the recognition results.

bool Analyze<T>(T context, in AnalyzeArgs args, in AnalyzeResults results) where T : IMaaContext

Parameters

context T

The context.

args AnalyzeArgs

The args.

results AnalyzeResults

The recognition results.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Type Parameters

T

The type of context.