Table of Contents

Struct AnalyzeResults

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

A readonly record struct that packages results in MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@).

public readonly record struct AnalyzeResults : IEquatable<AnalyzeResults>

Implements

Inherited Members

Constructors

AnalyzeResults(IMaaRectBuffer, IMaaStringBuffer)

A readonly record struct that packages results in MaaFramework.Binding.Custom.IMaaCustomRecognition.Analyze``1(``0,MaaFramework.Binding.Custom.AnalyzeArgs@,MaaFramework.Binding.Custom.AnalyzeResults@).

Properties

Box

Gets a MaaFramework.Binding.Buffers.IMaaRectBuffer for writing the recognition box.

Detail

Gets a MaaFramework.Binding.Buffers.IMaaStringBuffer for writing the recognition detail.