<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateMLComponents",
  "identifier" : "/documentation/CreateMLComponents/PreprocessedFeatureSequence",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Create ML Components"
    ],
    "preciseIdentifier" : "s:18CreateMLComponents27PreprocessedFeatureSequenceV"
  },
  "title" : "PreprocessedFeatureSequence"
}
-->

# PreprocessedFeatureSequence

An asynchronous sequence of eagerly stored temporal features.

```
struct PreprocessedFeatureSequence<Feature>
```

## Overview

This sequence eagerly stores the results of preprocessing a temporal estimator.

## Topics

### Creating a sequence

[`init<S>(S) async throws`](/documentation/CreateMLComponents/PreprocessedFeatureSequence/init(_:))

Creates an asynchronous sequence of stored temporal features.

### Getting the properties

[`var count: Int?`](/documentation/CreateMLComponents/PreprocessedFeatureSequence/count)

The stored temporal feature count.

[`var features: [TemporalFeature<Feature>]`](/documentation/CreateMLComponents/PreprocessedFeatureSequence/features)

The stored temporal features.

## Relationships

### Conforms To

[`TemporalSequence`](/documentation/CreateMLComponents/TemporalSequence)

[`AsyncSequence`](/documentation/Swift/AsyncSequence)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)