Constructor for the History class.
The label of the entity at this point in history.
The state of the entity at this point in history.
The name of the annotator who made this change.
The timestamp when this change was made.
The name of the annotator who made this change.
The label of the entity at this point in history.
The state of the entity at this point in history.
The timestamp when this change was made.
Converts the History instance to a JSON object.
The JSON representation of the History.
Static
formatStatic
fromCreates a History instance from a JSON object.
The JSON object to convert.
The History instance created from the JSON object.
History
Description
This class represents a history entry for an entity, containing label, state, annotator name, and timestamp.