<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SpeechDetector/Result",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech0A8DetectorC6ResultV"
  },
  "title" : "SpeechDetector.Result"
}
-->

# SpeechDetector.Result

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

```
struct Result
```

## Topics

### Getting detection results

[`let speechDetected: Bool`](/documentation/Speech/SpeechDetector/Result/speechDetected)

### Getting audio range

[`var range: CMTimeRange`](/documentation/Speech/SpeechModuleResult/range)

The audio input range that this result applies to.

### Getting finalization state

[`var isFinal: Bool`](/documentation/Speech/SpeechModuleResult/isFinal)

Whether this result is final at the time it is produced.

[`var resultsFinalizationTime: CMTime`](/documentation/Speech/SpeechModuleResult/resultsFinalizationTime)

The audio input time up to which results from this module have been finalized (after this result). The module’s results are final up to but not including this time.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`SpeechModuleResult`](/documentation/Speech/SpeechModuleResult)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)