---
title: "MLActionClassifier.DataSource.labeledVideoData(table:videoColumn:labelColumn:startTimeColumn:endTimeColumn:)"
framework: createml
role: symbol
role_heading: Case
path: "createml/mlactionclassifier/datasource/labeledvideodata(table:videocolumn:labelcolumn:starttimecolumn:endtimecolumn:)"
---

# MLActionClassifier.DataSource.labeledVideoData(table:videoColumn:labelColumn:startTimeColumn:endTimeColumn:)

A data table that contains the locations of the video files and the action annotations.

## Declaration

```swift
case labeledVideoData(table: MLDataTable, videoColumn: String = __Defaults.videoColumnName, labelColumn: String = __Defaults.labelColumnName, startTimeColumn: String? = nil, endTimeColumn: String? = nil)
```

## Parameters

- `table`: A data table that contains the video file locations and the action annotations.
- `videoColumn`: The name of the column that contains the URLs to the video files.
- `labelColumn`: The name of the column that contains the labels of the action the person demonstrates in the video file.
- `startTimeColumn`: The name of the column that contains the action’s starting-time index in the video file.
- `endTimeColumn `: The name of the column that contains the action’s ending-time index in the video file.

## See Also

### Creating a data source

- [MLActionClassifier.DataSource.labeledDirectories(at:)](createml/mlactionclassifier/datasource/labeleddirectories(at:).md)
- [MLActionClassifier.DataSource.labeledFiles(at:)](createml/mlactionclassifier/datasource/labeledfiles(at:).md)
- [MLActionClassifier.DataSource.directoryWithVideosAndAnnotation(at:annotationFile:videoColumn:labelColumn:startTimeColumn:endTimeColumn:)](createml/mlactionclassifier/datasource/directorywithvideosandannotation(at:annotationfile:videocolumn:labelcolumn:starttimecolumn:endtimecolumn:).md)
