---
title: transcriptions
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sfspeechrecognitionresult/transcriptions
---

# transcriptions

An array of potential transcriptions, sorted in descending order of confidence.

## Declaration

```swift
var transcriptions: [SFTranscription] { get }
```

## Discussion

Discussion All transcriptions correspond to the same utterance, which can be a partial or final result of the overall request. The first transcription in the array has the highest confidence rating, followed by transcriptions with decreasing confidence ratings.

## See Also

### Getting transcriptions

- [bestTranscription](speech/sfspeechrecognitionresult/besttranscription.md)
- [speechRecognitionMetadata](speech/sfspeechrecognitionresult/speechrecognitionmetadata.md)
