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"]
}
Hierarchy
AIADocumentChangeResponseItemAIADocumentChangeTaggingItem
Individual change item with AI-assigned category tags from the tagging service. Extends the base response item with categorization information.