ExtractDataCategoriesRequest Constructors
An object defining constructors for the ExtractDataCategoriesRequest class.
ExtractDataCategoriesRequest(dMObjectSecretKey, dMObjectVersionSecretKey, targetCategories)
Initializes a new instance of the ExtractDataCategoriesRequest class with the necessary secrets and target categories.
Parameters:
dMObjectSecretKey (required): string
The key used for decrypting the document management object secret.
dMObjectVersionSecretKey (required): string
The key used for decrypting the document version secret.
targetCategories (required): List<DataCategories>
The list of data categories to be extracted from the document (e.g., Email, PhoneNumber, IBAN).
This constructor creates a new instance of the ExtractDataCategoriesRequest class, which is used to extract categorized sensitive data from a document. It sets the document and version secret keys and the categories to be processed. The secrets are decrypted automatically using the [DecryptData] attribute and the provided keys.
ExtractDataCategoriesRequest()
Initializes a new instance of the ExtractDataCategoriesRequest class.