Table of Contents

Class JsonHealthInsuranceCardRecognizerParameters

Namespace
IO.Scanbot.Sdk.UI.View.Hic.Configuration.Json
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/ui/view/hic/configuration/json/JsonHealthInsuranceCardRecognizerParameters", DoNotGenerateAcw = true)]
public sealed class JsonHealthInsuranceCardRecognizerParameters : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
JsonHealthInsuranceCardRecognizerParameters
Implements
Inherited Members

Constructors

JsonHealthInsuranceCardRecognizerParameters(IList<JsonHealthInsuranceCardCountryType>, Integer, Integer, Integer, Integer, Integer, Integer, Integer)

[Register(".ctor", "(Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)V", "")]
public JsonHealthInsuranceCardRecognizerParameters(IList<JsonHealthInsuranceCardCountryType> acceptedCountries, Integer minBirthYear, Integer maxBirthYear, Integer minExpirationYear, Integer maxExpirationYear, Integer maxCountryDetectionAttempts, Integer maxAccumulatedFrameCount, Integer minEqualFrameCount)

Parameters

acceptedCountries IList<JsonHealthInsuranceCardCountryType>
minBirthYear Integer
maxBirthYear Integer
minExpirationYear Integer
maxExpirationYear Integer
maxCountryDetectionAttempts Integer
maxAccumulatedFrameCount Integer
minEqualFrameCount Integer

Properties

AcceptedCountries

public IList<JsonHealthInsuranceCardCountryType> AcceptedCountries { get; set; }

Property Value

IList<JsonHealthInsuranceCardCountryType>

Creator

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

Property Value

IParcelableCreator

MaxAccumulatedFrameCount

public Integer MaxAccumulatedFrameCount { get; set; }

Property Value

Integer

MaxBirthYear

public Integer MaxBirthYear { get; set; }

Property Value

Integer

MaxCountryDetectionAttempts

public Integer MaxCountryDetectionAttempts { get; set; }

Property Value

Integer

MaxExpirationYear

public Integer MaxExpirationYear { get; set; }

Property Value

Integer

MinBirthYear

public Integer MinBirthYear { get; set; }

Property Value

Integer

MinEqualFrameCount

public Integer MinEqualFrameCount { get; set; }

Property Value

Integer

MinExpirationYear

public Integer MinExpirationYear { get; set; }

Property Value

Integer

Methods

Component1()

[Register("component1", "()Ljava/util/List;", "")]
public IList<JsonHealthInsuranceCardCountryType> Component1()

Returns

IList<JsonHealthInsuranceCardCountryType>

Component2()

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

Returns

Integer

Component3()

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

Returns

Integer

Component4()

[Register("component4", "()Ljava/lang/Integer;", "")]
public Integer Component4()

Returns

Integer

Component5()

[Register("component5", "()Ljava/lang/Integer;", "")]
public Integer Component5()

Returns

Integer

Component6()

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

Returns

Integer

Component7()

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

Returns

Integer

Component8()

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

Returns

Integer

Copy(IList<JsonHealthInsuranceCardCountryType>, Integer, Integer, Integer, Integer, Integer, Integer, Integer)

[Register("copy", "(Ljava/util/List;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;Ljava/lang/Integer;)Lio/scanbot/sdk/ui/view/hic/configuration/json/JsonHealthInsuranceCardRecognizerParameters;", "")]
public JsonHealthInsuranceCardRecognizerParameters Copy(IList<JsonHealthInsuranceCardCountryType> acceptedCountries, Integer minBirthYear, Integer maxBirthYear, Integer minExpirationYear, Integer maxExpirationYear, Integer maxCountryDetectionAttempts, Integer maxAccumulatedFrameCount, Integer minEqualFrameCount)

Parameters

acceptedCountries IList<JsonHealthInsuranceCardCountryType>
minBirthYear Integer
maxBirthYear Integer
minExpirationYear Integer
maxExpirationYear Integer
maxCountryDetectionAttempts Integer
maxAccumulatedFrameCount Integer
minEqualFrameCount Integer

Returns

JsonHealthInsuranceCardRecognizerParameters

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.