errorCorrection property

EncodeHintType<Object> errorCorrection
final

Specifies what degree of error correction to use, for example in QR Codes. Type depends on the encoder. For example for QR codes it's type {com.google.zxing.qrcode.decoder.ErrorCorrectionLevel ErrorCorrectionLevel}. For Aztec it is of type {@link Integer}, representing the minimal percentage of error correction words. For PDF417 it is of type {@link Integer}, valid values being 0 to 8. In all cases, it can also be a {@link String} representation of the desired value as well. Note: an Aztec symbol should have a minimum of 25% EC words.

Implementation

static final errorCorrection = EncodeHintType<Object>();