---
title: LocaleDependentSpeechModule
framework: speech
role: symbol
role_heading: Protocol
path: speech/localedependentspeechmodule
---

# LocaleDependentSpeechModule

A module that requires locale-specific assets.

## Declaration

```swift
protocol LocaleDependentSpeechModule : SpeechModule
```

## Topics

### Getting supported locales

- [supportedLocales](speech/localedependentspeechmodule/supportedlocales.md)
- [supportedLocale(equivalentTo:)](speech/localedependentspeechmodule/supportedlocale(equivalentto:).md)

### Inspecting an instance’s locales

- [selectedLocales](speech/localedependentspeechmodule/selectedlocales.md)

## Relationships

### Inherits From

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SpeechModule](speech/speechmodule.md)

### Conforming Types

- [DictationTranscriber](speech/dictationtranscriber.md)
- [SpeechTranscriber](speech/speechtranscriber.md)

## See Also

### Modules

- [SpeechTranscriber](speech/speechtranscriber.md)
- [DictationTranscriber](speech/dictationtranscriber.md)
- [SpeechDetector](speech/speechdetector.md)
- [SpeechModule](speech/speechmodule.md)
