---
title: imagesWithAnnotations()
framework: createml
role: symbol
role_heading: Instance Method
path: createml/mlhandposeclassifier/datasource/imageswithannotations()
---

# imagesWithAnnotations()

Generates a data table that contains a column for the data source’s image file URLs and a column of annotations.

## Declaration

```swift
func imagesWithAnnotations() throws -> MLDataTable
```

## See Also

### Exporting a data source

- [labeledMedia()](createml/mlhandposeclassifier/datasource/labeledmedia().md)
- [keypointsWithAnnotations()](createml/mlhandposeclassifier/datasource/keypointswithannotations().md)
- [stratifiedSplit(proportions:seed:labelColumn:)](createml/mlhandposeclassifier/datasource/stratifiedsplit(proportions:seed:labelcolumn:).md)
