Skip to main content
interface AddressValue
import { type AddressValue } from "https://deno.land/x/aiformrecognizer@v1.1.0/mod.ts";

Address field value.

Properties

optional
houseNumber: string

House or building number.

optional
poBox: string

Post office box number.

optional
road: string

Street name.

optional
city: string

Name of city, town, village, etc.

optional
state: string

First-level administrative division.

optional
postalCode: string

Postal code used for mail sorting.

optional
countryRegion: string

Country/region.

optional
streetAddress: string

Street-level address, excluding city, state, countryRegion, and postalCode.