Uses of Class
com.mindee.parsing.v2.CommonResponse
-
-
Uses of CommonResponse in com.mindee
Methods in com.mindee with type parameters of type CommonResponse Modifier and Type Method Description <TResponse extends CommonResponse>
TResponseMindeeClientV2. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params)Send a local file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClientV2. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params)Send a remote file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClientV2. getResult(Class<TResponse> responseClass, String inferenceId)Get the result of an inference that was previously enqueued. -
Uses of CommonResponse in com.mindee.http
Methods in com.mindee.http with type parameters of type CommonResponse Modifier and Type Method Description abstract <TResponse extends CommonResponse>
TResponseMindeeApiV2. reqGetResult(Class<TResponse> responseClass, String inferenceId)Retrieves the inference from a 302 redirect.<TResponse extends CommonResponse>
TResponseMindeeHttpApiV2. reqGetResult(Class<TResponse> responseClass, String inferenceId)Method parameters in com.mindee.http with type arguments of type CommonResponse Modifier and Type Method Description protected ProductInfoMindeeApiV2. getResponseProductInfo(Class<? extends CommonResponse> responseClass) -
Uses of CommonResponse in com.mindee.input
Methods in com.mindee.input with type parameters of type CommonResponse Modifier and Type Method Description <T extends CommonResponse>
TLocalResponse. deserializeResponse(Class<T> responseClass)Deserialize this local JSON payload into a specificCommonResponsesubtype:InferenceResponse,JobResponse. -
Uses of CommonResponse in com.mindee.parsing.v2
Subclasses of CommonResponse in com.mindee.parsing.v2 Modifier and Type Class Description classInferenceResponseResponse for an extraction inference.classJobResponseRepresents an asynchronous polling response. -
Uses of CommonResponse in com.mindee.v2.product.classification
Subclasses of CommonResponse in com.mindee.v2.product.classification Modifier and Type Class Description classClassificationResponseResponse for a classification utility inference. -
Uses of CommonResponse in com.mindee.v2.product.crop
Subclasses of CommonResponse in com.mindee.v2.product.crop Modifier and Type Class Description classCropResponseResponse for a crop utility inference. -
Uses of CommonResponse in com.mindee.v2.product.ocr
Subclasses of CommonResponse in com.mindee.v2.product.ocr Modifier and Type Class Description classOcrResponseResponse for an OCR utility inference. -
Uses of CommonResponse in com.mindee.v2.product.split
Subclasses of CommonResponse in com.mindee.v2.product.split Modifier and Type Class Description classSplitResponseResponse for a crop utility inference.
-