z

Class PxlScannerView.Msg

Localised text resources describing current capture state.

public class PxlScannerView.Msg

Field

distorted

Prompt shown when the cutout is distorted.

public static string distorted

looking_for_document

Displayed while the document detection is looking for a page.

public static string looking_for_document

shot_busy

Displayed when the camera is already processing a shot.

public static string shot_busy

shot_not_stable

Displayed when the shake detector reports unstable motion.

public static string shot_not_stable

small_area

Prompt shown when the document footprint is too small.

public static string small_area

unstable

Prompt shown when the detection is still stabilising.

public static string unstable
Top