<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVMetadataBodyObject",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVMetadataBodyObject"
  },
  "title" : "AVMetadataBodyObject"
}
-->

# AVMetadataBodyObject

An abstract class that defines the interface for a metadata body object.

```
class AVMetadataBodyObject
```

## Overview

A metadata body object represents a single detected body in a picture. It’s the base object used to represent bodies, for example [`AVMetadataHumanBodyObject`](/documentation/AVFoundation/AVMetadataHumanBodyObject), [`AVMetadataDogBodyObject`](/documentation/AVFoundation/AVMetadataDogBodyObject), and [`AVMetadataCatBodyObject`](/documentation/AVFoundation/AVMetadataCatBodyObject).

## Topics

### Inspecting metadata

[`bodyID`](/documentation/AVFoundation/AVMetadataBodyObject/bodyID)

An integer value that defines the unique identifier of an object in a picture.



---

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)