List all tags from a segment.
List all tags from a segment.
Path Parameters
- project_id integer required
ID of the project
- annotation_id integer required
ID of the labeling session
- document_id integer required
ID of the document
- segment_id integer required
ID of the segment
Responses
- 200
- 401
- 403
- 404
- 500
List of tags of a segment
- application/json
- Schema
- Example (from schema)
Schema array
- class string
The class's name.
- label string
The label's name.
[
{
"class": "Comfort",
"label": "POS"
}
]
User is not authenticated. This means token is either not present or invalid
User does not have the minimal required project role VIEWER
The labeling session, the document, the segment or the project was not found
Something is wrong with the API.
Loading...