---
title: "features(at:)"
framework: coreml
role: symbol
role_heading: Instance Method
path: "coreml/mlbatchprovider/features(at:)"
---

# features(at:)

Returns the feature provider at the given index.

## Declaration

```swift
func features(at index: Int) -> any MLFeatureProvider
```

## Parameters

- `index`: The index of the desired feature provider.

## Return Value

Return Value The feature provider at the given index.

## See Also

### Accessing values

- [count](coreml/mlbatchprovider/count.md)
