---
title: "VNElementTypeSize(_:)"
framework: vision
role: symbol
role_heading: Function
path: "vision/vnelementtypesize(_:)"
---

# VNElementTypeSize(_:)

Returns the size of a feature print element.

## Declaration

```swift
func VNElementTypeSize(_ elementType: VNElementType) -> Int
```

## Parameters

- `elementType`: The type of element.

## See Also

### Determining Types of Feature Prints

- [elementType](vision/vnfeatureprintobservation/elementtype.md)
- [VNElementType](vision/vnelementtype.md)
