---
title: "Transcript.Entry.data(_:)"
framework: Foundation Models
role: symbol
role_heading: Case
platforms: [iOS 27.2+, iPadOS 27.2+, Mac Catalyst 27.2+, macOS 27.2+, visionOS 27.2+, watchOS 27.2+]
path: "foundationmodels/transcript/entry/data(_:)"
---

# Transcript.Entry.data(_:)

An entry representing a custom type encoded as data.

## Declaration

```swift
case data(Transcript.DataEntry)
```

## Discussion

Discussion The contentType allows you to identify which type the data can be decoded as.
