Table of Contents

Class UserGuidanceStates

Namespace
ScanbotSDK.MAUI.Document
Assembly
DocumentSDK.MAUI.dll
public class UserGuidanceStates
Inheritance
UserGuidanceStates
Inherited Members

Constructors

UserGuidanceStates()

public UserGuidanceStates()

Properties

BadAngles

public string BadAngles { get; set; }

Property Value

string

BadAspectRatio

public string BadAspectRatio { get; set; }

Property Value

string

CaptureManual

public string CaptureManual { get; set; }

Property Value

string

Capturing

public string Capturing { get; set; }

Property Value

string

EnergySaveMode

public string EnergySaveMode { get; set; }

Property Value

string

NoDocumentFound

public string NoDocumentFound { get; set; }

Property Value

string

OrientationMismatch

public string OrientationMismatch { get; set; }

Property Value

string

ReadyToCapture

public string ReadyToCapture { get; set; }

Property Value

string

TextHintOffCenter

public string TextHintOffCenter { get; set; }

Property Value

string

TooDark

public string TooDark { get; set; }

Property Value

string

TooNoisy

public string TooNoisy { get; set; }

Property Value

string

TooSmall

public string TooSmall { get; set; }

Property Value

string

Methods

FromJson(string)

public static UserGuidanceStates FromJson(string rawJson)

Parameters

rawJson string

Returns

UserGuidanceStates