Skip to main content

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

NameDescription
DMObjectVersionSecretKeyGets or sets the encrypted key of the document version.
TargetCategoriesGets or sets the list of specific data categories to extract.
DMObjectDecryptedVersionSecretGets the decrypted document version secret.
DMObjectSecretKeyGets or sets the encrypted key of the document object.
DMObjectDecryptedSecretGets the decrypted document management object secret.

Constructors

NameDescription
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.