Uses of Class
net.webpdf.wsclient.schema.operation.OcrType
-
Packages that use OcrType Package Description net.webpdf.wsclient.schema.operation net.webpdf.wsclient.webservice.soap -
-
Uses of OcrType in net.webpdf.wsclient.schema.operation
Fields in net.webpdf.wsclient.schema.operation declared as OcrType Modifier and Type Field Description protected OcrTypeOperationData. ocrMethods in net.webpdf.wsclient.schema.operation that return OcrType Modifier and Type Method Description OcrTypeObjectFactory. createOcrType()Create an instance ofOcrTypeOcrTypeOperationData. getOcr()Gets the value of the ocr property.Methods in net.webpdf.wsclient.schema.operation with parameters of type OcrType Modifier and Type Method Description voidOperationData. setOcr(OcrType value)Sets the value of the ocr property. -
Uses of OcrType in net.webpdf.wsclient.webservice.soap
Methods in net.webpdf.wsclient.webservice.soap that return OcrType Modifier and Type Method Description @NotNull OcrTypeOcrWebService. getOperationParameters()Returns theOcrWebServicespecificOcrType, which allows setting parameters for the webservice execution.Methods in net.webpdf.wsclient.webservice.soap with parameters of type OcrType Modifier and Type Method Description voidOcrWebService. setOperationParameters(@Nullable OcrType operation)Sets theOcrWebServicespecificOcrTypeelement, which allows setting parameters for the webservice execution.
-