Uses of Class
com.mindee.parsing.common.Inference
-
-
Uses of Inference in com.mindee
Methods in com.mindee with type parameters of type Inference Modifier and Type Method Description <T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueue(Class<T> type, LocalInputSource localInputSource)Send a local file to an async queue.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueue(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions)Send a local file to an async queue.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueue(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, PageOptions pageOptions)Send a local file to an async queue.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueue(Class<T> type, URL sourceUrl)Send a remote file to an async queue.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueue(Class<T> type, URL sourceUrl, PredictOptions predictOptions)Send a remote file to an async queue.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, PageOptions pageOptions, AsyncPollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. enqueueAndParse(Class<T> type, URL sourceUrl)Send a remote file to an async queue, poll, and parse when complete.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. loadPrediction(Class<T> type, LocalResponse localResponse)Load a local prediction.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, LocalInputSource localInputSource)Send a local file to a Standard prediction API and parse the results.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, LocalInputSource localInputSource, PageOptions pageOptions)Send a local file to a Standard prediction API and parse the results.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions)Send a local file to a Standard prediction API and parse the results.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, LocalInputSource localInputSource, PredictOptions predictOptions, PageOptions pageOptions)Send a local file to a Standard prediction API and parse the results.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, URL urlInputSource)Send a remote file to a Standard prediction API and parse the results.<T extends Inference>
PredictResponse<T>MindeeClient. parse(Class<T> type, URL urlInputSource, PredictOptions predictOptions)Send a remote file to a Standard prediction API and parse the results.<T extends Inference>
AsyncPredictResponse<T>MindeeClient. parseQueued(Class<T> type, String jobId)Parse a document from an async queue.<T extends Inference<?,?>>
StringCommandLineInterface. standardProductAsyncOutput(Class<T> productClass, File file)<T extends Inference<?,?>>
StringCommandLineInterface. standardProductOutput(Class<T> productClass, File file) -
Uses of Inference in com.mindee.cli
Methods in com.mindee.cli with type parameters of type Inference Modifier and Type Method Description <T extends Inference<?,?>>
StringProductProcessor. standardProductAsyncOutput(Class<T> productClass, File file)<T extends Inference<?,?>>
StringProductProcessor. standardProductOutput(Class<T> productClass, File file) -
Uses of Inference in com.mindee.http
Methods in com.mindee.http with type parameters of type Inference Modifier and Type Method Description abstract <DocT extends Inference>
AsyncPredictResponse<DocT>MindeeApi. documentQueueGet(Class<DocT> documentClass, Endpoint endpoint, String jobId)Get a document from the predict queue.<DocT extends Inference>
AsyncPredictResponse<DocT>MindeeHttpApi. documentQueueGet(Class<DocT> documentClass, Endpoint endpoint, String jobId)GET job status and document for an enqueued jobabstract <DocT extends Inference>
WorkflowResponse<DocT>MindeeApi. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)<DocT extends Inference>
WorkflowResponse<DocT>MindeeHttpApi. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)POST a prediction request for a workflow response.abstract <DocT extends Inference>
AsyncPredictResponse<DocT>MindeeApi. predictAsyncPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)Send a file to the prediction queue.<DocT extends Inference>
AsyncPredictResponse<DocT>MindeeHttpApi. predictAsyncPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)POST a prediction request for a custom product.abstract <DocT extends Inference>
PredictResponse<DocT>MindeeApi. predictPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)Send a file to the prediction API.<DocT extends Inference>
PredictResponse<DocT>MindeeHttpApi. predictPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)POST a prediction request for a custom product. -
Uses of Inference in com.mindee.parsing.common
Classes in com.mindee.parsing.common with type parameters of type Inference Modifier and Type Class Description classAsyncPredictResponse<T extends Inference>Represent a `predict` response from Mindee API.classDocument<DocT extends Inference>Define the parsed document.classExecution<DocT extends Inference>Representation of a workflow execution.classPredictResponse<T extends Inference>Represent a `predict` response from Mindee API.classWorkflowResponse<DocT extends Inference>Represents the server response after a document is sent to a workflow. -
Uses of Inference in com.mindee.product.barcodereader
Subclasses of Inference in com.mindee.product.barcodereader Modifier and Type Class Description classBarcodeReaderV1Barcode Reader API version 1 inference prediction. -
Uses of Inference in com.mindee.product.billoflading
Subclasses of Inference in com.mindee.product.billoflading Modifier and Type Class Description classBillOfLadingV1Bill of Lading API version 1 inference prediction. -
Uses of Inference in com.mindee.product.businesscard
Subclasses of Inference in com.mindee.product.businesscard Modifier and Type Class Description classBusinessCardV1Business Card API version 1 inference prediction. -
Uses of Inference in com.mindee.product.cropper
Subclasses of Inference in com.mindee.product.cropper Modifier and Type Class Description classCropperV1Cropper API version 1 inference prediction. -
Uses of Inference in com.mindee.product.custom
Subclasses of Inference in com.mindee.product.custom Modifier and Type Class Description classCustomV1Define a simple model to encapsulate data from a custom API builder model. -
Uses of Inference in com.mindee.product.deliverynote
Subclasses of Inference in com.mindee.product.deliverynote Modifier and Type Class Description classDeliveryNoteV1Delivery note API version 1 inference prediction. -
Uses of Inference in com.mindee.product.driverlicense
Subclasses of Inference in com.mindee.product.driverlicense Modifier and Type Class Description classDriverLicenseV1Driver License API version 1 inference prediction. -
Uses of Inference in com.mindee.product.financialdocument
Subclasses of Inference in com.mindee.product.financialdocument Modifier and Type Class Description classFinancialDocumentV1Financial Document API version 1 inference prediction. -
Uses of Inference in com.mindee.product.fr.bankaccountdetails
Subclasses of Inference in com.mindee.product.fr.bankaccountdetails Modifier and Type Class Description classBankAccountDetailsV1Bank Account Details API version 1 inference prediction.classBankAccountDetailsV2Bank Account Details API version 2 inference prediction. -
Uses of Inference in com.mindee.product.fr.cartegrise
Subclasses of Inference in com.mindee.product.fr.cartegrise Modifier and Type Class Description classCarteGriseV1Carte Grise API version 1 inference prediction. -
Uses of Inference in com.mindee.product.fr.energybill
Subclasses of Inference in com.mindee.product.fr.energybill Modifier and Type Class Description classEnergyBillV1Energy Bill API version 1 inference prediction. -
Uses of Inference in com.mindee.product.fr.healthcard
Subclasses of Inference in com.mindee.product.fr.healthcard Modifier and Type Class Description classHealthCardV1Health Card API version 1 inference prediction. -
Uses of Inference in com.mindee.product.fr.idcard
Subclasses of Inference in com.mindee.product.fr.idcard Modifier and Type Class Description classIdCardV1Carte Nationale d'Identité API version 1 inference prediction.classIdCardV2Carte Nationale d'Identité API version 2 inference prediction. -
Uses of Inference in com.mindee.product.fr.payslip
Subclasses of Inference in com.mindee.product.fr.payslip Modifier and Type Class Description classPayslipV2Payslip API version 2 inference prediction.classPayslipV3Payslip API version 3 inference prediction. -
Uses of Inference in com.mindee.product.generated
Subclasses of Inference in com.mindee.product.generated Modifier and Type Class Description classGeneratedV1Define a simple model to encapsulate data from any API. -
Uses of Inference in com.mindee.product.ind.indianpassport
Subclasses of Inference in com.mindee.product.ind.indianpassport Modifier and Type Class Description classIndianPassportV1Passport - India API version 1 inference prediction. -
Uses of Inference in com.mindee.product.internationalid
Subclasses of Inference in com.mindee.product.internationalid Modifier and Type Class Description classInternationalIdV2International ID API version 2 inference prediction. -
Uses of Inference in com.mindee.product.invoice
Subclasses of Inference in com.mindee.product.invoice Modifier and Type Class Description classInvoiceV4Invoice API version 4 inference prediction. -
Uses of Inference in com.mindee.product.invoicesplitter
Subclasses of Inference in com.mindee.product.invoicesplitter Modifier and Type Class Description classInvoiceSplitterV1Invoice Splitter API version 1 inference prediction. -
Uses of Inference in com.mindee.product.multireceiptsdetector
Subclasses of Inference in com.mindee.product.multireceiptsdetector Modifier and Type Class Description classMultiReceiptsDetectorV1Multi Receipts Detector API version 1 inference prediction. -
Uses of Inference in com.mindee.product.nutritionfactslabel
Subclasses of Inference in com.mindee.product.nutritionfactslabel Modifier and Type Class Description classNutritionFactsLabelV1Nutrition Facts Label API version 1 inference prediction. -
Uses of Inference in com.mindee.product.passport
Subclasses of Inference in com.mindee.product.passport Modifier and Type Class Description classPassportV1Passport API version 1 inference prediction. -
Uses of Inference in com.mindee.product.receipt
Subclasses of Inference in com.mindee.product.receipt Modifier and Type Class Description classReceiptV5Receipt API version 5 inference prediction. -
Uses of Inference in com.mindee.product.resume
Subclasses of Inference in com.mindee.product.resume Modifier and Type Class Description classResumeV1Resume API version 1 inference prediction. -
Uses of Inference in com.mindee.product.us.bankcheck
Subclasses of Inference in com.mindee.product.us.bankcheck Modifier and Type Class Description classBankCheckV1Bank Check API version 1 inference prediction. -
Uses of Inference in com.mindee.product.us.healthcarecard
Subclasses of Inference in com.mindee.product.us.healthcarecard Modifier and Type Class Description classHealthcareCardV1Healthcare Card API version 1 inference prediction. -
Uses of Inference in com.mindee.product.us.usmail
Subclasses of Inference in com.mindee.product.us.usmail Modifier and Type Class Description classUsMailV3US Mail API version 3 inference prediction.
-