---
title: SFSpeechRecognizerAuthorizationStatus.notDetermined
framework: speech
role: symbol
role_heading: Case
path: speech/sfspeechrecognizerauthorizationstatus/notdetermined
---

# SFSpeechRecognizerAuthorizationStatus.notDetermined

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

## Declaration

```swift
case notDetermined
```

## Discussion

Discussion When your app’s status is not determined, calling the requestAuthorization(_:) method prompts the user to grant or deny authorization.

## See Also

### Authorization statuses

- [SFSpeechRecognizerAuthorizationStatus.denied](speech/sfspeechrecognizerauthorizationstatus/denied.md)
- [SFSpeechRecognizerAuthorizationStatus.restricted](speech/sfspeechrecognizerauthorizationstatus/restricted.md)
- [SFSpeechRecognizerAuthorizationStatus.authorized](speech/sfspeechrecognizerauthorizationstatus/authorized.md)
