Hierarchy

  • AddressExtraction

Properties

Properties

address: Partial<SE.Address>
entities: {
    endIndex: number;
    score: number;
    startIndex: number;
    text: string;
} & ({
    result: {
        line: number;
        value: string;
    };
    type: "address_line";
} | {
    result: {
        value: string;
    };
    type: "city_locality";
} | {
    result: {
        name: string;
        value: string;
    };
    type: "country";
} | {
    result: {
        type: "cardinal" | "ordinal" | "percentage";
        value: number;
    };
    type: "number";
} | {
    result: {
        value: string;
    };
    type: "person";
} | {
    result: {
        value: string;
    };
    type: "phone_number";
} | {
    result: {
        value: string;
    };
    type: "postal_code";
} | {
    result: {
        value: SE.AddressResidentialIndicator;
    };
    type: "residential_indicator";
} | {
    result: {
        country: string;
        name: string;
        value: string;
    };
    type: "state_province";
})[]
score: number

Generated using TypeDoc