---
title: "speechRecognitionTask(_:didHypothesizeTranscription:)"
framework: speech
role: symbol
role_heading: Instance Method
path: "speech/sfspeechrecognitiontaskdelegate/speechrecognitiontask(_:didhypothesizetranscription:)"
---

# speechRecognitionTask(_:didHypothesizeTranscription:)

Tells the delegate that a hypothesized transcription is available.

## Declaration

```swift
optional func speechRecognitionTask(_ task: SFSpeechRecognitionTask, didHypothesizeTranscription transcription: SFTranscription)
```

## Parameters

- `task`: The speech recognition task (an doc://com.apple.speech/documentation/Speech/SFSpeechRecognitionTask object) that represents the request.
- `transcription`: The hypothesized transcription in an doc://com.apple.speech/documentation/Speech/SFTranscription object.

## Discussion

Discussion This method is called for all recognitions, including partial recognitions.
