Class JsonHealthInsuranceCardRecognizerParameters
- Namespace
- IO.Scanbot.Sdk.UI.View.Hic.Configuration.Json
- Assembly
- DocumentSDK.NET.Droid.dll
public sealed class JsonHealthInsuranceCardRecognizerParameters : Object, IParcelable, IJavaObject, IDisposable, IJavaPeerable
- Inheritance
-
JsonHealthInsuranceCardRecognizerParameters
- Implements
-
Constructors
JsonHealthInsuranceCardRecognizerParameters(IList<JsonHealthInsuranceCardCountryType>, Integer, Integer, Integer, Integer, Integer, Integer, Integer)
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
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()
public IList<JsonHealthInsuranceCardCountryType> Component1()
Returns
- IList<JsonHealthInsuranceCardCountryType>
Component2()
public Integer Component2()
Returns
- Integer
Component3()
public Integer Component3()
Returns
- Integer
Component4()
public Integer Component4()
Returns
- Integer
Component5()
public Integer Component5()
Returns
- Integer
Component6()
public Integer Component6()
Returns
- Integer
Component7()
public Integer Component7()
Returns
- Integer
Component8()
public Integer Component8()
Returns
- Integer
Copy(IList<JsonHealthInsuranceCardCountryType>, Integer, Integer, Integer, Integer, Integer, Integer, Integer)
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()
public int DescribeContents()
Returns
- int
WriteToParcel(Parcel, ParcelableWriteFlags)
public void WriteToParcel(Parcel @out, ParcelableWriteFlags flags)
Parameters
out
Parcel
flags
ParcelableWriteFlags