CodeGlyphX logo
CodeGlyphX

API Reference

Enum

ScanProfile

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Selects the scanner speed and accuracy tradeoff.

Inheritance

  • Enum
  • ScanProfile

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const ScanProfile Fast #

Minimizes recognition work.

Value: 0
public const ScanProfile Balanced #

Balances recognition rate and latency.

Value: 1
public const ScanProfile Robust #

Prioritizes recognition rate.

Value: 2
public const ScanProfile Screen #

Uses bounded defaults suitable for screenshots and UI capture.

Value: 3