Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SignatureDetection

import type { SignatureDetection } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";

Information regarding a detected signature on a page.

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

§Properties

§
Confidence?: number | null
[src]

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

§
Geometry?: Geometry | null
[src]