---
title: SFSpeechRecognitionTaskHint
framework: speech
role: symbol
role_heading: Enumeration
path: speech/sfspeechrecognitiontaskhint
---

# SFSpeechRecognitionTaskHint

The type of task for which you are using speech recognition.

## Declaration

```swift
enum SFSpeechRecognitionTaskHint
```

## Topics

### Hints

- [SFSpeechRecognitionTaskHint.unspecified](speech/sfspeechrecognitiontaskhint/unspecified.md)
- [SFSpeechRecognitionTaskHint.dictation](speech/sfspeechrecognitiontaskhint/dictation.md)
- [SFSpeechRecognitionTaskHint.search](speech/sfspeechrecognitiontaskhint/search.md)
- [SFSpeechRecognitionTaskHint.confirmation](speech/sfspeechrecognitiontaskhint/confirmation.md)

### Initializers

- [init(rawValue:)](speech/sfspeechrecognitiontaskhint/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Essentials

- [Asking Permission to Use Speech Recognition](speech/asking-permission-to-use-speech-recognition.md)
- [SFSpeechRecognizer](speech/sfspeechrecognizer.md)
- [SFSpeechRecognizerDelegate](speech/sfspeechrecognizerdelegate.md)
- [SFSpeechRecognizerAuthorizationStatus](speech/sfspeechrecognizerauthorizationstatus.md)
