---
title: UVIndex.ExposureCategory
framework: weatherkit
role: symbol
role_heading: Enumeration
path: weatherkit/uvindex/exposurecategory
---

# UVIndex.ExposureCategory

An enumeration that indicates risk of harm from unprotected sun exposure.

## Declaration

```swift
@frozen enum ExposureCategory
```

## Topics

### Enumeration Cases

- [UVIndex.ExposureCategory.extreme](weatherkit/uvindex/exposurecategory/extreme.md)
- [UVIndex.ExposureCategory.high](weatherkit/uvindex/exposurecategory/high.md)
- [UVIndex.ExposureCategory.low](weatherkit/uvindex/exposurecategory/low.md)
- [UVIndex.ExposureCategory.moderate](weatherkit/uvindex/exposurecategory/moderate.md)
- [UVIndex.ExposureCategory.veryHigh](weatherkit/uvindex/exposurecategory/veryhigh.md)

### Instance Properties

- [accessibilityDescription](weatherkit/uvindex/exposurecategory/accessibilitydescription.md)
- [description](weatherkit/uvindex/exposurecategory/description.md)
- [rangeValue](weatherkit/uvindex/exposurecategory/rangevalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [CaseIterable](swift/caseiterable.md)
- [Comparable](swift/comparable.md)
- [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)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting the UV index

- [category](weatherkit/uvindex/category.md)
- [value](weatherkit/uvindex/value.md)
