<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VisionKit",
  "identifier" : "/documentation/VisionKit/DataScannerViewController/recognizesMultipleItems",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "VisionKit"
    ],
    "preciseIdentifier" : "s:9VisionKit25DataScannerViewControllerC23recognizesMultipleItemsSbvp"
  },
  "title" : "recognizesMultipleItems"
}
-->

# recognizesMultipleItems

A Boolean value that indicates whether the scanner should identify all
items in the live video.

```
@MainActor final let recognizesMultipleItems: Bool
```

## Discussion

If `true`, the scanner
finds all items in the live video. If
`false`, the scanner
finds only the item closest to a person’s point of interest. The point
of interest is the middle of the view by default or where a person taps
in the live video. The default value is
`false`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)