<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Vision",
  "identifier" : "/documentation/Vision/VNElementType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Vision"
    ],
    "preciseIdentifier" : "c:@E@VNElementType"
  },
  "title" : "VNElementType"
}
-->

# VNElementType

An enumeration of the type of element in feature print data.

```
enum VNElementType
```

## Topics

### Element Types

[`VNElementType.unknown`](/documentation/Vision/VNElementType/unknown)

The element type isn’t known.

[`VNElementType.float`](/documentation/Vision/VNElementType/float)

The elements are floating-point numbers.

[`VNElementType.double`](/documentation/Vision/VNElementType/double)

The elements are double-precision floating-point numbers.

### Creating an Element Type

[`init(rawValue:)`](/documentation/Vision/VNElementType/init(rawValue:))



---

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)