VNRequestTrackingLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Accurate | 0 | Tracking should emphasize accuracy. |
Fast | 1 | Tracking should emphasize low latency. |