---
title: transcript
framework: Evaluations
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, visionOS 27.0+, watchOS 27.0+, xcode 27.0+]
path: evaluations/evaluationsubject/transcript
---

# transcript

The structured transcript captured while producing the value, if any.

## Declaration

```swift
var transcript: StructuredTranscript? { get }
```

## Discussion

Discussion Subjects backed by a language model session expose the session transcript here; subjects that don’t involve a model leave it nil (the default). The transcript-attachment recorder reads this through the type-erased results column, so any subject type that carries one participates automatically.
