BarcodeClusterEditor

Defined in framework ScanditBarcodeCapture

BarcodeClusterEditor
open class BarcodeClusterEditor : NSObject

Added in version 7.1.0

Allows edition of clusters. If BarcodeCountSettings.clusteringMode is set to ClusteringMode.disabled, the methods in this class will do nothing.

formCluster
open func formCluster(_ barcodes: Array<Barcode>) -> Void

Added in version 7.1.0

Forms a cluster from the provided barcodes. This operation will fail if one of the barcodes is already part of a cluster.

dissolveCluster
open func dissolveCluster(_ cluster: Cluster) -> Void

Added in version 7.1.0

Dissolves the cluster.

endEditing
open func endEditing() -> Void

Added in version 7.1.0

Notifies the editor that the user has finished cluster edition. Calling this is required in order to resume manual clustering.