Table of Contents

Class JsonTextDataScannerStep

Namespace
IO.Scanbot.Sdk.UI.View.Textpattern.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
public sealed class JsonTextDataScannerStep : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
Inheritance
JsonTextDataScannerStep
Implements

Constructors

JsonTextDataScannerStep(string, string, Boolean, double, JsonAspectRatio, Double, string, Long)

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

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()

public string Component1()

Returns

string

Component2()

public string Component2()

Returns

string

Component3()

public Boolean Component3()

Returns

Boolean

Component4()

public double Component4()

Returns

double

Component5()

public JsonAspectRatio Component5()

Returns

JsonAspectRatio

Component6()

public Double Component6()

Returns

Double

Component7()

public string Component7()

Returns

string

Component8()

public Long Component8()

Returns

Long

Copy(string, string, Boolean, double, JsonAspectRatio, Double, string, Long)

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()

public int DescribeContents()

Returns

int

WriteToParcel(Parcel, ParcelableWriteFlags)

public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)

Parameters

out Parcel
flags ParcelableWriteFlags