Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 893 Bytes

File metadata and controls

35 lines (28 loc) · 893 Bytes
layout default-layout
title EnumQRCodeErrorCorrectionLevel - Dynamsoft Barcode Reader Flutter Edition
description EnumQRCodeErrorCorrectionLevel of DynamsoftBarcodeReader Flutter is an enumeration class that defines the error correction levels of QR Codes.
keywords QR Code, EnumQRCodeErrorCorrectionLevel, details, barcode, error, level
needAutoGenerateSidebar true
needGenerateH3Content true
breadcrumbText EnumQRCodeErrorCorrectionLevel

EnumQRCodeErrorCorrectionLevel

EnumQRCodeErrorCorrectionLevel is an enumeration that defines the error correction levels of a QR Code.

Definition

Assembly: dynamsoft_capture_vision_flutter

enum EnumQRCodeErrorCorrectionLevel {
    h,
    l,
    m,
    q
}

Members

Member Description
h High level.
l Low level.
m Medium level.
q Quartile level.