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

# SpeechModule

Protocol that all analyzer modules conform to.

```
protocol SpeechModule : AnyObject, Sendable
```

## Topics

### Checking audio format support

[`var availableCompatibleAudioFormats: [AVAudioFormat]`](/documentation/Speech/SpeechModule/availableCompatibleAudioFormats)

The audio formats that this module is able to analyze, given its configuration.

### Getting results

[`var results: Self.Results`](/documentation/Speech/SpeechModule/results-swift.property)

An asynchronous sequence containing this module’s analysis results. Results are added to the sequence as they are created.

[`associatedtype Result : SpeechModuleResult, Sendable`](/documentation/Speech/SpeechModule/Result)

[`associatedtype Results : Sendable, AsyncSequence`](/documentation/Speech/SpeechModule/Results-swift.associatedtype)

## Relationships

### Inherited By

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

### Conforming Types

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

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

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

### Inherits From

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

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

---

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)