Uses of Class
com.mindee.parsing.v2.CommonResponse
-
Packages that use CommonResponse Package Description com.mindee.input com.mindee.parsing.v2 -
-
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 classInferenceResponseRepresents an asynchronous inference response (V2).classJobResponseRepresents an asynchronous polling response.
-