API Reference
Struct
QrPixelDecodeInfo
Diagnostics returned by pixel-based QR decoding attempts.
Inheritance
- ValueType
- QrPixelDecodeInfo
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CodeGlyphDecodeDiagnostics.Qr
Accepted by parameters
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPng
- Method QR.TryDecodeAllPngFile
- Method QR.TryDecodeAllPngFile
- Method QR.TryDecodeAllPngFile
- Method QR.TryDecodeAllPngFile
- Method QR.TryDecodeImage
- Method QR.TryDecodeImage
- Method QR.TryDecodeImage
- Method QR.TryDecodeImage
- Method QR.TryDecodePng
- Method QR.TryDecodePng
- Method QR.TryDecodePng
- Method QR.TryDecodePng
- Method QR.TryDecodePngFile
- Method QR.TryDecodePngFile
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecode
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDecoder.TryDecodeAll
- Method QrDiagnosticsDump.Build
- Method QrDiagnosticsDump.WriteText
- Method QrDiagnosticsDump.WriteText
- Method QrDiagnosticsDump.WriteText
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
- Method QrImageDecoder.TryDecodeImage
Methods
Inherited Methods
Properties
public Int32 Scale { get; } #Gets the scale factor applied before decoding.
public Byte Threshold { get; } #Gets the binarization threshold (0..255).
public Boolean Invert { get; } #Gets a value indicating whether the image was inverted.
public Int32 CandidateCount { get; } #Gets the number of candidate finder patterns detected.
public Int32 CandidateTriplesTried { get; } #Gets the number of finder triples evaluated.
public Int32 Dimension { get; } #Gets the decoded module dimension, when available.
public QrDecodeInfo Module { get; } #Gets the underlying module-level diagnostics.
public Boolean IsSuccess { get; } #Gets a value indicating whether decoding succeeded.
public Double Confidence { get; } #Gets a confidence score (0..1) for the decode.