@@ -146,7 +146,8 @@ protected ProcessParams() { }
146146 /// <param name="bsiTr03135">bsiTr03135.</param>
147147 /// <param name="strictExpiryDate">When disabled, date of expiry doesn't affect the MRZ and text statuses..</param>
148148 /// <param name="checkVDS">This parameter is used to enable Visible Digital Seal check. Disabled by default..</param>
149- public ProcessParams ( bool ? generateDTCVC = default , List < LCID > lcidFilter = default , bool ? checkLiveness = default , List < LCID > lcidIgnoreFilter = default , bool ? oneShotIdentification = default , bool ? useFaceApi = default , FaceApi ? faceApi = default , bool ? doDetectCan = default , int ? imageOutputMaxHeight = default , int ? imageOutputMaxWidth = default , Scenario scenario = default , List < Result > resultTypeOutput = default , bool ? doublePageSpread = default , bool ? generateDoublePageSpreadImage = default , List < TextFieldType > fieldTypesFilter = default , List < TextFieldType > fieldTypesIgnoreFilter = default , string ? dateFormat = default , MeasureSystem ? measureSystem = default , int ? imageDpiOutMax = default , bool ? alreadyCropped = default , Dictionary < string , Object > customParams = default , List < PerDocumentConfig > config = default , bool ? log = default , LogLevel ? logLevel = default , int ? forceDocID = default , bool ? matchTextFieldMask = default , bool ? fastDocDetect = default , bool ? updateOCRValidityByGlare = default , bool ? checkRequiredTextFields = default , bool ? returnCroppedBarcode = default , ImageQA ? imageQa = default , bool ? strictImageQuality = default , bool ? respectImageQuality = default , DocumentFormat ? forceDocFormat = default , bool ? noGraphics = default , bool ? depersonalizeLog = default , bool ? multiDocOnImage = default , int ? shiftExpiryDate = default , int ? minimalHolderAge = default , bool ? returnUncroppedImage = default , List < MRZFormat > mrzFormatsFilter = default , bool ? forceReadMrzBeforeLocate = default , bool ? parseBarcodes = default , TextPostProcessing ? convertCase = default , bool ? splitNames = default , bool ? disablePerforationOCR = default , List < DocumentType > documentGroupFilter = default , long ? processAuth = default , int ? deviceId = default , int ? deviceType = default , string ? deviceTypeHex = default , bool ? ignoreDeviceIdFromImage = default , List < int > documentIdList = default , ProcessParamsRfid ? rfid = default , bool ? checkAuth = default , AuthParams ? authParams = default , MrzDetectModeEnum ? mrzDetectMode = default , bool ? generateNumericCodes = default , bool ? strictBarcodeDigitalSignatureCheck = default , bool ? selectLongestNames = default , List < InputBarcodeType > doBarcodes = default , bool ? strictDLCategoryExpiry = default , bool ? generateAlpha2Codes = default , int ? pdfPagesLimit = default , bool ? disableAuthResolutionFilter = default , bool ? strictSecurityChecks = default , bool ? returnTransliteratedFields = default , BsiTr03135 ? bsiTr03135 = default , bool ? strictExpiryDate = default , bool ? checkVDS = default )
149+ /// <param name="strictAgeCheck">When enabled, the age check status affects the overall status..</param>
150+ public ProcessParams ( bool ? generateDTCVC = default , List < LCID > lcidFilter = default , bool ? checkLiveness = default , List < LCID > lcidIgnoreFilter = default , bool ? oneShotIdentification = default , bool ? useFaceApi = default , FaceApi ? faceApi = default , bool ? doDetectCan = default , int ? imageOutputMaxHeight = default , int ? imageOutputMaxWidth = default , Scenario scenario = default , List < Result > resultTypeOutput = default , bool ? doublePageSpread = default , bool ? generateDoublePageSpreadImage = default , List < TextFieldType > fieldTypesFilter = default , List < TextFieldType > fieldTypesIgnoreFilter = default , string ? dateFormat = default , MeasureSystem ? measureSystem = default , int ? imageDpiOutMax = default , bool ? alreadyCropped = default , Dictionary < string , Object > customParams = default , List < PerDocumentConfig > config = default , bool ? log = default , LogLevel ? logLevel = default , int ? forceDocID = default , bool ? matchTextFieldMask = default , bool ? fastDocDetect = default , bool ? updateOCRValidityByGlare = default , bool ? checkRequiredTextFields = default , bool ? returnCroppedBarcode = default , ImageQA ? imageQa = default , bool ? strictImageQuality = default , bool ? respectImageQuality = default , DocumentFormat ? forceDocFormat = default , bool ? noGraphics = default , bool ? depersonalizeLog = default , bool ? multiDocOnImage = default , int ? shiftExpiryDate = default , int ? minimalHolderAge = default , bool ? returnUncroppedImage = default , List < MRZFormat > mrzFormatsFilter = default , bool ? forceReadMrzBeforeLocate = default , bool ? parseBarcodes = default , TextPostProcessing ? convertCase = default , bool ? splitNames = default , bool ? disablePerforationOCR = default , List < DocumentType > documentGroupFilter = default , long ? processAuth = default , int ? deviceId = default , int ? deviceType = default , string ? deviceTypeHex = default , bool ? ignoreDeviceIdFromImage = default , List < int > documentIdList = default , ProcessParamsRfid ? rfid = default , bool ? checkAuth = default , AuthParams ? authParams = default , MrzDetectModeEnum ? mrzDetectMode = default , bool ? generateNumericCodes = default , bool ? strictBarcodeDigitalSignatureCheck = default , bool ? selectLongestNames = default , List < InputBarcodeType > doBarcodes = default , bool ? strictDLCategoryExpiry = default , bool ? generateAlpha2Codes = default , int ? pdfPagesLimit = default , bool ? disableAuthResolutionFilter = default , bool ? strictSecurityChecks = default , bool ? returnTransliteratedFields = default , BsiTr03135 ? bsiTr03135 = default , bool ? strictExpiryDate = default , bool ? checkVDS = default , bool ? strictAgeCheck = default )
150151 {
151152 this . Scenario = scenario ;
152153 this . GenerateDTCVC = generateDTCVC ;
@@ -218,6 +219,7 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
218219 this . BsiTr03135 = bsiTr03135 ;
219220 this . StrictExpiryDate = strictExpiryDate ;
220221 this . CheckVDS = checkVDS ;
222+ this . StrictAgeCheck = strictAgeCheck ;
221223 }
222224
223225 /// <summary>
@@ -669,6 +671,13 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
669671 [ DataMember ( Name = "checkVDS" , EmitDefaultValue = false ) ]
670672 public bool ? CheckVDS { get ; set ; }
671673
674+ /// <summary>
675+ /// When enabled, the age check status affects the overall status.
676+ /// </summary>
677+ /// <value>When enabled, the age check status affects the overall status.</value>
678+ [ DataMember ( Name = "strictAgeCheck" , EmitDefaultValue = false ) ]
679+ public bool ? StrictAgeCheck { get ; set ; }
680+
672681 /// <summary>
673682 /// Returns the string presentation of the object
674683 /// </summary>
@@ -747,6 +756,7 @@ public override string ToString()
747756 sb . Append ( " BsiTr03135: " ) . Append ( BsiTr03135 ) . Append ( "\n " ) ;
748757 sb . Append ( " StrictExpiryDate: " ) . Append ( StrictExpiryDate ) . Append ( "\n " ) ;
749758 sb . Append ( " CheckVDS: " ) . Append ( CheckVDS ) . Append ( "\n " ) ;
759+ sb . Append ( " StrictAgeCheck: " ) . Append ( StrictAgeCheck ) . Append ( "\n " ) ;
750760 sb . Append ( "}\n " ) ;
751761 return sb . ToString ( ) ;
752762 }
0 commit comments