Uses of Class
com.mindee.parsing.standard.LocaleField
-
Packages that use LocaleField Package Description com.mindee.product.financialdocument com.mindee.product.invoice com.mindee.product.proofofaddress com.mindee.product.receipt -
-
Uses of LocaleField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as LocaleField Modifier and Type Field Description protected LocaleField
FinancialDocumentV1Document. locale
The locale detected on the document.Methods in com.mindee.product.financialdocument that return LocaleField Modifier and Type Method Description LocaleField
FinancialDocumentV1Document. getLocale()
The locale detected on the document. -
Uses of LocaleField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as LocaleField Modifier and Type Field Description protected LocaleField
InvoiceV4Document. locale
The locale detected on the document.Methods in com.mindee.product.invoice that return LocaleField Modifier and Type Method Description LocaleField
InvoiceV4Document. getLocale()
The locale detected on the document. -
Uses of LocaleField in com.mindee.product.proofofaddress
Fields in com.mindee.product.proofofaddress declared as LocaleField Modifier and Type Field Description protected LocaleField
ProofOfAddressV1Document. locale
The locale detected on the document.Methods in com.mindee.product.proofofaddress that return LocaleField Modifier and Type Method Description LocaleField
ProofOfAddressV1Document. getLocale()
The locale detected on the document. -
Uses of LocaleField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as LocaleField Modifier and Type Field Description protected LocaleField
ReceiptV5Document. locale
The locale detected on the document.Methods in com.mindee.product.receipt that return LocaleField Modifier and Type Method Description LocaleField
ReceiptV5Document. getLocale()
The locale detected on the document.LocaleField
ReceiptV4Document. getLocaleField()
Where the purchase was made, the language, and the currency.
-