Uses of Class
com.mindee.v2.MindeeClient
-
Packages that use MindeeClient Package Description com.mindee.v2.cli -
-
Uses of MindeeClient in com.mindee.v2.cli
Methods in com.mindee.v2.cli with parameters of type MindeeClient Modifier and Type Method Description protected abstract CommonResponseBaseInferenceCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)Executes the inference request and returns the product response.protected CommonResponseClassificationCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)protected CommonResponseCropCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)protected CommonResponseExtractionCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)protected CommonResponseOcrCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)protected CommonResponseSplitCommand. executeRequest(MindeeClient client, LocalInputSource inputSource)
-