z

Class PxlScannerView.Msg

Localised text resources describing current capture state.

Namespace: ImageSdkWrapper.Maui Assembly: ImageSdkWrapper.MAUI

Inheritance: object

public class PxlScannerView.Msg

Field

distorted

Prompt shown when the cutout is distorted.

public static string distorted

Returns

  • string

looking_for_document

Displayed while the document detection is looking for a page.

public static string looking_for_document

Returns

  • string

shot_busy

Displayed when the camera is already processing a shot.

public static string shot_busy

Returns

  • string

shot_not_stable

Displayed when the shake detector reports unstable motion.

public static string shot_not_stable

Returns

  • string

small_area

Prompt shown when the document footprint is too small.

public static string small_area

Returns

  • string

unstable

Prompt shown when the detection is still stabilising.

public static string unstable

Returns

  • string
Top