Uses of Class
net.webpdf.wsclient.openapi.OperationOcr.OutputFormatEnum
-
Packages that use OperationOcr.OutputFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationOcr.OutputFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationOcr.OutputFormatEnum Modifier and Type Method Description static OperationOcr.OutputFormatEnumOperationOcr.OutputFormatEnum. fromValue(String value)@Nullable OperationOcr.OutputFormatEnumOperationOcr. getOutputFormat()Different output formats can be created during character recognition.static OperationOcr.OutputFormatEnumOperationOcr.OutputFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationOcr.OutputFormatEnum[]OperationOcr.OutputFormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.webpdf.wsclient.openapi with parameters of type OperationOcr.OutputFormatEnum Modifier and Type Method Description OperationOcrOperationOcr. outputFormat(OperationOcr.OutputFormatEnum outputFormat)voidOperationOcr. setOutputFormat(OperationOcr.OutputFormatEnum outputFormat)
-