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 ClassificationField
GeneratedFeature. asClassificationField()
Represent the feature as a standardClassificationField
.ClassificationField
GeneratedObject. 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 ClassificationField
FinancialDocumentV1Document. category
The purchase category, only for receipts.protected ClassificationField
FinancialDocumentV1Document. documentType
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.protected ClassificationField
FinancialDocumentV1Document. subcategory
The purchase subcategory for transport and food, only for receipts.Methods in com.mindee.product.financialdocument that return ClassificationField Modifier and Type Method Description ClassificationField
FinancialDocumentV1Document. getCategory()
The purchase category, only for receipts.ClassificationField
FinancialDocumentV1Document. 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.ClassificationField
FinancialDocumentV1Document. getSubcategory()
The purchase subcategory for transport and food, only for receipts. -
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 ClassificationField
IdCardV1Page. documentSide
The side of the document which is visible.protected ClassificationField
IdCardV2Page. documentSide
The sides of the document which are visible.protected ClassificationField
IdCardV2Page. documentType
The document type or format.Methods in com.mindee.product.fr.idcard that return ClassificationField Modifier and Type Method Description ClassificationField
IdCardV1Page. getDocumentSide()
The side of the document which is visible.ClassificationField
IdCardV2Page. getDocumentSide()
The sides of the document which are visible.ClassificationField
IdCardV2Page. 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 ClassificationField
IndianPassportV1Document. gender
The gender of the passport holder.protected ClassificationField
IndianPassportV1Document. pageNumber
The page number of the passport document.Methods in com.mindee.product.ind.indianpassport that return ClassificationField Modifier and Type Method Description ClassificationField
IndianPassportV1Document. getGender()
The gender of the passport holder.ClassificationField
IndianPassportV1Document. 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 ClassificationField
InternationalIdV2Document. documentType
The type of personal identification document.Methods in com.mindee.product.internationalid that return ClassificationField Modifier and Type Method Description ClassificationField
InternationalIdV2Document. 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 ClassificationField
InvoiceV4Document. documentType
Document type: INVOICE or CREDIT NOTE.Methods in com.mindee.product.invoice that return ClassificationField Modifier and Type Method Description ClassificationField
InvoiceV4Document. getDocumentType()
Document type: INVOICE or CREDIT NOTE. -
Uses of ClassificationField in com.mindee.product.receipt
Fields in com.mindee.product.receipt declared as ClassificationField Modifier and Type Field Description protected ClassificationField
ReceiptV5Document. category
The purchase category of the receipt.protected ClassificationField
ReceiptV5Document. documentType
The type of receipt: EXPENSE RECEIPT or CREDIT CARD RECEIPT.protected ClassificationField
ReceiptV5Document. subcategory
The purchase subcategory of the receipt for transport and food.Methods in com.mindee.product.receipt that return ClassificationField Modifier and Type Method Description ClassificationField
ReceiptV5Document. getCategory()
The purchase category of the receipt.ClassificationField
ReceiptV5Document. getDocumentType()
The type of receipt: EXPENSE RECEIPT or CREDIT CARD RECEIPT.ClassificationField
ReceiptV5Document. 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 ClassificationField
ResumeV1Document. documentType
The type of the document sent.Methods in com.mindee.product.resume that return ClassificationField Modifier and Type Method Description ClassificationField
ResumeV1Document. getDocumentType()
The type of the document sent.
-