---
title: voice()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsspeechsynthesizer/voice()
---

# voice()

Returns the identifier of the receiver’s current voice.

## Declaration

```swift
func voice() -> NSSpeechSynthesizer.VoiceName?
```

## Return Value

Return Value Identifier of the receiver’s current voice.

## See Also

### Configuring Speech Synthesizers

- [usesFeedbackWindow](appkit/nsspeechsynthesizer/usesfeedbackwindow.md)
- [setVoice(_:)](appkit/nsspeechsynthesizer/setvoice(_:).md)
- [rate](appkit/nsspeechsynthesizer/rate.md)
- [volume](appkit/nsspeechsynthesizer/volume.md)
