Table of Contents

Class EhicRecognizerParameters

Namespace
IO.Scanbot.Ehicscanner
Assembly
DocumentSDK.NET.Droid.dll
[Register("io/scanbot/ehicscanner/EhicRecognizerParameters", DoNotGenerateAcw = true)]
public sealed class EhicRecognizerParameters : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
Inheritance
EhicRecognizerParameters
Implements
Inherited Members

Constructors

EhicRecognizerParameters()

[Register(".ctor", "()V", "")]
public EhicRecognizerParameters()

EhicRecognizerParameters(IList<EhicCountryType>, int, int, int, int, int, int, int)

[Register(".ctor", "(Ljava/util/List;IIIIIII)V", "")]
public EhicRecognizerParameters(IList<EhicCountryType> acceptedCountries, int minBirthYear, int maxBirthYear, int minExpirationYear, int maxExpirationYear, int maxCountryDetectionAttempts, int maxAccumulatedFrameCount, int minEqualFrameCount)

Parameters

acceptedCountries IList<EhicCountryType>
minBirthYear int
maxBirthYear int
minExpirationYear int
maxExpirationYear int
maxCountryDetectionAttempts int
maxAccumulatedFrameCount int
minEqualFrameCount int

Properties

AcceptedCountries

public IList<EhicCountryType> AcceptedCountries { get; }

Property Value

IList<EhicCountryType>

Creator

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

Property Value

IParcelableCreator

MaxAccumulatedFrameCount

public int MaxAccumulatedFrameCount { get; }

Property Value

int

MaxBirthYear

public int MaxBirthYear { get; }

Property Value

int

MaxCountryDetectionAttempts

public int MaxCountryDetectionAttempts { get; }

Property Value

int

MaxExpirationYear

public int MaxExpirationYear { get; }

Property Value

int

MinBirthYear

public int MinBirthYear { get; }

Property Value

int

MinEqualFrameCount

public int MinEqualFrameCount { get; }

Property Value

int

MinExpirationYear

public int MinExpirationYear { get; }

Property Value

int

Methods

Component1()

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

Returns

IList<EhicCountryType>

Component2()

[Register("component2", "()I", "")]
public int Component2()

Returns

int

Component3()

[Register("component3", "()I", "")]
public int Component3()

Returns

int

Component4()

[Register("component4", "()I", "")]
public int Component4()

Returns

int

Component5()

[Register("component5", "()I", "")]
public int Component5()

Returns

int

Component6()

[Register("component6", "()I", "")]
public int Component6()

Returns

int

Component7()

[Register("component7", "()I", "")]
public int Component7()

Returns

int

Component8()

[Register("component8", "()I", "")]
public int Component8()

Returns

int

Copy(IList<EhicCountryType>, int, int, int, int, int, int, int)

[Register("copy", "(Ljava/util/List;IIIIIII)Lio/scanbot/ehicscanner/EhicRecognizerParameters;", "")]
public EhicRecognizerParameters Copy(IList<EhicCountryType> acceptedCountries, int minBirthYear, int maxBirthYear, int minExpirationYear, int maxExpirationYear, int maxCountryDetectionAttempts, int maxAccumulatedFrameCount, int minEqualFrameCount)

Parameters

acceptedCountries IList<EhicCountryType>
minBirthYear int
maxBirthYear int
minExpirationYear int
maxExpirationYear int
maxCountryDetectionAttempts int
maxAccumulatedFrameCount int
minEqualFrameCount int

Returns

EhicRecognizerParameters

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.