<!--
{
  "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/SFSpeechRecognitionTaskHint",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Speech"
    ],
    "preciseIdentifier" : "c:@E@SFSpeechRecognitionTaskHint"
  },
  "title" : "SFSpeechRecognitionTaskHint"
}
-->

# SFSpeechRecognitionTaskHint

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

```
enum SFSpeechRecognitionTaskHint
```

## Topics

### Hints

[`SFSpeechRecognitionTaskHint.unspecified`](/documentation/Speech/SFSpeechRecognitionTaskHint/unspecified)

An unspecified type of task.

[`SFSpeechRecognitionTaskHint.dictation`](/documentation/Speech/SFSpeechRecognitionTaskHint/dictation)

A task that uses captured speech for text entry.

[`SFSpeechRecognitionTaskHint.search`](/documentation/Speech/SFSpeechRecognitionTaskHint/search)

A task that uses captured speech to specify search terms.

[`SFSpeechRecognitionTaskHint.confirmation`](/documentation/Speech/SFSpeechRecognitionTaskHint/confirmation)

A task that uses captured speech for short, confirmation-style requests.



---

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)