Classes
Classes are a way to identify your items and instances, and categorize them further by using Attributes.
You can create three types of classes:
- Object – a class which is used for object instances.
- Tag – used to classify items as a whole.
- Relationship – a class that allows you to link instances together by further classifying their correlation.
You can create and manage classes and attributes by going to the Classes section of the Setup tab. You can find this under FineTune in the left panel.
Create classes and attributes
To create a class:
- Click + New Class.
- Type in a class name in the field.
- On the right, choose an option: Object, Tag, or Relationship.
- Create an attribute group (Optional).
- Click Save.
Creating an attribute group:
- When setting up your class, click + New Attribute Group.
- Type in a name for your attribute group.
- Select the attribute group type from the dropdown:
- Single selection: A list of attributes that you can select one from.
- Multiple selection: A list of attributes that you can select multiple options from.
- Text input: A field that requires manual text input.
- OCR input: A field that works with Magic Box and allows manual text input. Usable with Objects only.
- Numeric input: A field that requires manual numeric input.
- Add one or multiple attributes by typing their names in the Attributes field.
- You may choose a default attribute which will be selected when assigning the class (optional).
- Click Save.
Deleting an attribute group:
- In the Classes tab, find the class that contains the attribute group you want to delete.
- Click Edit.
- Find the attribute group and click the corresponding Delete button.
- Click Save.
Import classes
There are two methods you can use to import pre-established classes: From computer and From existing project.
To import classes from your computer:
- When in Classes, click Upload.
- Select Upload from computer.
- Click Choose file or drag and drop the JSON file for your classes.
To import classes from an existing project:
- Click Upload.
- Select From existing project.
- Choose the project you want to import classes from.
- Click Import.
Edit or reorder classes
You can edit classes after they’ve been created or imported, including any attributes they might have.
To edit a class:
- In the Classes tab, find the class you want to edit.
- Click the Edit button.
- Make your necessary changes and click Save.
To reorder classes:
- Click Reorder above the list of classes.
- You can choose from Reverse order or Custom order.
- If you select Custom order, you will see a pop-up.
- In the pop-up, click and drag classes by the reorder button
⋮⋮
. You can also click Move to top to send a class to the top of the list. - When you’re done, click Save.
Delete classes or attributes
To delete classes:
- In the Classes tab, find the class you want to delete.
- To delete the class, click the corresponding Delete button.
To delete a class’s attributes:
- Find the class you want to delete the attributes of.
- Click the Edit button.
- You can delete an attribute group by clicking the corresponding Delete button. If you only want to delete attributes within an attribute group, then you can click the X button next to the attribute name.
- Click Save.
- You can't delete a class if it's used in at least one Completed item.
- When you delete a class, you won't be able to recover it. Any objects that are assigned this class will be unclassified and any tags associated with it will be deleted.
Updated 3 days ago