---
title: defaultTaskHint
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognizer/defaulttaskhint
---

# defaultTaskHint

A hint that indicates the type of speech recognition being requested.

## Declaration

```swift
var defaultTaskHint: SFSpeechRecognitionTaskHint { get set }
```

## Discussion

Discussion By default, the value of this property overrides the SFSpeechRecognitionTaskHint.unspecified value for requests. For possible values, see SFSpeechRecognitionTaskHint.

## See Also

### Configuring the speech recognizer

- [queue](speech/sfspeechrecognizer/queue.md)
