Skip to content

Commit d013b92

Browse files
authored
docs: Fix parent ID reference, try 2 (#7240)
1 parent ddd7e0f commit d013b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/includes/task_format.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Review the full list of JSON properties in the [API documentation](api.html).
115115
| annotations.completed_by | User ID of the user that created the annotation. Matches the list order of users on the People page on the Label Studio UI. |
116116
| annotations.was_cancelled | Boolean. Details about whether or not the annotation was skipped, or cancelled. |
117117
| result.id | Identifier for the specific annotation result for this task. Use it to combine together regions from different control tags, e.g. `<Labels>` and `<Rectangle>` |
118-
| result.parentID | (Optional) Reference to the parent region result.id. Use it to create nested regions |
118+
| result.parentID | (Optional) Reference to the parent region result.id. It organizes regions into a hierarchical tree in the Region panel |
119119
| result.from_name | Name of the tag used to label the region. See [control tags](/tags). |
120120
| result.to_name | Name of the object tag that provided the region to be labeled. See [object tags](/tags). |
121121
| result.type | Type of tag used to annotate the task. |

0 commit comments

Comments
 (0)