Individual change item with AI-assigned category tags from the tagging service. Extends the base response item with categorization information.
Properties:
Name | Type | Description |
---|---|---|
tag |
Array.<string> | Array of category strings assigned by AI to classify this change. |
Example
// Typical structure of a tagged change
{
id: "change-123",
type: "insertion",
text: "confidential information",
page: 2,
contextBefore: "regarding the ",
contextAfter: " shall not be disclosed",
tag: ["Legal", "Confidentiality"]
}
Extends
- AIADocumentChangeResponseItem