VNRequestTrackingLevel Enum

Definition

Enumerates the emphasis of the tracking algorithm.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum VNRequestTrackingLevel
type VNRequestTrackingLevel = 
Inheritance
VNRequestTrackingLevel
Attributes

Fields

Accurate 0

Tracking should emphasize accuracy.

Fast 1

Tracking should emphasize low latency.

Applies to