---
title: SpeechDetector.Result
framework: speech
role: symbol
role_heading: Structure
path: speech/speechdetector/result
---

# SpeechDetector.Result

A result from the speech detector. Please note, these must be enabled via init(detectionOptions:reportResults:) and currently only support error handling from the VAD model.

## Declaration

```swift
struct Result
```

## Topics

### Getting detection results

- [speechDetected](speech/speechdetector/result/speechdetected.md)

### Getting audio range

- [range](speech/speechmoduleresult/range.md)

### Getting finalization state

- [isFinal](speech/speechmoduleresult/isfinal.md)
- [resultsFinalizationTime](speech/speechmoduleresult/resultsfinalizationtime.md)

## Relationships

### Conforms To

- [CustomStringConvertible](swift/customstringconvertible.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SpeechModuleResult](speech/speechmoduleresult.md)

## See Also

### Getting results

- [results](speech/speechdetector/results.md)
