Task Tags

Overview

Each job may have a set of tags associated with it.

1013

Use case example: Group Media Elements

Group related media elements together. For example multiple pages in a document, multiple frames from different camera angles, etc.

More generally this allows you to "take control" of the job object to pre-filter it. For example, within the same project, you could instruct one annotation group to annotate based on given tags. Or make event based decisions on the tags, etc.

Create from SDK

Add the tag_list when calling job.new()

job.new(tag_list = ["apples", "pears", "blueberries"])

Acceptable Tags Format

Regular Expression ^[a-zA-Z0-9_-]{1,40}$