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
intmaxBirthYear
intminExpirationYear
intmaxExpirationYear
intmaxCountryDetectionAttempts
intmaxAccumulatedFrameCount
intminEqualFrameCount
int
Properties
AcceptedCountries
public IList<EhicCountryType> AcceptedCountries { get; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
MaxAccumulatedFrameCount
public int MaxAccumulatedFrameCount { get; }
Property Value
MaxBirthYear
public int MaxBirthYear { get; }
Property Value
MaxCountryDetectionAttempts
public int MaxCountryDetectionAttempts { get; }
Property Value
MaxExpirationYear
public int MaxExpirationYear { get; }
Property Value
MinBirthYear
public int MinBirthYear { get; }
Property Value
MinEqualFrameCount
public int MinEqualFrameCount { get; }
Property Value
MinExpirationYear
public int MinExpirationYear { get; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/util/List;", "")]
public IList<EhicCountryType> Component1()
Returns
Component2()
[Register("component2", "()I", "")]
public int Component2()
Returns
Component3()
[Register("component3", "()I", "")]
public int Component3()
Returns
Component4()
[Register("component4", "()I", "")]
public int Component4()
Returns
Component5()
[Register("component5", "()I", "")]
public int Component5()
Returns
Component6()
[Register("component6", "()I", "")]
public int Component6()
Returns
Component7()
[Register("component7", "()I", "")]
public int Component7()
Returns
Component8()
[Register("component8", "()I", "")]
public int Component8()
Returns
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
intmaxBirthYear
intminExpirationYear
intmaxExpirationYear
intmaxCountryDetectionAttempts
intmaxAccumulatedFrameCount
intminEqualFrameCount
int
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