<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "tvOS: 17.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVSpeechSynthesizer/PersonalVoiceAuthorizationStatus-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@E@AVSpeechSynthesisPersonalVoiceAuthorizationStatus"
  },
  "title" : "AVSpeechSynthesizer.PersonalVoiceAuthorizationStatus"
}
-->

# AVSpeechSynthesizer.PersonalVoiceAuthorizationStatus

An enumeration that models the personal voices authorization status.

```
enum PersonalVoiceAuthorizationStatus
```

## Topics

### Authorization statuses

[`AVSpeechSynthesisPersonalVoiceAuthorizationStatusAuthorized`](/documentation/AVFAudio/AVSpeechSynthesizer/PersonalVoiceAuthorizationStatus-swift.enum/authorized)

The user granted your app’s request to use personal voices.

[`AVSpeechSynthesisPersonalVoiceAuthorizationStatusDenied`](/documentation/AVFAudio/AVSpeechSynthesizer/PersonalVoiceAuthorizationStatus-swift.enum/denied)

The user denied your app’s request to use personal voices.

[`AVSpeechSynthesisPersonalVoiceAuthorizationStatusNotDetermined`](/documentation/AVFAudio/AVSpeechSynthesizer/PersonalVoiceAuthorizationStatus-swift.enum/notDetermined)

The app hasn’t requested authorization to use personal voices.

[`AVSpeechSynthesisPersonalVoiceAuthorizationStatusUnsupported`](/documentation/AVFAudio/AVSpeechSynthesizer/PersonalVoiceAuthorizationStatus-swift.enum/unsupported)

The device doesn’t support personal voices.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)