<!--
{
  "availability" : [
    "iOS: 10.0.0 -",
    "iPadOS: 10.0.0 -",
    "macCatalyst: 10.0.0 -",
    "macOS: 10.15.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Speech",
  "identifier" : "/documentation/Speech/SFSpeechRecognizerAuthorizationStatus/notDetermined",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "c:@E@SFSpeechRecognizerAuthorizationStatus@SFSpeechRecognizerAuthorizationStatusNotDetermined"
  },
  "title" : "SFSpeechRecognizerAuthorizationStatus.notDetermined"
}
-->

# SFSpeechRecognizerAuthorizationStatus.notDetermined

The app’s authorization status has not yet been determined.

```
case notDetermined
```

## Discussion

When your app’s status is not determined, calling the [`requestAuthorization(_:)`](/documentation/Speech/SFSpeechRecognizer/requestAuthorization(_:)) method prompts the user to grant or deny authorization.

---

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)