---
title: "Transcript.Segment.custom(_:)"
framework: foundationmodels
role: symbol
role_heading: Case
path: "foundationmodels/transcript/segment/custom(_:)"
---

# Transcript.Segment.custom(_:)

A segment containing custom content.

## Declaration

```swift
case custom(any Transcript.CustomSegment)
```

## See Also

### Segment cases

- [Transcript.Segment.text(_:)](foundationmodels/transcript/segment/text(_:).md)
- [Transcript.Segment.attachment(_:)](foundationmodels/transcript/segment/attachment(_:).md)
- [Transcript.Segment.structure(_:)](foundationmodels/transcript/segment/structure(_:).md)
