Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

A JSON object that represents a comment of a segment.

PROPERTIES

cmid

Unique identifier of the comment.

int

txt

The comment text. Plain text.

string
locThe locale to which the comment is attached. Null if it is attached to the segment as a whole and not a specific locale.string
dt

Date when comment was added or updated.

datetime
pidThe person ID who created or last updated the comment.int
tskOptional task code. If the comment was added in the framework of a job, then this includes the task code of the job. Otherwise null.string
   
catThe comments category. Defines the category (a name) as well as visual style.int
froIf true then the comment is read-only.bool
fpdIf true, then the comment is embedded in the actual original file. Used with some file formats such as PO or XLIFF. Typically the comment is then saved back to the translated file.bool
   
editTrue if the user is allowed to edit or delete the comment. False, if no change is permitted.bool

 

 

 

  • No labels