<!--
{
  "availability" : [
    "iOS: 15.0.0 - 17.0.0",
    "iPadOS: 15.0.0 - 17.0.0",
    "macCatalyst: 15.0.0 - 17.0.0",
    "macOS: 12.0.0 - 14.0.0",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLHandPoseClassifier/DataSource/labeledImageData(table:imageColumn:labelColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML20MLHandPoseClassifierV10DataSourceO012labeledImageF0yAeA11MLDataTableV_S2StcAEmF"
  },
  "title" : "MLHandPoseClassifier.DataSource.labeledImageData(table:imageColumn:labelColumn:)"
}
-->

# MLHandPoseClassifier.DataSource.labeledImageData(table:imageColumn:labelColumn:)

Creates a data source from a data table that contains the hand joint
locations and annotation for a set of image files.

```
case labeledImageData(table: MLDataTable, imageColumn: String = __Defaults.imageColumnName, labelColumn: String = __Defaults.labelColumnName)
```

## Discussion

- table: A data table that contains the locations of annotations for
  each hand pose image file.
- imageColumn: The name of the column in the data table that
  contains the image filenames.
- labelColumn: The name of the column in the data table that
  contains the hand pose label names.

---

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)