This feature allows you to classify your videos based on a list of labels. Use the /classify
endpoint for a single video and the /classify/bulk
endpoint to classify all the videos within an index.
When invoking the PUT methods of the /classify
and /classify/bulk
endpoints you must specify a list of labels, and the API service will return the following, among other information:
- The duration for which the specified labels have appeared in your videos
- The level of confidence that each of the matches represents the label you've specified.
Related guide: Classifying content.