---
title: focusTrackedObject
framework: AVFoundation
role: symbol
role_heading: Type Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+]
path: avfoundation/avmetadataobject/objecttype/focustrackedobject
---

# focusTrackedObject

An identifier for an instance of AVMetadataFocusTrackedObject.

## Declaration

```swift
static let focusTrackedObject: AVMetadataObject.ObjectType
```

## Discussion

Discussion This metadata object type is only available when the source AVCaptureDevice’s activeFormat has AVCaptureDeviceFormat/isContinuousAutoFocusTrackingSupported equal to true. It can therefore appear and disappear from availableMetadataObjectTypes as the active format changes; observers should not assume it is statically available for the lifetime of the session.
