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.

EnableQRCodeModel1

EnableQRCodeModel1 determines whether to decode QRCode model 1 barcodes. It is defined as below:

Value Type Value Range Default Value Template Structure Type
int [0, 1] 0 FormatSpecification

Remarks

  • 0: Do not decode QRCode model 1 barcodes.
  • 1: Decode QRCode model 1 barcodes.
  • It is valid only for QRCode.

Setting Methods

EnableQRCodeModel1 can be set via JSON template.

As JSON Parameter

EnableQRCodeModel1 as a JSON parameter is an int value defined as below.

Key Name Key Value
EnableQRCodeModel1 0 or 1

JSON Example

{
    "EnableQRCodeModel1": 1
}

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: