ExtractedPOAData

@Serializable()
public final class ExtractedPOAData implements Serializable

Parameters

issuerName

Issuer company name extracted from the document.

issuerAddress

Issuer company address extracted from the document.

invoiceDate

Date of invoice extracted from the document.

dueDate

Due date extracted from the document.

customerName

Customer's name extracted from the document.

customerAddress

Customer's address extracted from the document.

amount

Total amount due or net amount due extracted from the document.

addressMatch

Flag which indicates if the address from POA document is matching or not with ID Document

postalCodeMatch

Flag which indicates if the postalCode from POA document is matching or not with ID Document

addressWithInputMatch

Flag which indicates if the addressLine1 from POA document is matching or not with personal data

postalCodeWithInputMatch

Flag which indicates if the postalCode from POA document is matching or not with personal data

addressMatchScore

Address line matching score with ID Document

postalCodeMatchScore

Postal code matching score ID Document

addressWithInputMatchScore

Address matching score with personal data

postalCodeWithInputMatchScore

Postal code matching score personal data

fistNameMatchScore

First name matching score with ID Document

lastNameMatchScore

Last name matching score with ID Document

fistNameMatchScoreWithInputData

First name matching score with personal data

lastNameMatchScoreWithInputData

Last name matching score with personal data

isPOA

Flag to indicate if document got classified as POA or not

isPOAScore

POA classification score

poaDocumentType

POA document type

exifData

EXIF data of the POA document

Constructors

Link copied to clipboard
public ExtractedPOAData ExtractedPOAData(String issuerName, String issuerAddress, String invoiceDate, String dueDate, String customerName, String customerAddress, String amount, String addressMatch, String postalCodeMatch, String addressWithInputMatch, String postalCodeWithInputMatch, String addressMatchScore, String postalCodeMatchScore, String addressWithInputMatchScore, String postalCodeWithInputMatchScore, String fistNameMatchScore, String lastNameMatchScore, String fistNameMatchScoreWithInputData, String lastNameMatchScoreWithInputData, String isPOA, String isPOAScore, String poaDocumentType, JsonElement exifData)

Properties

Link copied to clipboard
private final String addressMatch

Type:String
Flag which indicates if the address from POA document is matching or not with ID Document

Link copied to clipboard
private final String addressMatchScore

Type:String
Address line matching score with ID Document

Link copied to clipboard

Type:String
Flag which indicates if the addressLine1 from POA document is matching or not with personal data

Link copied to clipboard

Type:String
Address matching score with personal data

Link copied to clipboard
private final String amount

Type:String
Total amount due or net amount due extracted from the document.

Link copied to clipboard
private final String customerAddress

Type:String
Customer's address extracted from the document.

Link copied to clipboard
private final String customerName

Type:String
Customer's name extracted from the document.

Link copied to clipboard
private final String dueDate

Type:String
Due date extracted from the document.

Link copied to clipboard
private final transient JsonElement exifData

Type:JsonElement
EXIF data of the POA document

Link copied to clipboard
private final String fistNameMatchScore

Type:String
First name matching score with ID Document

Link copied to clipboard

Type:String
First name matching score with personal data

Link copied to clipboard
private final String invoiceDate

Type:String
Date of invoice extracted from the document.

Link copied to clipboard
private final String isPOA

Type:String
Flag to indicate if document got classified as POA or not

Link copied to clipboard
private final String isPOAScore

Type:String
POA classification score

Link copied to clipboard
private final String issuerAddress

Type:String
Issuer company address extracted from the document.

Link copied to clipboard
private final String issuerName

Type:String
Issuer company name extracted from the document.

Link copied to clipboard
private final String lastNameMatchScore

Type:String
Last name matching score with ID Document

Link copied to clipboard

Type:String
Last name matching score with personal data

Link copied to clipboard
private final String poaDocumentType

Type:String
POA document type

Link copied to clipboard
private final String postalCodeMatch

Type:String
Flag which indicates if the postalCode from POA document is matching or not with ID Document

Link copied to clipboard

Type:String
Postal code matching score ID Document

Link copied to clipboard

Type:String
Flag which indicates if the postalCode from POA document is matching or not with personal data

Link copied to clipboard

Type:String
Postal code matching score personal data

Functions

Link copied to clipboard
public final String getAddressMatch()

Type:String
Flag which indicates if the address from POA document is matching or not with ID Document

Link copied to clipboard

Type:String
Address line matching score with ID Document

Link copied to clipboard

Type:String
Flag which indicates if the addressLine1 from POA document is matching or not with personal data

Link copied to clipboard

Type:String
Address matching score with personal data

Link copied to clipboard
public final String getAmount()

Type:String
Total amount due or net amount due extracted from the document.

Link copied to clipboard
public final String getCustomerAddress()

Type:String
Customer's address extracted from the document.

Link copied to clipboard
public final String getCustomerName()

Type:String
Customer's name extracted from the document.

Link copied to clipboard
public final String getDueDate()

Type:String
Due date extracted from the document.

Link copied to clipboard
public final JsonElement getExifData()

Type:JsonElement
EXIF data of the POA document

Link copied to clipboard

Type:String
First name matching score with ID Document

Link copied to clipboard

Type:String
First name matching score with personal data

Link copied to clipboard
public final String getInvoiceDate()

Type:String
Date of invoice extracted from the document.

Link copied to clipboard
public final String getIssuerAddress()

Type:String
Issuer company address extracted from the document.

Link copied to clipboard
public final String getIssuerName()

Type:String
Issuer company name extracted from the document.

Link copied to clipboard

Type:String
Last name matching score with ID Document

Link copied to clipboard

Type:String
Last name matching score with personal data

Link copied to clipboard
public final String getPoaDocumentType()

Type:String
POA document type

Link copied to clipboard
public final String getPostalCodeMatch()

Type:String
Flag which indicates if the postalCode from POA document is matching or not with ID Document

Link copied to clipboard

Type:String
Postal code matching score ID Document

Link copied to clipboard

Type:String
Flag which indicates if the postalCode from POA document is matching or not with personal data

Link copied to clipboard

Type:String
Postal code matching score personal data

Link copied to clipboard
public final String isPOA()

Type:String
Flag to indicate if document got classified as POA or not

Link copied to clipboard
public final String isPOAScore()

Type:String
POA classification score