Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

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