---
title: Output
framework: createmlcomponents
role: symbol
role_heading: Associated Type
path: createmlcomponents/temporaltransformer/output
---

# Output

The output type.

## Declaration

```swift
associatedtype Output where Self.Output == Self.OutputSequence.Feature
```

## See Also

### Applying and adapting

- [applied(to:eventHandler:)](createmlcomponents/temporaltransformer/applied(to:eventhandler:).md)
- [adaptedAsEstimator()](createmlcomponents/temporaltransformer/adaptedasestimator().md)
- [adaptedAsUpdatableEstimator()](createmlcomponents/temporaltransformer/adaptedasupdatableestimator().md)
- [Input](createmlcomponents/temporaltransformer/input.md)
- [OutputSequence](createmlcomponents/temporaltransformer/outputsequence.md)
