---
title: ElementType
framework: vision
role: symbol
role_heading: Enumeration
path: vision/elementtype
---

# ElementType

The type of element in feature print data.

## Declaration

```swift
enum ElementType
```

## Topics

### Getting the element types

- [ElementType.double](vision/elementtype/double.md)
- [ElementType.float](vision/elementtype/float.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting an observation

- [data](vision/featureprintobservation/data.md)
- [elementCount](vision/featureprintobservation/elementcount.md)
- [elementType](vision/featureprintobservation/elementtype.md)
