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

# subscript(_:)

Accesses the subsequence of entries within the specified bounds.

## Declaration

```swift
subscript(bounds: Range<Transcript.HistoryView.Index>) -> Transcript.HistoryView { get set }
```

## Parameters

- `bounds`: A range of valid indices in the view.
