Table of contents
Swift
Objective-C

DecodedBarcodesResult

Interface DecodedBarcodesResult represents information of decoded barcodes from an image.

interface DecodedBarcodesResult extends CapturedResultBase{
    readonly barcodeResultItems: Array<BarcodeResultItem>;
}

barcodeResultItems

An array of BarcodeResultItem objects, representing the list of decoded barcodes found in the image.

readonly barcodeResultItems: Array<BarcodeResultItem>;

See also

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: