Skip to main content

Change a tag.

Path Parameters
  • project_id integer required

    ID of the project

  • correction_id integer required

    ID of the correction session

  • document_id integer required

    ID of the document

  • segment_id integer required

    ID of the segment

  • tag_id integer required

    ID of the tag

Request Body required
  • class string

    The class's name.

  • label string

    The label's name.

  • text string

    Annotated text

  • span integer[]

    Possible values: >= 2, <= 2

Responses

The Tag has been changed.


Schema
  • segment object

    Contains either a date, if segment is confirmed, or null

  • annotated date-time

    When the segment was confirmed.

  • predicted_score integer

    The projected new score

  • progress integer

    The progress of the session

  • tag object

    Representation of a tag for classlabel tasks

  • class string

    The class's name.

  • label string

    The label's name.

Loading...