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

FeatureType

import type { FeatureType } from "https://aws-api.deno.dev/v0.4/services/textract.ts?docs=full";
type FeatureType =
| "TABLES"
| "FORMS"
| "QUERIES"
| "SIGNATURES"

§Type

§
"TABLES" | "FORMS" | "QUERIES" | "SIGNATURES" | cmnP.UnexpectedEnumValue
[src]