Class QrScanMode
Define how IronQR scans and detects QR Codes in an image to read. By default, a ML model will scan the image, and a basic second scan will be run if the ML model finds none.
Inheritance
System.Object
QrScanMode
Namespace: IronQr.Enum
Assembly: IronQr.dll
Syntax
public sealed class QrScanMode : Enum
Fields
Auto
Attempt to find QR Codes using the Machine Learning model, and fallback to a basic brute-force read if none are found.
Declaration
public const QrScanMode Auto
Field Value
| Type | Description |
|---|---|
| QrScanMode |
OnlyBasicScan
Only attempt to find QR Codes using the basic brute-force read (can be run with IronQR.Slim alone).
Declaration
public const QrScanMode OnlyBasicScan
Field Value
| Type | Description |
|---|---|
| QrScanMode |
OnlyDetectionModel
Only attempt to find QR Codes using the Machine Learning model.
Declaration
public const QrScanMode OnlyDetectionModel
Field Value
| Type | Description |
|---|---|
| QrScanMode |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |