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

ExpenseGroupProperty

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

Shows the group that a certain key belongs to. This helps differentiate between names and addresses for different organizations, that can be hard to determine via JSON response.

interface ExpenseGroupProperty {
Id?: string | null;
Types?: string[] | null;
}

§Properties

§
Id?: string | null
[src]

Provides a group Id number, which will be the same for each in the group.

§
Types?: string[] | null
[src]

Informs you on whether the expense group is a name or an address.