Class DocumentRecognitionStep
- Namespace
- IO.Scanbot.Sdk.UI.View.Genericdocument
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/genericdocument/DocumentRecognitionStep", DoNotGenerateAcw = true)]
public sealed class DocumentRecognitionStep : Enum, ISerializable, IComparable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentRecognitionStep
- Implements
-
- Inherited Members
-
Properties
AllDone
[Register("ALL_DONE")]
public static DocumentRecognitionStep AllDone { get; }
Property Value
- DocumentRecognitionStep
BackDone
[Register("BACK_DONE")]
public static DocumentRecognitionStep BackDone { get; }
Property Value
- DocumentRecognitionStep
FrontDone
[Register("FRONT_DONE")]
public static DocumentRecognitionStep FrontDone { get; }
Property Value
- DocumentRecognitionStep
Initial
[Register("INITIAL")]
public static DocumentRecognitionStep Initial { get; }
Property Value
- DocumentRecognitionStep
NotReady
[Register("NOT_READY")]
public static DocumentRecognitionStep NotReady { get; }
Property Value
- DocumentRecognitionStep
ScanningBack
[Register("SCANNING_BACK")]
public static DocumentRecognitionStep ScanningBack { get; }
Property Value
- DocumentRecognitionStep
ScanningFront
[Register("SCANNING_FRONT")]
public static DocumentRecognitionStep ScanningFront { get; }
Property Value
- DocumentRecognitionStep
Methods
ValueOf(string)
[Register("valueOf", "(Ljava/lang/String;)Lio/scanbot/sdk/ui/view/genericdocument/DocumentRecognitionStep;", "")]
public static DocumentRecognitionStep ValueOf(string value)
Parameters
value
string
Returns
- DocumentRecognitionStep
Values()
[Register("values", "()[Lio/scanbot/sdk/ui/view/genericdocument/DocumentRecognitionStep;", "")]
public static DocumentRecognitionStep[] Values()
Returns
- DocumentRecognitionStep[]