Uses of Class
com.mindee.v2.parsing.CommonResponse
-
-
Uses of CommonResponse in com.mindee.v2
Methods in com.mindee.v2 with type parameters of type CommonResponse Modifier and Type Method Description <TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params)Send a local file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, LocalInputSource inputSource, BaseParameters params, PollingOptions pollingOptions)Send a local file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params)Send a remote file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClient. enqueueAndGetResult(Class<TResponse> responseClass, URLInputSource inputSource, BaseParameters params, PollingOptions pollingOptions)Send a remote file to an async queue, poll, and parse when complete.<TResponse extends CommonResponse>
TResponseMindeeClient. getResult(Class<TResponse> responseClass, String inferenceId)Get the result of an inference that was previously enqueued. -
Uses of CommonResponse in com.mindee.v2.http
Methods in com.mindee.v2.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.v2.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.v2.parsing
Subclasses of CommonResponse in com.mindee.v2.parsing Modifier and Type Class Description classJobResponseRepresents an asynchronous polling response.Methods in com.mindee.v2.parsing 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.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.extraction
Subclasses of CommonResponse in com.mindee.v2.product.extraction Modifier and Type Class Description classExtractionResponseResponse for an extraction 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.
-