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

# predictions(from:)

Generates predictions for an array of images.

```
func predictions(from images: [URL]) throws -> [String]
```

## Parameters

`images`

An array of images you want the model to classify.

## Return Value

An array of prediction labels for the images. Each label’s index corresponds to the image’s index in
the input array.

---

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)