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 specificCommonResponse
subtype:InferenceResponse
,JobResponse
. -
Uses of CommonResponse in com.mindee.parsing.v2
Subclasses of CommonResponse in com.mindee.parsing.v2 Modifier and Type Class Description class
InferenceResponse
Represents an asynchronous inference response (V2).class
JobResponse
Represents an asynchronous polling response.
-