Information regarding a detected signature on a page.

interface SignatureDetection {
    Confidence?: number;
    Geometry?: Geometry;
}

Properties

Confidence?: number

The confidence, from 0 to 100, in the predicted values for a detected signature.

Geometry?: Geometry

Information about where the following items are located on a document page: detected page, text, key-value pairs, tables, table cells, and selection elements.