@@ -63,12 +63,6 @@ public partial class ProcessParams : IValidatableObject
63
63
[ DataMember ( Name = "convertCase" , EmitDefaultValue = false ) ]
64
64
public TextPostProcessing ? ConvertCase { get ; set ; }
65
65
66
- /// <summary>
67
- /// Gets or Sets ProcessAuth
68
- /// </summary>
69
- [ DataMember ( Name = "processAuth" , EmitDefaultValue = false ) ]
70
- public AuthenticityResultType ? ProcessAuth { get ; set ; }
71
-
72
66
/// <summary>
73
67
/// Gets or Sets MrzDetectMode
74
68
/// </summary>
@@ -145,7 +139,7 @@ protected ProcessParams() { }
145
139
/// <param name="strictDLCategoryExpiry">Set to force DL categories expiry date to affect the overall status or not. As documents usually have their own date of expiry, which might be less or greater than category expiry date, this might be handy for specific cases..</param>
146
140
/// <param name="generateAlpha2Codes">Set to generate Alpha-2 codes for nationality and issuing state fields..</param>
147
141
/// <param name="pdfPagesLimit">Limits the number of pages to be processed from a PDF file..</param>
148
- public ProcessParams ( bool generateDTCVC = default ( bool ) , List < LCID > lcidFilter = default ( List < LCID > ) , bool checkLiveness = default ( bool ) , List < LCID > lcidIgnoreFilter = default ( List < LCID > ) , bool oneShotIdentification = default ( bool ) , bool useFaceApi = default ( bool ) , FaceApi faceApi = default ( FaceApi ) , bool doDetectCan = default ( bool ) , int imageOutputMaxHeight = default ( int ) , int imageOutputMaxWidth = default ( int ) , Scenario scenario = default ( Scenario ) , List < Result > resultTypeOutput = default ( List < Result > ) , bool doublePageSpread = default ( bool ) , bool generateDoublePageSpreadImage = default ( bool ) , List < TextFieldType > fieldTypesFilter = default ( List < TextFieldType > ) , string dateFormat = default ( string ) , MeasureSystem ? measureSystem = default ( MeasureSystem ? ) , int imageDpiOutMax = default ( int ) , bool alreadyCropped = default ( bool ) , Dictionary < string , Object > customParams = default ( Dictionary < string , Object > ) , List < PerDocumentConfig > config = default ( List < PerDocumentConfig > ) , bool log = default ( bool ) , LogLevel ? logLevel = default ( LogLevel ? ) , int forceDocID = default ( int ) , bool matchTextFieldMask = default ( bool ) , bool fastDocDetect = default ( bool ) , bool updateOCRValidityByGlare = default ( bool ) , bool checkRequiredTextFields = default ( bool ) , bool returnCroppedBarcode = default ( bool ) , ImageQA imageQa = default ( ImageQA ) , bool strictImageQuality = default ( bool ) , bool respectImageQuality = default ( bool ) , DocumentFormat ? forceDocFormat = default ( DocumentFormat ? ) , bool noGraphics = default ( bool ) , bool depersonalizeLog = default ( bool ) , bool multiDocOnImage = default ( bool ) , int shiftExpiryDate = default ( int ) , int minimalHolderAge = default ( int ) , bool returnUncroppedImage = default ( bool ) , List < MRZFormat > mrzFormatsFilter = default ( List < MRZFormat > ) , bool forceReadMrzBeforeLocate = default ( bool ) , bool parseBarcodes = default ( bool ) , TextPostProcessing ? convertCase = default ( TextPostProcessing ? ) , bool splitNames = default ( bool ) , bool disablePerforationOCR = default ( bool ) , List < DocumentType > documentGroupFilter = default ( List < DocumentType > ) , AuthenticityResultType ? processAuth = default ( AuthenticityResultType ? ) , int deviceId = default ( int ) , int deviceType = default ( int ) , string deviceTypeHex = default ( string ) , bool ignoreDeviceIdFromImage = default ( bool ) , List < int > documentIdList = default ( List < int > ) , ProcessParamsRfid rfid = default ( ProcessParamsRfid ) , bool checkAuth = default ( bool ) , AuthParams authParams = default ( AuthParams ) , MrzDetectModeEnum ? mrzDetectMode = default ( MrzDetectModeEnum ? ) , bool generateNumericCodes = default ( bool ) , bool strictBarcodeDigitalSignatureCheck = default ( bool ) , bool selectLongestNames = default ( bool ) , List < InputBarcodeType > doBarcodes = default ( List < InputBarcodeType > ) , bool strictDLCategoryExpiry = default ( bool ) , bool generateAlpha2Codes = default ( bool ) , int pdfPagesLimit = default ( int ) )
142
+ public ProcessParams ( bool generateDTCVC = default ( bool ) , List < LCID > lcidFilter = default ( List < LCID > ) , bool checkLiveness = default ( bool ) , List < LCID > lcidIgnoreFilter = default ( List < LCID > ) , bool oneShotIdentification = default ( bool ) , bool useFaceApi = default ( bool ) , FaceApi faceApi = default ( FaceApi ) , bool doDetectCan = default ( bool ) , int imageOutputMaxHeight = default ( int ) , int imageOutputMaxWidth = default ( int ) , Scenario scenario = default ( Scenario ) , List < Result > resultTypeOutput = default ( List < Result > ) , bool doublePageSpread = default ( bool ) , bool generateDoublePageSpreadImage = default ( bool ) , List < TextFieldType > fieldTypesFilter = default ( List < TextFieldType > ) , string dateFormat = default ( string ) , MeasureSystem ? measureSystem = default ( MeasureSystem ? ) , int imageDpiOutMax = default ( int ) , bool alreadyCropped = default ( bool ) , Dictionary < string , Object > customParams = default ( Dictionary < string , Object > ) , List < PerDocumentConfig > config = default ( List < PerDocumentConfig > ) , bool log = default ( bool ) , LogLevel ? logLevel = default ( LogLevel ? ) , int forceDocID = default ( int ) , bool matchTextFieldMask = default ( bool ) , bool fastDocDetect = default ( bool ) , bool updateOCRValidityByGlare = default ( bool ) , bool checkRequiredTextFields = default ( bool ) , bool returnCroppedBarcode = default ( bool ) , ImageQA imageQa = default ( ImageQA ) , bool strictImageQuality = default ( bool ) , bool respectImageQuality = default ( bool ) , DocumentFormat ? forceDocFormat = default ( DocumentFormat ? ) , bool noGraphics = default ( bool ) , bool depersonalizeLog = default ( bool ) , bool multiDocOnImage = default ( bool ) , int shiftExpiryDate = default ( int ) , int minimalHolderAge = default ( int ) , bool returnUncroppedImage = default ( bool ) , List < MRZFormat > mrzFormatsFilter = default ( List < MRZFormat > ) , bool forceReadMrzBeforeLocate = default ( bool ) , bool parseBarcodes = default ( bool ) , TextPostProcessing ? convertCase = default ( TextPostProcessing ? ) , bool splitNames = default ( bool ) , bool disablePerforationOCR = default ( bool ) , List < DocumentType > documentGroupFilter = default ( List < DocumentType > ) , long processAuth = default ( long ) , int deviceId = default ( int ) , int deviceType = default ( int ) , string deviceTypeHex = default ( string ) , bool ignoreDeviceIdFromImage = default ( bool ) , List < int > documentIdList = default ( List < int > ) , ProcessParamsRfid rfid = default ( ProcessParamsRfid ) , bool checkAuth = default ( bool ) , AuthParams authParams = default ( AuthParams ) , MrzDetectModeEnum ? mrzDetectMode = default ( MrzDetectModeEnum ? ) , bool generateNumericCodes = default ( bool ) , bool strictBarcodeDigitalSignatureCheck = default ( bool ) , bool selectLongestNames = default ( bool ) , List < InputBarcodeType > doBarcodes = default ( List < InputBarcodeType > ) , bool strictDLCategoryExpiry = default ( bool ) , bool generateAlpha2Codes = default ( bool ) , int pdfPagesLimit = default ( int ) )
149
143
{
150
144
this . Scenario = scenario ;
151
145
this . GenerateDTCVC = generateDTCVC ;
@@ -503,6 +497,12 @@ protected ProcessParams() { }
503
497
[ DataMember ( Name = "documentGroupFilter" , EmitDefaultValue = false ) ]
504
498
public List < DocumentType > ? DocumentGroupFilter { get ; set ; }
505
499
500
+ /// <summary>
501
+ /// Gets or Sets ProcessAuth
502
+ /// </summary>
503
+ [ DataMember ( Name = "processAuth" , EmitDefaultValue = false ) ]
504
+ public long ? ProcessAuth { get ; set ; }
505
+
506
506
/// <summary>
507
507
/// This parameter is used to specify the document reader device type from which input images were captured. Default 0.
508
508
/// </summary>
0 commit comments