Table of contents
Swift
Objective-C

EnumTerminatePhase

enum EnumTerminatePhase {
    TP_REGION_PREDETECTED = 1, // Terminate after the barcode region is pre-detected.
    TP_IMAGE_PREPROCESSED = 2, // Terminate after the image is preprocessed.
    TP_IMAGE_BINARIZED = 4, // Terminate after the image is binarized.
    TP_BARCODE_LOCALIZED = 8, // Terminate after the barcode zone is localized.
    TP_BARCODE_TYPE_DETERMINED = 16, // Terminate after the barcode type is identified.
    TP_BARCODE_RECOGNIZED = 32 // Terminate after the barcode is recognized.
}

This page is compatible for:

Is this page helpful?

YesYes NoNo