Uses of Class
org.openapitools.client.model.BarcodeScanResult
Packages that use BarcodeScanResult
-
Uses of BarcodeScanResult in org.openapitools.client.api
Methods in org.openapitools.client.api that return BarcodeScanResultModifier and TypeMethodDescriptionBarcodeScanApi.barcodeScanImage(File imageFile) Scan and recognize an image of a barcode Scan an image or photo of a barcode and return the result.Methods in org.openapitools.client.api that return types with arguments of type BarcodeScanResultModifier and TypeMethodDescriptionBarcodeScanApi.barcodeScanImageWithHttpInfo(File imageFile) Scan and recognize an image of a barcode Scan an image or photo of a barcode and return the result.Method parameters in org.openapitools.client.api with type arguments of type BarcodeScanResultModifier and TypeMethodDescriptionokhttp3.CallBarcodeScanApi.barcodeScanImageAsync(File imageFile, ApiCallback<BarcodeScanResult> _callback) Scan and recognize an image of a barcode (asynchronously) Scan an image or photo of a barcode and return the result. -
Uses of BarcodeScanResult in org.openapitools.client.model
Methods in org.openapitools.client.model that return BarcodeScanResultModifier and TypeMethodDescriptionBarcodeScanResult.barcodeType(String barcodeType) static BarcodeScanResultCreate an instance of BarcodeScanResult given an JSON stringBarcodeScanResult.successful(Boolean successful)