<!--
{
  "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/SpeechModuleResult",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "s:6Speech0A12ModuleResultP"
  },
  "title" : "SpeechModuleResult"
}
-->

# SpeechModuleResult

Protocol that all module results conform to.

```
protocol SpeechModuleResult
```

## Topics

### 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

### Conforming Types

[`Result`](/documentation/Speech/SpeechDetector/Result)

[`Result`](/documentation/Speech/SpeechTranscriber/Result)

[`Result`](/documentation/Speech/DictationTranscriber/Result)

---

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)