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

LineItemFields

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

A structure that holds information about the different lines found in a document's tables.

interface LineItemFields {
LineItemExpenseFields?: ExpenseField[] | null;
}

§Properties

§
LineItemExpenseFields?: ExpenseField[] | null
[src]

ExpenseFields used to show information from detected lines on a table.