CodeGlyphX logo
CodeGlyphX

API Reference

Struct

QrPixelDecodeInfo

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

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

Accepted by parameters

Methods

public override String ToString() #
Returns: String

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.