ExtractDataCategoriesRequest
shortDescription
The ExtractDataCategoriesRequest class represents a request to extract categorized sensitive data from a document using AI and OCR.
This request is used to analyze a document's content via OCR and identify data categories (like personal, financial, etc.) using AI services. It is typically used when masking is not yet needed and only data classification is required.
Properties
| Name | Description |
|---|---|
| DMObjectVersionSecretKey | Gets or sets the encrypted key of the document version. |
| TargetCategories | Gets or sets the list of specific data categories to extract. |
| DMObjectDecryptedVersionSecret | Gets the decrypted document version secret. |
| DMObjectSecretKey | Gets or sets the encrypted key of the document object. |
| DMObjectDecryptedSecret | Gets the decrypted document management object secret. |
Constructors
| Name | Description |
|---|---|
| ExtractDataCategoriesRequest(dMObjectSecretKey, dMObjectVersionSecretKey, targetCategories) | Initializes a new instance of the ExtractDataCategoriesRequest class with the necessary secrets and target categories. |
| ExtractDataCategoriesRequest() | Initializes a new instance of the ExtractDataCategoriesRequest class. |