Example
// Typical structure of a change item
{
id: "change-456",
type: "deletion",
text: "old contract terms",
page: 1,
contextBefore: "The following ",
contextAfter: " are no longer valid"
}
Nutrient Web SDK
// Typical structure of a change item
{
id: "change-456",
type: "deletion",
text: "old contract terms",
page: 1,
contextBefore: "The following ",
contextAfter: " are no longer valid"
}
Base response item from AI services representing a single document change. Contains the essential information about a text modification detected during comparison.