Uses of Class
net.webpdf.wsclient.openapi.OperationOcr
-
Packages that use OperationOcr Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.webservice.rest -
-
Uses of OperationOcr in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi with parameters of type OperationOcr Modifier and Type Method Description OperationOcrOperationOperationOcrOperation. ocr(OperationOcr ocr)voidOperationOcrOperation. setOcr(OperationOcr ocr)voidRestOperationData. setOcr(@Nullable OperationOcr value)Sets theOperationOcrfor thisRestOperationData. -
Uses of OperationOcr in net.webpdf.wsclient.webservice.rest
Methods in net.webpdf.wsclient.webservice.rest that return OperationOcr Modifier and Type Method Description @NotNull OperationOcrOcrRestWebService. getOperationParameters()Returns theOcrRestWebServicespecificOperationOcr, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.rest with parameters of type OperationOcr Modifier and Type Method Description voidOcrRestWebService. setOperationParameters(@Nullable OperationOcr operation)Sets theOcrRestWebServicespecificOperationOcrelement, which allows setting parameters for the webservice execution.
-