Table of Contents

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 string
pattern string
shouldMatchSubstring Boolean
preferredZoom double
aspectRatio JsonAspectRatio
unzoomedFinderHeight Double
allowedSymbols string
significantShakeDelay Long

Properties

AllowedSymbols

public string AllowedSymbols { get; set; }

Property Value

string

AspectRatio

public JsonAspectRatio AspectRatio { get; set; }

Property Value

JsonAspectRatio

Creator

[Register("CREATOR")]
public static IParcelableCreator Creator { get; }

Property Value

IParcelableCreator

GuidanceText

public string GuidanceText { get; set; }

Property Value

string

Pattern

public string Pattern { get; set; }

Property Value

string

PreferredZoom

public double PreferredZoom { get; set; }

Property Value

double

ShouldMatchSubstring

public Boolean ShouldMatchSubstring { get; set; }

Property Value

Boolean

SignificantShakeDelay

public Long SignificantShakeDelay { get; set; }

Property Value

Long

UnzoomedFinderHeight

public Double UnzoomedFinderHeight { get; set; }

Property Value

Double

Methods

Component1()

[Register("component1", "()Ljava/lang/String;", "")]
public string Component1()

Returns

string

Component2()

[Register("component2", "()Ljava/lang/String;", "")]
public string Component2()

Returns

string

Component3()

[Register("component3", "()Ljava/lang/Boolean;", "")]
public Boolean Component3()

Returns

Boolean

Component4()

[Register("component4", "()D", "")]
public double Component4()

Returns

double

Component5()

[Register("component5", "()Lio/scanbot/sdk/ui/configuration/json/JsonAspectRatio;", "")]
public JsonAspectRatio Component5()

Returns

JsonAspectRatio

Component6()

[Register("component6", "()Ljava/lang/Double;", "")]
public Double Component6()

Returns

Double

Component7()

[Register("component7", "()Ljava/lang/String;", "")]
public string Component7()

Returns

string

Component8()

[Register("component8", "()Ljava/lang/Long;", "")]
public Long Component8()

Returns

Long

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 string
pattern string
shouldMatchSubstring Boolean
preferredZoom double
aspectRatio JsonAspectRatio
unzoomedFinderHeight Double
allowedSymbols string
significantShakeDelay Long

Returns

JsonTextDataScannerStep

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

Java documentation for

android.os.Parcelable.describeContents()
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

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 Parcel
flags ParcelableWriteFlags

Additional flags about how the object should be written. May be 0 or #PARCELABLE_WRITE_RETURN_VALUE.

Remarks

Java documentation for

android.os.Parcelable.writeToParcel(android.os.Parcel, int)
.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.