Class JsonHealthInsuranceCardRecognizerParameters
[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
IntegermaxBirthYear
IntegerminExpirationYear
IntegermaxExpirationYear
IntegermaxCountryDetectionAttempts
IntegermaxAccumulatedFrameCount
IntegerminEqualFrameCount
Integer
Properties
AcceptedCountries
public IList<JsonHealthInsuranceCardCountryType> AcceptedCountries { get; set; }
Property Value
Creator
[Register("CREATOR")]
public static IParcelableCreator Creator { get; }
Property Value
MaxAccumulatedFrameCount
public Integer MaxAccumulatedFrameCount { get; set; }
Property Value
MaxBirthYear
public Integer MaxBirthYear { get; set; }
Property Value
MaxCountryDetectionAttempts
public Integer MaxCountryDetectionAttempts { get; set; }
Property Value
MaxExpirationYear
public Integer MaxExpirationYear { get; set; }
Property Value
MinBirthYear
public Integer MinBirthYear { get; set; }
Property Value
MinEqualFrameCount
public Integer MinEqualFrameCount { get; set; }
Property Value
MinExpirationYear
public Integer MinExpirationYear { get; set; }
Property Value
Methods
Component1()
[Register("component1", "()Ljava/util/List;", "")]
public IList<JsonHealthInsuranceCardCountryType> Component1()
Returns
Component2()
[Register("component2", "()Ljava/lang/Integer;", "")]
public Integer Component2()
Returns
Component3()
[Register("component3", "()Ljava/lang/Integer;", "")]
public Integer Component3()
Returns
Component4()
[Register("component4", "()Ljava/lang/Integer;", "")]
public Integer Component4()
Returns
Component5()
[Register("component5", "()Ljava/lang/Integer;", "")]
public Integer Component5()
Returns
Component6()
[Register("component6", "()Ljava/lang/Integer;", "")]
public Integer Component6()
Returns
Component7()
[Register("component7", "()Ljava/lang/Integer;", "")]
public Integer Component7()
Returns
Component8()
[Register("component8", "()Ljava/lang/Integer;", "")]
public Integer Component8()
Returns
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
IntegermaxBirthYear
IntegerminExpirationYear
IntegermaxExpirationYear
IntegermaxCountryDetectionAttempts
IntegermaxAccumulatedFrameCount
IntegerminEqualFrameCount
Integer
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