---
title: ImageTranslationAlignmentObservation
framework: vision
role: symbol
role_heading: Structure
path: vision/imagetranslationalignmentobservation
---

# ImageTranslationAlignmentObservation

Affine transform information that an image-alignment request produces.

## Declaration

```swift
struct ImageTranslationAlignmentObservation
```

## Overview

Overview This type of observation results from a TrackTranslationalImageRegistrationRequest, informing the alignmentTransform performed to align the input images.

## Topics

### Creating an observation

- [init(_:)](vision/imagetranslationalignmentobservation/init(_:).md)

### Inspecting an observation

- [alignmentTransform](vision/imagetranslationalignmentobservation/alignmenttransform.md)

### Applying a transform

- [applyTransform(to:)](vision/imagetranslationalignmentobservation/applytransform(to:).md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [VisionObservation](vision/visionobservation.md)
