---
title: results
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlactionclassifier/prediction/results
---

# results

An array of prediction labels and their confidences for an action.

## Declaration

```swift
var results: [(label: String, confidence: Double)]
```

## See Also

### Inspecting a prediction

- [frameRange](createml/mlactionclassifier/prediction/framerange.md)
