---
title: AVMetadataItemValueRequest
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avmetadataitemvaluerequest
---

# AVMetadataItemValueRequest

An object that responds to a request to load the value of a metadata item.

## Declaration

```swift
class AVMetadataItemValueRequest
```

## Topics

### Handling the response

- [respond(value:)](avfoundation/avmetadataitemvaluerequest/respond(value:).md)
- [respond(error:)](avfoundation/avmetadataitemvaluerequest/respond(error:).md)
- [metadataItem](avfoundation/avmetadataitemvaluerequest/metadataitem.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Creating a metadata item

- [init(propertiesOfMetadataItem:valueLoadingHandler:)](avfoundation/avmetadataitem/init(propertiesofmetadataitem:valueloadinghandler:).md)
