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

# SFSpeechRecognizerAuthorizationStatus.authorized

The user granted your app’s request to perform speech recognition.

## Declaration

```swift
case authorized
```

## See Also

### Authorization statuses

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