Uses of Class
com.mindee.product.custom.CustomV1
-
Packages that use CustomV1 Package Description com.mindee -
-
Uses of CustomV1 in com.mindee
Methods in com.mindee that return types with arguments of type CustomV1 Modifier and Type Method Description PredictResponse<CustomV1>
MindeeClient. parse(LocalInputSource localInputSource, Endpoint endpoint)
Send a local file to a Custom prediction API and parse the results.PredictResponse<CustomV1>
MindeeClient. parse(LocalInputSource localInputSource, Endpoint endpoint, PageOptions pageOptions)
Send a local file to a Custom prediction API and parse the results.PredictResponse<CustomV1>
MindeeClient. parse(URL documentUrl, Endpoint endpoint)
Send a remote file to a Custom prediction API and parse the results.
-