<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMetadataItemValueRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVMetadataItemValueRequest"
  },
  "title" : "AVMetadataItemValueRequest"
}
-->

# AVMetadataItemValueRequest

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

```
class AVMetadataItemValueRequest
```

## Topics

### Handling the response

[`respond(value:)`](/documentation/AVFoundation/AVMetadataItemValueRequest/respond(value:))

Returns the metadata item’s value.

[`respond(error:)`](/documentation/AVFoundation/AVMetadataItemValueRequest/respond(error:))

Returns an error when the system fails to load the value.

[`metadataItem`](/documentation/AVFoundation/AVMetadataItemValueRequest/metadataItem)

The metadata item to request a value for.



---

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)