---
title: "performAll(_:)"
framework: vision
role: symbol
role_heading: Instance Method
path: "vision/targetedimagerequesthandler/performall(_:)"
---

# performAll(_:)

Schedules a collection of framework requests to perform on the handler’s image.

## Declaration

```swift
final func performAll(_ requests: some Collection<any TargetedRequest>) -> some AsyncSequence<VisionResult, Never>

```

## Parameters

- `requests`: A collection of requests to perform.

## See Also

### Performing the request

- [perform(_:)](vision/targetedimagerequesthandler/perform(_:)-1i4di.md)
- [perform(_:)](vision/targetedimagerequesthandler/perform(_:)-2r0k8.md)
