---
title: SemanticContentDescriptor.UnwrappedType
framework: visualintelligence
role: symbol
role_heading: Type Alias
path: visualintelligence/semanticcontentdescriptor/unwrappedtype
---

# SemanticContentDescriptor.UnwrappedType

A type that represents the unwrapped value of a semantic content descriptor.

## Declaration

```swift
typealias UnwrappedType = SemanticContentDescriptor
```

## Discussion

Discussion This type defines the underlying type that the system uses when unwrapping a SemanticContentDescriptor instance. It’s part of the internal type system in App Intents for handling visual intelligence data.

## See Also

### Protocol conformance

- [defaultResolverSpecification](visualintelligence/semanticcontentdescriptor/defaultresolverspecification.md)
- [SemanticContentDescriptor.Specification](visualintelligence/semanticcontentdescriptor/specification.md)
- [SemanticContentDescriptor.ValueType](visualintelligence/semanticcontentdescriptor/valuetype.md)
