Table of contents
Swift
Objective-C

DecodedBarcodesUnit

A unit that contains decoded barcode elements.

interface DecodedBarcodesUnit extends Core.IntermediateResultUnit {
    decodedBarcodes: Array<DecodedBarcodeElement>;         
}

decodedBarcodes

An array of DecodedBarcodeElement objects. Each DecodedBarcodeElement represents a successfully decoded barcode, including information such as the barcode format, text, and other relevant details.

decodedBarcodes: Array<DecodedBarcodeElement>;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: