<!--
{
  "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/DataSource/labeledImageDataFrame(_:imageColumn:labelColumn:)",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML20MLHandPoseClassifierV10DataSourceO012labeledImageF5FrameyAE07TabularF00fJ0V_S2StcAEmF"
  },
  "title" : "MLHandPoseClassifier.DataSource.labeledImageDataFrame(_:imageColumn:labelColumn:)"
}
-->

# MLHandPoseClassifier.DataSource.labeledImageDataFrame(_:imageColumn:labelColumn:)

Creates a data source from a data frame that contains the location
and annotation for a set of image files.

```
case labeledImageDataFrame(DataFrame, imageColumn: String = __Defaults.imageColumnName, labelColumn: String = __Defaults.labelColumnName)
```

## Discussion

- dataFrame: A data frame that contains the locations of annotations
  for each hand pose image file.
- imageColumn: The name of the column in the data frame that
  contains the image filenames.
- labelColumn: The name of the column in the data frame 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)