<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLHandPoseClassifier/prediction(from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML20MLHandPoseClassifierV10prediction4fromSaySS5label_Sd10confidencetG10Foundation3URLV_tKF"
  },
  "title" : "prediction(from:)"
}
-->

# prediction(from:)

Generates a hand pose prediction for an image.

```
func prediction(from image: URL) throws -> [(label: String, confidence: Double)]
```

## Parameters

`image`

An image file URL.

## Return Value

An array of prediction tuples.

## Discussion

Each prediction consists of an array of tuples that pair a
classification label with the model’s confidence in that label.

---

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)