---
title: PhotogrammetrySession.Output.inputComplete
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/photogrammetrysession/output/inputcomplete
---

# PhotogrammetrySession.Output.inputComplete

The data ingestion portion of the process is complete.

## Declaration

```swift
case inputComplete
```

## Discussion

Discussion Once the session sends this messagae, processing on the actual requests begins. It only sends this on the first process() call after which the data from the original processing is reused.

## See Also

### Monitoring session status

- [PhotogrammetrySession.Output.processingComplete](realitykit/photogrammetrysession/output/processingcomplete.md)
- [PhotogrammetrySession.Output.processingCancelled](realitykit/photogrammetrysession/output/processingcancelled.md)
