---
title: TemporalSequence
framework: createmlcomponents
role: symbol
role_heading: Protocol
path: createmlcomponents/temporalsequence
---

# TemporalSequence

Async sequence for temporal features.

## Declaration

```swift
protocol TemporalSequence<Feature> : AsyncSequence
```

## Topics

### Getting the sequence count

- [count](createmlcomponents/temporalsequence/count.md)

### Associating the types

- [Feature](createmlcomponents/temporalsequence/feature.md)

## Relationships

### Inherits From

- [AsyncSequence](swift/asyncsequence.md)

### Conforming Types

- [AnyTemporalSequence](createmlcomponents/anytemporalsequence.md)
- [AudioFeaturePrint.FeatureSequence](createmlcomponents/audiofeatureprint/featuresequence.md)
- [AudioReader.AsyncBuffers](createmlcomponents/audioreader/asyncbuffers.md)
- [AudioReader.MicrophoneAsyncBuffers](createmlcomponents/audioreader/microphoneasyncbuffers.md)
- [Downsampler.DownStreamSequence](createmlcomponents/downsampler/downstreamsequence.md)
- [HumanBodyActionCounter.CumulativeSumSequence](createmlcomponents/humanbodyactioncounter/cumulativesumsequence.md)
- [PreprocessedFeatureSequence](createmlcomponents/preprocessedfeaturesequence.md)
- [SlidingWindowTransformer.WindowSequence](createmlcomponents/slidingwindowtransformer/windowsequence.md)
- [VideoReader.AsyncFrames](createmlcomponents/videoreader/asyncframes.md)
- [VideoReader.CameraAsyncBuffers](createmlcomponents/videoreader/cameraasyncbuffers.md)

## See Also

### Time-based components

- [Creating a time-series classifier](createmlcomponents/creating-a-time-series-classifier.md)
- [Creating a time-series forecaster](createmlcomponents/creating-a-time-series-forecaster.md)
- [DateFeatures](createmlcomponents/datefeatures.md)
- [DateFeatureExtractor](createmlcomponents/datefeatureextractor.md)
- [LinearTimeSeriesForecaster](createmlcomponents/lineartimeseriesforecaster.md)
- [LinearTimeSeriesForecasterConfiguration](createmlcomponents/lineartimeseriesforecasterconfiguration.md)
- [TimeSeriesForecasterBatches](createmlcomponents/timeseriesforecasterbatches.md)
- [TimeSeriesForecasterAnnotatedWindows](createmlcomponents/timeseriesforecasterannotatedwindows.md)
- [TemporalFeature](createmlcomponents/temporalfeature.md)
- [TemporalSegmentIdentifier](createmlcomponents/temporalsegmentidentifier.md)
- [SlidingWindows](createmlcomponents/slidingwindows.md)
- [SlidingWindowTransformer](createmlcomponents/slidingwindowtransformer.md)
- [Downsampler](createmlcomponents/downsampler.md)
- [VideoReader](createmlcomponents/videoreader.md)
- [TemporalFileSegment](createmlcomponents/temporalfilesegment.md)
