Detect Barcodes On Images Result Field

interface DetectBarcodesOnImagesField {
    barcodeResults: BarcodeResultField[];
    imageFileUri: string;
}

Properties

barcodeResults: BarcodeResultField[]

The array of detected barcodes

imageFileUri: string

The URI of the image file the barcodes have been detected on