Uses of Class
com.mindee.v1.parsing.common.Inference
-
-
Uses of Inference in com.mindee.v1
Methods in com.mindee.v1 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, PollingOptions 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, PageOptions pageOptions, PollingOptions 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, PollingOptions 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>
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.v1.cli
Methods in com.mindee.v1.cli with type parameters of type Inference Modifier and Type Method Description <T extends Inference<?,?>>
StringProductProcessor. standardProductAsyncOutput(Class<T> productClass, File file)Process a product asynchronously.<T extends Inference<?,?>>
StringProductProcessor. standardProductOutput(Class<T> productClass, File file)Process a product synchronously. -
Uses of Inference in com.mindee.v1.http
Methods in com.mindee.v1.http with type parameters of type Inference Modifier and Type Method Description abstract <DocT extends Inference>
AsyncPredictResponse<DocT>MindeeApiV1. documentQueueGet(Class<DocT> documentClass, Endpoint endpoint, String jobId)Get a document from the predict queue.<DocT extends Inference>
AsyncPredictResponse<DocT>MindeeHttpApiV1. documentQueueGet(Class<DocT> documentClass, Endpoint endpoint, String jobId)GET job status and document for an enqueued job.abstract <DocT extends Inference>
WorkflowResponse<DocT>MindeeApiV1. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)Execute a workflow.<DocT extends Inference>
WorkflowResponse<DocT>MindeeHttpApiV1. executeWorkflowPost(Class<DocT> documentClass, String workflowId, RequestParameters requestParameters)POST a prediction request for a workflow response.abstract <DocT extends Inference>
AsyncPredictResponse<DocT>MindeeApiV1. predictAsyncPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)Send a file to the prediction queue.<DocT extends Inference>
AsyncPredictResponse<DocT>MindeeHttpApiV1. predictAsyncPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)POST a prediction request for a custom product.abstract <DocT extends Inference>
PredictResponse<DocT>MindeeApiV1. predictPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)Send a file to the prediction API.<DocT extends Inference>
PredictResponse<DocT>MindeeHttpApiV1. predictPost(Class<DocT> documentClass, Endpoint endpoint, RequestParameters requestParameters)POST a prediction request for a custom product. -
Uses of Inference in com.mindee.v1.parsing
Methods in com.mindee.v1.parsing with type parameters of type Inference Modifier and Type Method Description <T extends Inference>
AsyncPredictResponse<T>LocalResponse. deserializeAsyncResponse(Class<T> productClass)Deserialize this local JSON payload into a specificAsyncPredictResponse.<T extends Inference>
PredictResponse<T>LocalResponse. deserializeSyncResponse(Class<T> productClass)Deserialize this local JSON payload into a specificPredictResponse. -
Uses of Inference in com.mindee.v1.parsing.common
Classes in com.mindee.v1.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.v1.product.barcodereader
Subclasses of Inference in com.mindee.v1.product.barcodereader Modifier and Type Class Description classBarcodeReaderV1Barcode Reader API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.cropper
Subclasses of Inference in com.mindee.v1.product.cropper Modifier and Type Class Description classCropperV1Cropper API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.driverlicense
Subclasses of Inference in com.mindee.v1.product.driverlicense Modifier and Type Class Description classDriverLicenseV1Driver License API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.financialdocument
Subclasses of Inference in com.mindee.v1.product.financialdocument Modifier and Type Class Description classFinancialDocumentV1Financial Document API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.fr.bankaccountdetails
Subclasses of Inference in com.mindee.v1.product.fr.bankaccountdetails Modifier and Type Class Description classBankAccountDetailsV2Bank Account Details API version 2 inference prediction. -
Uses of Inference in com.mindee.v1.product.fr.cartegrise
Subclasses of Inference in com.mindee.v1.product.fr.cartegrise Modifier and Type Class Description classCarteGriseV1Carte Grise API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.fr.idcard
Subclasses of Inference in com.mindee.v1.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.v1.product.generated
Subclasses of Inference in com.mindee.v1.product.generated Modifier and Type Class Description classGeneratedV1Define a simple model to encapsulate data from any API. -
Uses of Inference in com.mindee.v1.product.ind.indianpassport
Subclasses of Inference in com.mindee.v1.product.ind.indianpassport Modifier and Type Class Description classIndianPassportV1Passport - India API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.internationalid
Subclasses of Inference in com.mindee.v1.product.internationalid Modifier and Type Class Description classInternationalIdV2International ID API version 2 inference prediction. -
Uses of Inference in com.mindee.v1.product.invoice
Subclasses of Inference in com.mindee.v1.product.invoice Modifier and Type Class Description classInvoiceV4Invoice API version 4 inference prediction. -
Uses of Inference in com.mindee.v1.product.invoicesplitter
Subclasses of Inference in com.mindee.v1.product.invoicesplitter Modifier and Type Class Description classInvoiceSplitterV1Invoice Splitter API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.multireceiptsdetector
Subclasses of Inference in com.mindee.v1.product.multireceiptsdetector Modifier and Type Class Description classMultiReceiptsDetectorV1Multi Receipts Detector API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.passport
Subclasses of Inference in com.mindee.v1.product.passport Modifier and Type Class Description classPassportV1Passport API version 1 inference prediction. -
Uses of Inference in com.mindee.v1.product.receipt
Subclasses of Inference in com.mindee.v1.product.receipt Modifier and Type Class Description classReceiptV5Receipt API version 5 inference prediction.
-