Uses of Class
com.mindee.parsing.standard.ClassificationField
-
-
Uses of ClassificationField in com.mindee.parsing.generated
Methods in com.mindee.parsing.generated that return ClassificationField Modifier and Type Method Description ClassificationFieldGeneratedFeature. asClassificationField()Represent the feature as a standardClassificationField.ClassificationFieldGeneratedObject. asClassificationField()Represent the object as a standardClassificationField. -
Uses of ClassificationField in com.mindee.product.financialdocument
Fields in com.mindee.product.financialdocument declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldFinancialDocumentV1Document. categoryThe purchase category.protected ClassificationFieldFinancialDocumentV1Document. documentTypeThe type of the document: INVOICE or CREDIT NOTE if it is an invoice, CREDIT CARD RECEIPT or EXPENSE RECEIPT if it is a receipt.protected ClassificationFieldFinancialDocumentV1Document. documentTypeExtendedDocument type extended.protected ClassificationFieldFinancialDocumentV1Document. subcategoryThe purchase subcategory for transport, food and shooping.Methods in com.mindee.product.financialdocument that return ClassificationField Modifier and Type Method Description ClassificationFieldFinancialDocumentV1Document. getCategory()The purchase category.ClassificationFieldFinancialDocumentV1Document. getDocumentType()The type of the document: INVOICE or CREDIT NOTE if it is an invoice, CREDIT CARD RECEIPT or EXPENSE RECEIPT if it is a receipt.ClassificationFieldFinancialDocumentV1Document. getDocumentTypeExtended()Document type extended.ClassificationFieldFinancialDocumentV1Document. getSubcategory()The purchase subcategory for transport, food and shooping. -
Uses of ClassificationField in com.mindee.product.fr.idcard
Fields in com.mindee.product.fr.idcard declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldIdCardV1Page. documentSideThe side of the document which is visible.protected ClassificationFieldIdCardV2Page. documentSideThe sides of the document which are visible.protected ClassificationFieldIdCardV2Page. documentTypeThe document type or format.Methods in com.mindee.product.fr.idcard that return ClassificationField Modifier and Type Method Description ClassificationFieldIdCardV1Page. getDocumentSide()The side of the document which is visible.ClassificationFieldIdCardV2Page. getDocumentSide()The sides of the document which are visible.ClassificationFieldIdCardV2Page. getDocumentType()The document type or format. -
Uses of ClassificationField in com.mindee.product.ind.indianpassport
Fields in com.mindee.product.ind.indianpassport declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldIndianPassportV1Document. genderThe gender of the passport holder.protected ClassificationFieldIndianPassportV1Document. pageNumberThe page number of the passport document.Methods in com.mindee.product.ind.indianpassport that return ClassificationField Modifier and Type Method Description ClassificationFieldIndianPassportV1Document. getGender()The gender of the passport holder.ClassificationFieldIndianPassportV1Document. getPageNumber()The page number of the passport document. -
Uses of ClassificationField in com.mindee.product.internationalid
Fields in com.mindee.product.internationalid declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldInternationalIdV2Document. documentTypeThe type of personal identification document.Methods in com.mindee.product.internationalid that return ClassificationField Modifier and Type Method Description ClassificationFieldInternationalIdV2Document. getDocumentType()The type of personal identification document. -
Uses of ClassificationField in com.mindee.product.invoice
Fields in com.mindee.product.invoice declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldInvoiceV4Document. categoryThe purchase category.protected ClassificationFieldInvoiceV4Document. documentTypeDocument type: INVOICE or CREDIT NOTE.protected ClassificationFieldInvoiceV4Document. documentTypeExtendedDocument type extended.protected ClassificationFieldInvoiceV4Document. subcategoryThe purchase subcategory for transport, food and shopping.Methods in com.mindee.product.invoice that return ClassificationField Modifier and Type Method Description ClassificationFieldInvoiceV4Document. getCategory()The purchase category.ClassificationFieldInvoiceV4Document. getDocumentType()Document type: INVOICE or CREDIT NOTE.ClassificationFieldInvoiceV4Document. getDocumentTypeExtended()Document type extended.ClassificationFieldInvoiceV4Document. getSubcategory()The purchase subcategory for transport, food and shopping. -
Uses of ClassificationField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldReceiptV5Document. categoryThe purchase category of the receipt.protected ClassificationFieldReceiptV5Document. documentTypeThe type of receipt: EXPENSE RECEIPT or CREDIT CARD RECEIPT.protected ClassificationFieldReceiptV5Document. subcategoryThe purchase subcategory of the receipt for transport and food.Methods in com.mindee.product.receipt that return ClassificationField Modifier and Type Method Description ClassificationFieldReceiptV5Document. getCategory()The purchase category of the receipt.ClassificationFieldReceiptV5Document. getDocumentType()The type of receipt: EXPENSE RECEIPT or CREDIT CARD RECEIPT.ClassificationFieldReceiptV5Document. getSubcategory()The purchase subcategory of the receipt for transport and food. -
Uses of ClassificationField in com.mindee.product.resume
Fields in com.mindee.product.resume declared as ClassificationField Modifier and Type Field Description protected ClassificationFieldResumeV1Document. documentTypeThe type of the document sent.Methods in com.mindee.product.resume that return ClassificationField Modifier and Type Method Description ClassificationFieldResumeV1Document. getDocumentType()The type of the document sent.
-