Nutrient Web SDK
    Preparing search index...

    Type Alias PageComparisonResult

    Describes the result of a page comparison.

    type PageComparisonResult = {
        changedPageIndex?: number;
        comparisonResults: TextComparisonResult[];
        originalPageIndex?: number;
    }
    Index

    Properties

    changedPageIndex?: number

    The index of the changed page.

    comparisonResults: TextComparisonResult[]

    The comparison results for the page.

    originalPageIndex?: number

    The index of the original page.