---
title: segments
framework: speech
role: symbol
role_heading: Instance Property
path: speech/sftranscription/segments
---

# segments

An array of transcription segments that represent the parts of the transcription, as identified by the speech recognizer.

## Declaration

```swift
var segments: [SFTranscriptionSegment] { get }
```

## Discussion

Discussion The order of the segments in the array matches the order in which the corresponding utterances occur in the spoken content.
