Uses of Class
net.webpdf.wsclient.openapi.OperationDetectBarcode.OutputFormatEnum
-
Packages that use OperationDetectBarcode.OutputFormatEnum Package Description net.webpdf.wsclient.openapi -
-
Uses of OperationDetectBarcode.OutputFormatEnum in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return OperationDetectBarcode.OutputFormatEnum Modifier and Type Method Description static OperationDetectBarcode.OutputFormatEnumOperationDetectBarcode.OutputFormatEnum. fromValue(String value)@Nullable OperationDetectBarcode.OutputFormatEnumOperationDetectBarcode. getOutputFormat()Used to select the format in which the recognition results should be returnedstatic OperationDetectBarcode.OutputFormatEnumOperationDetectBarcode.OutputFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static OperationDetectBarcode.OutputFormatEnum[]OperationDetectBarcode.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 OperationDetectBarcode.OutputFormatEnum Modifier and Type Method Description OperationDetectBarcodeOperationDetectBarcode. outputFormat(OperationDetectBarcode.OutputFormatEnum outputFormat)voidOperationDetectBarcode. setOutputFormat(OperationDetectBarcode.OutputFormatEnum outputFormat)
-