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

DetectedSignature

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

A structure that holds information regarding a detected signature on a page.

interface DetectedSignature {
Page?: number | null;
}

§Properties

§
Page?: number | null
[src]

The page a detected signature was found on.