Table of Contents

Enum AutoReframeTargetSelection

Namespace
VisioForge.Core.Types.X.AI
Assembly
VisioForge.Core.dll

Selects which detected object the auto-reframe block follows when several are present.

public enum AutoReframeTargetSelection

Fields

Largest = 0

Follow the largest (by bounding-box area) detection that passes the class filter. This is the default and the most stable choice for single-subject footage.

FirstDetected = 1

Follow the first detection (in detector output order) that passes the class filter.

ClassLabel = 2

Follow the highest-confidence detection whose label equals VisioForge.Core.Types.X.AI.AutoReframeSettings.ClassLabelFilter. When no label filter is configured this follows the highest-confidence detection of any class.