---
title: "boundingBoxArea(confidenceThreshold:)"
framework: createmlcomponents
role: symbol
role_heading: Instance Method
path: "createmlcomponents/pose/boundingboxarea(confidencethreshold:)"
---

# boundingBoxArea(confidenceThreshold:)

Computes the bounding box area of the pose.

## Declaration

```swift
func boundingBoxArea(confidenceThreshold: Float = 0.2) -> Float
```

## Parameters

- `confidenceThreshold`: A threshold confidence between 0 to 1 for the keypoints to be considered valid to compute the bounding box area. The default value is 0.2.
