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 among predefined classes.protected ClassificationField
FinancialDocumentV1Document. documentType
One of: 'INVOICE', 'CREDIT NOTE', 'CREDIT CARD RECEIPT', 'EXPENSE RECEIPT'.protected ClassificationField
FinancialDocumentV1Document. subcategory
The purchase subcategory among predefined classes for transport and food.Methods in com.mindee.product.financialdocument that return ClassificationField Modifier and Type Method Description ClassificationField
FinancialDocumentV1Document. getCategory()
The purchase category among predefined classes.ClassificationField
FinancialDocumentV1Document. getDocumentType()
One of: 'INVOICE', 'CREDIT NOTE', 'CREDIT CARD RECEIPT', 'EXPENSE RECEIPT'.ClassificationField
FinancialDocumentV1Document. getSubcategory()
The purchase subcategory among predefined classes for transport and food. -
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
One of: 'INVOICE', 'CREDIT NOTE'.Methods in com.mindee.product.invoice that return ClassificationField Modifier and Type Method Description ClassificationField
InvoiceV4Document. getDocumentType()
One of: 'INVOICE', '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 among predefined classes.protected ClassificationField
ReceiptV5Document. documentType
One of: 'CREDIT CARD RECEIPT', 'EXPENSE RECEIPT'.protected ClassificationField
ReceiptV5Document. subcategory
The purchase subcategory among predefined classes for transport and food.Methods in com.mindee.product.receipt that return ClassificationField Modifier and Type Method Description ClassificationField
ReceiptV4Document. getCategory()
The type of purchase among a certain list of it (see official documentation for the list).ClassificationField
ReceiptV5Document. getCategory()
The purchase category among predefined classes.ClassificationField
ReceiptV4Document. getDocumentType()
The type of the parsed document (see official documentation for the list).ClassificationField
ReceiptV5Document. getDocumentType()
One of: 'CREDIT CARD RECEIPT', 'EXPENSE RECEIPT'.ClassificationField
ReceiptV5Document. getSubcategory()
The purchase subcategory among predefined classes for transport and food.ClassificationField
ReceiptV4Document. getSubCategory()
The subcategory of purchase among a certain list of it (see official documentation for the list). -
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.
-