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

DocumentReadFeatureTypes

import type { DocumentReadFeatureTypes } from "https://aws-api.deno.dev/v0.3/services/comprehend.ts?docs=full";

A list of the types of analyses to perform. This field specifies what feature types need to be extracted from the document where entity recognition is expected.

  • TABLES - Add TABLES to the list to return information about the tables that are detected in the input document.
  • FORMS - Add FORMS to return detected form data.
type DocumentReadFeatureTypes = "TABLES" | "FORMS" | cmnP.UnexpectedEnumValue;

§Type

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