<!--
{
  "availability" : [
    "macOS: 10.3.0 - 14.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSSpeechSynthesizer/availableVoices",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSSpeechSynthesizer(cpy)availableVoices"
  },
  "title" : "availableVoices"
}
-->

# availableVoices

Provides the identifiers of the voices available on the system.

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

## Return Value

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

## See Also

[`-  setVoice:`](/documentation/AppKit/NSSpeechSynthesizer/setVoice(_:))

Sets the receiver’s current voice.



---

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)