Class UserGuidanceStates
- Namespace
- IO.Scanbot.Sdk.Ui_v2.Document.Configuration
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class UserGuidanceStates : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
UserGuidanceStates
- Implements
-
Constructors
UserGuidanceStates()
public UserGuidanceStates()
UserGuidanceStates(JSONObject)
public UserGuidanceStates(JSONObject json)
Parameters
json
JSONObject
UserGuidanceStates(IDictionary<string, Object>)
public UserGuidanceStates(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
UserGuidanceStates(string, string, string, string, string, string, string, string, string, string, string, string)
public UserGuidanceStates(string noDocumentFound, string badAspectRatio, string badAngles, string orientationMismatch, string textHintOffCenter, string tooSmall, string tooNoisy, string tooDark, string energySaveMode, string readyToCapture, string capturing, string captureManual)
Parameters
noDocumentFound
string
badAspectRatio
string
badAngles
string
orientationMismatch
string
textHintOffCenter
string
tooSmall
string
tooNoisy
string
tooDark
string
energySaveMode
string
readyToCapture
string
capturing
string
captureManual
string
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
Creator
public static IParcelableCreator Creator { get; }
Property Value
- IParcelableCreator
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
Component1()
public string Component1()
Returns
- string
Component10()
public string Component10()
Returns
- string
Component11()
public string Component11()
Returns
- string
Component12()
public string Component12()
Returns
- string
Component2()
public string Component2()
Returns
- string
Component3()
public string Component3()
Returns
- string
Component4()
public string Component4()
Returns
- string
Component5()
public string Component5()
Returns
- string
Component6()
public string Component6()
Returns
- string
Component7()
public string Component7()
Returns
- string
Component8()
public string Component8()
Returns
- string
Component9()
public string Component9()
Returns
- string
Copy(string, string, string, string, string, string, string, string, string, string, string, string)
public UserGuidanceStates Copy(string noDocumentFound, string badAspectRatio, string badAngles, string orientationMismatch, string textHintOffCenter, string tooSmall, string tooNoisy, string tooDark, string energySaveMode, string readyToCapture, string capturing, string captureManual)
Parameters
noDocumentFound
string
badAspectRatio
string
badAngles
string
orientationMismatch
string
textHintOffCenter
string
tooSmall
string
tooNoisy
string
tooDark
string
energySaveMode
string
readyToCapture
string
capturing
string
captureManual
string
Returns
- UserGuidanceStates
Default()
public static UserGuidanceStates Default()
Returns
- UserGuidanceStates
DescribeContents()
public int DescribeContents()
Returns
- int
ToJson(ToJsonConfiguration)
public JSONObject ToJson(ToJsonConfiguration config)
Parameters
config
ToJsonConfiguration
Returns
- JSONObject
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags