---
title: Results
framework: speech
role: symbol
role_heading: Associated Type
path: speech/speechmodule/results-swift.associatedtype
---

# Results

## Declaration

```swift
associatedtype Results : Sendable, AsyncSequence where Self.Results.Failure == any Error
```

## See Also

### Getting results

- [results](speech/speechmodule/results-swift.property.md)
- [Result](speech/speechmodule/result.md)
