metadataObjectsDelegate
The delegate of the capture metadata output object.
Declaration
var metadataObjectsDelegate: (any AVCaptureMetadataOutputObjectsDelegate)? { get }Discussion
The delegate object must conform to the AVCaptureMetadataOutputObjectsDelegate protocol. The object in this property is used to process all metadata objects captured from the capture metadata output object’s connection.
To set the delegate object, you must use the setMetadataObjectsDelegate(_:queue:) method.