CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPayloadDetectOptions

Namespace CodeGlyphX.Payloads
Assembly CodeGlyphX
Modifiers sealed

Options that control payload auto-detection heuristics.

Inheritance

  • Object
  • QrPayloadDetectOptions

Usage

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

Accepted by parameters

Constructors

Properties

public Boolean AllowBareEmail { get; set; } #

Allows detecting bare email addresses (e.g. user@example.com).

public Boolean AllowBarePhone { get; set; } #

Allows detecting bare phone numbers (e.g. +1 555 123 4567).

public Boolean AllowBareUrl { get; set; } #

Allows detecting bare URLs (e.g. example.com).

public Boolean PreferTextWhenAmbiguous { get; set; } #

Prefer treating ambiguous inputs with whitespace as plain text.