---
title: videosWithAnnotations()
framework: createml
role: symbol
role_heading: Instance Method
path: createml/mlhandactionclassifier/datasource/videoswithannotations()
---

# videosWithAnnotations()

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

## Declaration

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

## See Also

### Exporting a data source

- [labeledMedia()](createml/mlhandactionclassifier/datasource/labeledmedia().md)
- [keypointsWithAnnotations(targetFrameRate:)](createml/mlhandactionclassifier/datasource/keypointswithannotations(targetframerate:).md)
- [stratifiedSplit(proportions:seed:labelColumn:)](createml/mlhandactionclassifier/datasource/stratifiedsplit(proportions:seed:labelcolumn:).md)
- [extractKeypoints(targetFrameRate:)](createml/mlhandactionclassifier/datasource/extractkeypoints(targetframerate:).md)
- [gatherAnnotatedFileNames()](createml/mlhandactionclassifier/datasource/gatherannotatedfilenames().md)
