---
title: "MLHandPoseClassifier.DataSource.labeledImageDataFrame(_:imageColumn:labelColumn:)"
framework: createml
role: symbol
role_heading: Case
path: "createml/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.

## Declaration

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

## Discussion

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.

## See Also

### Creating a data source

- [MLHandPoseClassifier.DataSource.labeledDirectories(at:)](createml/mlhandposeclassifier/datasource/labeleddirectories(at:).md)
- [MLHandPoseClassifier.DataSource.labeledFiles(at:)](createml/mlhandposeclassifier/datasource/labeledfiles(at:).md)
- [MLHandPoseClassifier.DataSource.directoryWithImagesAndAnnotation(at:annotationFile:imageColumn:labelColumn:)](createml/mlhandposeclassifier/datasource/directorywithimagesandannotation(at:annotationfile:imagecolumn:labelcolumn:).md)
- [MLHandPoseClassifier.DataSource.labeledKeypointsDataFrame(_:sessionIdColumn:labelColumn:featureColumn:)](createml/mlhandposeclassifier/datasource/labeledkeypointsdataframe(_:sessionidcolumn:labelcolumn:featurecolumn:).md)
- [MLHandPoseClassifier.DataSource.labeledImageData(table:imageColumn:labelColumn:)](createml/mlhandposeclassifier/datasource/labeledimagedata(table:imagecolumn:labelcolumn:).md)
- [MLHandPoseClassifier.DataSource.labeledKeypointsData(table:sessionIdColumn:labelColumn:featureColumn:)](createml/mlhandposeclassifier/datasource/labeledkeypointsdata(table:sessionidcolumn:labelcolumn:featurecolumn:).md)
