---
title: "requestDidComplete(_:)"
framework: soundanalysis
role: symbol
role_heading: Instance Method
path: "soundanalysis/snresultsobserving/requestdidcomplete(_:)"
---

# requestDidComplete(_:)

Notifies your app when the analysis request completes normally.

## Declaration

```swift
optional func requestDidComplete(_ request: any SNRequest)
```

## Parameters

- `request`: The request that’s completing.

## Discussion

Discussion The analyzer calls this method when it finishes processing the request.

## See Also

### Handling Requests

- [request(_:didProduce:)](soundanalysis/snresultsobserving/request(_:didproduce:).md)
- [SNResult](soundanalysis/snresult.md)
- [request(_:didFailWithError:)](soundanalysis/snresultsobserving/request(_:didfailwitherror:).md)
