---
title: availableVoices
framework: appkit
role: symbol
role_heading: Type Property
path: appkit/nsspeechsynthesizer/availablevoices
---

# availableVoices

Provides the identifiers of the voices available on the system.

## Declaration

```swift
class var availableVoices: [NSSpeechSynthesizer.VoiceName] { get }
```

## Return Value

Return Value Array of strings representing the identifiers of each voice available on the system.

## See Also

### Related Documentation

- [setVoice(_:)](appkit/nsspeechsynthesizer/setvoice(_:).md)

### Getting Speech Synthesizer Information

- [attributes(forVoice:)](appkit/nsspeechsynthesizer/attributes(forvoice:).md)
- [defaultVoice](appkit/nsspeechsynthesizer/defaultvoice.md)
- [NSSpeechSynthesizer.VoiceName](appkit/nsspeechsynthesizer/voicename.md)
- [NSSpeechSynthesizer.VoiceAttributeKey](appkit/nsspeechsynthesizer/voiceattributekey.md)
