Uses of Class
com.mindee.parsing.common.ApiResponse
-
Packages that use ApiResponse Package Description com.mindee.parsing.common -
-
Uses of ApiResponse in com.mindee.parsing.common
Subclasses of ApiResponse in com.mindee.parsing.common Modifier and Type Class Description class
AsyncPredictResponse<T extends Inference>
Represent a `predict` response from Mindee API.class
PredictResponse<T extends Inference>
Represent a `predict` response from Mindee API.class
WorkflowResponse<DocT extends Inference>
Represents the server response after a document is sent to a workflow.static class
WorkflowResponse.Default
Default product is GeneratedV1.
-