---
title: "subscript(_:)"
framework: Foundation Models
role: symbol
role_heading: Instance Subscript
platforms: [iOS 26.0+, iPadOS 26.0+, Mac Catalyst 26.0+, macOS 26.0+, visionOS 26.0+, watchOS 27.0+]
path: "foundationmodels/transcript/subscript(_:)"
---

# subscript(_:)

Accesses the entry at the specified position.

## Declaration

```swift
subscript(index: Transcript.Index) -> Transcript.Entry { get set }
```

## Parameters

- `index`: The position of the entry to access, which must be a valid index of the transcript.
