Class DocumentScanningFlow
[Register("io/scanbot/sdk/ui_v2/document/configuration/DocumentScanningFlow", DoNotGenerateAcw = true)]
public sealed class DocumentScanningFlow : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
DocumentScanningFlow
- Implements
- Inherited Members
Constructors
DocumentScanningFlow()
[Register(".ctor", "()V", "")]
public DocumentScanningFlow()
DocumentScanningFlow(JSONObject)
[Register(".ctor", "(Lorg/json/JSONObject;)V", "")]
public DocumentScanningFlow(JSONObject json)
Parameters
json
JSONObject
DocumentScanningFlow(IDictionary<string, Object>)
[Register(".ctor", "(Ljava/util/Map;)V", "")]
public DocumentScanningFlow(IDictionary<string, Object> source)
Parameters
source
IDictionary<string, Object>
DocumentScanningFlow(string, string, Palette, DocumentScannerTextLocalization, DocumentFlowAppearanceConfiguration, DocumentScannerOutputSettings, DocumentScannerScreens, string, bool)
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Lio/scanbot/sdk/ui_v2/common/Palette;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerTextLocalization;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentFlowAppearanceConfiguration;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerScreens;Ljava/lang/String;Z)V", "")]
public DocumentScanningFlow(string version, string screen, Palette palette, DocumentScannerTextLocalization localization, DocumentFlowAppearanceConfiguration appearance, DocumentScannerOutputSettings outputSettings, DocumentScannerScreens screens, string documentUuid, bool cleanScanningSession)
Parameters
version
stringscreen
stringpalette
Palettelocalization
DocumentScannerTextLocalizationappearance
DocumentFlowAppearanceConfigurationoutputSettings
DocumentScannerOutputSettingsscreens
DocumentScannerScreensdocumentUuid
stringcleanScanningSession
bool
Properties
Appearance
public DocumentFlowAppearanceConfiguration Appearance { get; set; }
Property Value
CleanScanningSession
public bool CleanScanningSession { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
DocumentUuid
public string DocumentUuid { get; set; }
Property Value
Localization
public DocumentScannerTextLocalization Localization { get; set; }
Property Value
OutputSettings
public DocumentScannerOutputSettings OutputSettings { get; set; }
Property Value
Palette
public Palette Palette { get; set; }
Property Value
Screen
public string Screen { get; set; }
Property Value
Screens
public DocumentScannerScreens Screens { get; set; }
Property Value
Version
public string Version { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()
Returns
Component2()
[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()
Returns
Component3()
[Register("component3", "()Lio/scanbot/sdk/ui_v2/common/Palette;", "")]
public Palette Component3()
Returns
Component4()
[Register("component4", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerTextLocalization;", "")]
public DocumentScannerTextLocalization Component4()
Returns
Component5()
[Register("component5", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentFlowAppearanceConfiguration;", "")]
public DocumentFlowAppearanceConfiguration Component5()
Returns
Component6()
[Register("component6", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;", "")]
public DocumentScannerOutputSettings Component6()
Returns
Component7()
[Register("component7", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerScreens;", "")]
public DocumentScannerScreens Component7()
Returns
Component8()
[Register("component8", "()Ljava/lang/String;", "")]
public string Component8()
Returns
Component9()
[Register("component9", "()Z", "")]
public bool Component9()
Returns
Copy(string, string, Palette, DocumentScannerTextLocalization, DocumentFlowAppearanceConfiguration, DocumentScannerOutputSettings, DocumentScannerScreens, string, bool)
[Register("copy", "(Ljava/lang/String;Ljava/lang/String;Lio/scanbot/sdk/ui_v2/common/Palette;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerTextLocalization;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentFlowAppearanceConfiguration;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerOutputSettings;Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScannerScreens;Ljava/lang/String;Z)Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScanningFlow;", "")]
public DocumentScanningFlow Copy(string version, string screen, Palette palette, DocumentScannerTextLocalization localization, DocumentFlowAppearanceConfiguration appearance, DocumentScannerOutputSettings outputSettings, DocumentScannerScreens screens, string documentUuid, bool cleanScanningSession)
Parameters
version
stringscreen
stringpalette
Palettelocalization
DocumentScannerTextLocalizationappearance
DocumentFlowAppearanceConfigurationoutputSettings
DocumentScannerOutputSettingsscreens
DocumentScannerScreensdocumentUuid
stringcleanScanningSession
bool
Returns
Default()
[Register("default", "()Lio/scanbot/sdk/ui_v2/document/configuration/DocumentScanningFlow;", "")]
public static DocumentScanningFlow Default()
Returns
DescribeContents()
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation.
[Register("describeContents", "()I", "")]
public int DescribeContents()
Returns
- int
a bitmask indicating the set of special object types marshaled by this Parcelable object instance.
Remarks
.
android.os.Parcelable.describeContents()
Portions of this page are modifications based on work created and shared by the
ToJson()
[Register("toJson", "()Lorg/json/JSONObject;", "")]
public JSONObject ToJson()
Returns
WriteToParcel(Parcel, ParcelableWriteFlags)
Flatten this object in to a Parcel.
[Register("writeToParcel", "(Landroid/os/Parcel;I)V", "")]
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcelflags
ParcelableWriteFlagsAdditional flags about how the object should be written. May be 0 or
#PARCELABLE_WRITE_RETURN_VALUE
.
Remarks
.
android.os.Parcelable.writeToParcel(android.os.Parcel, int)
Portions of this page are modifications based on work created and shared by the