Class JsonTextDataScannerStep
- Namespace
- IO.Scanbot.Sdk.UI.View.Generictext.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/generictext/configuration/json/JsonTextDataScannerStep", DoNotGenerateAcw = true)]
public sealed class JsonTextDataScannerStep : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
JsonTextDataScannerStep
- Implements
- Inherited Members
Constructors
JsonTextDataScannerStep(string, string, Boolean, double, JsonAspectRatio, Double, string, Long)
[Register(".ctor", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;DLio/scanbot/sdk/ui/configuration/json/JsonAspectRatio;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/Long;)V", "")]
public JsonTextDataScannerStep(string guidanceText, string pattern, Boolean shouldMatchSubstring, double preferredZoom, JsonAspectRatio aspectRatio, Double unzoomedFinderHeight, string allowedSymbols, Long significantShakeDelay)
Parameters
guidanceText
stringpattern
stringshouldMatchSubstring
BooleanpreferredZoom
doubleaspectRatio
JsonAspectRatiounzoomedFinderHeight
DoubleallowedSymbols
stringsignificantShakeDelay
Long
Properties
AllowedSymbols
public string AllowedSymbols { get; set; }
Property Value
AspectRatio
public JsonAspectRatio AspectRatio { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
GuidanceText
public string GuidanceText { get; set; }
Property Value
Pattern
public string Pattern { get; set; }
Property Value
PreferredZoom
public double PreferredZoom { get; set; }
Property Value
ShouldMatchSubstring
public Boolean ShouldMatchSubstring { get; set; }
Property Value
SignificantShakeDelay
public Long SignificantShakeDelay { get; set; }
Property Value
UnzoomedFinderHeight
public Double UnzoomedFinderHeight { 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", "()Ljava/lang/Boolean;", "")]
public Boolean Component3()
Returns
Component4()
[Register("component4", "()D", "")]
public double Component4()
Returns
Component5()
[Register("component5", "()Lio/scanbot/sdk/ui/configuration/json/JsonAspectRatio;", "")]
public JsonAspectRatio Component5()
Returns
Component6()
[Register("component6", "()Ljava/lang/Double;", "")]
public Double Component6()
Returns
Component7()
[Register("component7", "()Ljava/lang/String;", "")]
public string Component7()
Returns
Component8()
[Register("component8", "()Ljava/lang/Long;", "")]
public Long Component8()
Returns
Copy(string, string, Boolean, double, JsonAspectRatio, Double, string, Long)
[Register("copy", "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Boolean;DLio/scanbot/sdk/ui/configuration/json/JsonAspectRatio;Ljava/lang/Double;Ljava/lang/String;Ljava/lang/Long;)Lio/scanbot/sdk/ui/view/generictext/configuration/json/JsonTextDataScannerStep;", "")]
public JsonTextDataScannerStep Copy(string guidanceText, string pattern, Boolean shouldMatchSubstring, double preferredZoom, JsonAspectRatio aspectRatio, Double unzoomedFinderHeight, string allowedSymbols, Long significantShakeDelay)
Parameters
guidanceText
stringpattern
stringshouldMatchSubstring
BooleanpreferredZoom
doubleaspectRatio
JsonAspectRatiounzoomedFinderHeight
DoubleallowedSymbols
stringsignificantShakeDelay
Long
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
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