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.receipt -
-
Uses of LocaleField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as LocaleField Modifier and Type Field Description protected LocaleFieldFinancialDocumentV1Document. localeThe locale of the document.Methods in com.mindee.product.financialdocument that return LocaleField Modifier and Type Method Description LocaleFieldFinancialDocumentV1Document. getLocale()The locale of 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 LocaleFieldInvoiceV4Document. localeThe locale of the document.Methods in com.mindee.product.invoice that return LocaleField Modifier and Type Method Description LocaleFieldInvoiceV4Document. getLocale()The locale of 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 LocaleFieldReceiptV5Document. localeThe locale of the document.Methods in com.mindee.product.receipt that return LocaleField Modifier and Type Method Description LocaleFieldReceiptV5Document. getLocale()The locale of the document.
-