@@ -144,8 +144,7 @@ protected ProcessParams() { }
144144 /// <param name="strictSecurityChecks">When enabled, this parameter marks security checks that don’t meet minimum requirements as 'Failed' (instead of 'WasNotDone'), which causes the overall security status to be 'Failed'..</param>
145145 /// <param name="returnTransliteratedFields">Allows transliteration to be turned on or off; by default, it is enabled..</param>
146146 /// <param name="bsiTr03135Results">When enabled, returns processing results in accordance with the BSI TR-03135 standard in addition to the existing processing results..</param>
147- /// <param name="checkHoldersSignature">When enabled, activates detection of the document holder’s signature presence..</param>
148- 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 , bool ? bsiTr03135Results = default , bool ? checkHoldersSignature = default )
147+ 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 , bool ? bsiTr03135Results = default )
149148 {
150149 this . Scenario = scenario ;
151150 this . GenerateDTCVC = generateDTCVC ;
@@ -215,7 +214,6 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
215214 this . StrictSecurityChecks = strictSecurityChecks ;
216215 this . ReturnTransliteratedFields = returnTransliteratedFields ;
217216 this . BsiTr03135Results = bsiTr03135Results ;
218- this . CheckHoldersSignature = checkHoldersSignature ;
219217 }
220218
221219 /// <summary>
@@ -654,13 +652,6 @@ public ProcessParams(bool? generateDTCVC = default, List<LCID> lcidFilter = defa
654652 [ DataMember ( Name = "bsiTr03135Results" , EmitDefaultValue = false ) ]
655653 public bool ? BsiTr03135Results { get ; set ; }
656654
657- /// <summary>
658- /// When enabled, activates detection of the document holder’s signature presence.
659- /// </summary>
660- /// <value>When enabled, activates detection of the document holder’s signature presence.</value>
661- [ DataMember ( Name = "checkHoldersSignature" , EmitDefaultValue = false ) ]
662- public bool ? CheckHoldersSignature { get ; set ; }
663-
664655 /// <summary>
665656 /// Returns the string presentation of the object
666657 /// </summary>
@@ -737,7 +728,6 @@ public override string ToString()
737728 sb . Append ( " StrictSecurityChecks: " ) . Append ( StrictSecurityChecks ) . Append ( "\n " ) ;
738729 sb . Append ( " ReturnTransliteratedFields: " ) . Append ( ReturnTransliteratedFields ) . Append ( "\n " ) ;
739730 sb . Append ( " BsiTr03135Results: " ) . Append ( BsiTr03135Results ) . Append ( "\n " ) ;
740- sb . Append ( " CheckHoldersSignature: " ) . Append ( CheckHoldersSignature ) . Append ( "\n " ) ;
741731 sb . Append ( "}\n " ) ;
742732 return sb . ToString ( ) ;
743733 }
0 commit comments