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

UndetectedSignature

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

A structure containing information about an undetected signature on a page where it was expected but not found.

interface UndetectedSignature {
Page?: number | null;
}

§Properties

§
Page?: number | null
[src]

The page where a signature was expected but not found.