Uses of Interface
cz.fidentis.analyst.engines.face.landmarksapi.invoker.ApiCallback
Packages that use ApiCallback
Package
Description
-
Uses of ApiCallback in cz.fidentis.analyst.engines.face.landmarksapi
Methods in cz.fidentis.analyst.engines.face.landmarksapi with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
PredictLandmarksApi.uploadFileV1PredictLandmarksPostAsync
(File _file, ApiCallback<Map<String, List<BigDecimal>>> _callback) Upload File (asynchronously)okhttp3.Call
PredictLandmarksApi.uploadFileV1PredictLandmarksPostCall
(File _file, ApiCallback _callback) Build call for uploadFileV1PredictLandmarksPost -
Uses of ApiCallback in cz.fidentis.analyst.engines.face.landmarksapi.invoker
Methods in cz.fidentis.analyst.engines.face.landmarksapi.invoker with parameters of type ApiCallbackModifier and TypeMethodDescriptionokhttp3.Call
ApiClient.buildCall
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build HTTP call with the given options.okhttp3.Request
ApiClient.buildRequest
(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String[] authNames, ApiCallback callback) Build an HTTP request with the given options.<T> void
ApiClient.executeAsync
(okhttp3.Call call, ApiCallback<T> callback) <T> void
ApiClient.executeAsync
(okhttp3.Call call, Type returnType, ApiCallback<T> callback) Execute HTTP call asynchronously.Constructors in cz.fidentis.analyst.engines.face.landmarksapi.invoker with parameters of type ApiCallbackModifierConstructorDescriptionProgressRequestBody
(okhttp3.RequestBody requestBody, ApiCallback callback) ProgressResponseBody
(okhttp3.ResponseBody responseBody, ApiCallback callback)