# ContentValidationData Class

> `ContentValidationData` is a public class that allows you to retrieve and configure details about a document that you want to display in a Validation Control within an App project.

`ContentValidationData` is a public class that allows you to retrieve and configure details about a document that you want to display in a Validation Control within an App project.

## Definition

* Namespace: `UiPath.DocumentProcessing.Contracts.ContentValidationData`
* Assembly: `UiPath.DocumentProcessing.Contracts.ContentValidationData`

## Description

The `ContentValidationData` class handles document validation data for user validations in Action Center. It allows you to configure and obtain information about documents sent for review.

## Members

#### Properties

* `AdditionalDataPath`: The full path inside the storage bucket, where various files, which are not directly needed by the Validation Station, are stored.
* `AutomaticExtractionResultsPath`: The full path inside the storage bucket, where the JSON serialized `ExtractionResult` object used as the input parameter to the Validation Station, is stored as a file.
* `BucketId`: The ID of the storage bucket where the validation data is stored.
* `BucketName`: The name of the storage bucket where the validation data is stored.
* `CustomizationInfoPath`: The full path inside the storage bucket where the JSON serialized customization object is stored.
* `DocumentId`: The ID of the document.
* `DocumentObjectModelPath`: The full path inside the storage bucket where the JSON serialized `Document` object is stored as a file.
* `DocumentPath`: The full path inside the storage bucket where the original document is stored.
* `EncodedDocumentPath`: The full path inside the storage bucket where the optimized base64 PDF version of the original document is stored.
* `ExtractorPayloadsPath`: The complete path within the storage bucket, where the extractor payloads object is serialized in a JSON format, and cached for usage by a training scope.
* `FolderId`: The ID of the folder where the data is stored.
* `FolderKey`: The key of the folder where the data is stored.
* `OriginalDocumentFileName`: The original file name of the document that will be displayed in the Validation Station.
* `ShowOnlyRelevantPageRange`: If set to True, original files with larger sizes are stored within a zip file in the `AdditionalFilePath`. The remaining files are resized to be smaller and only contain the range necessary for display.
* `TaxonomyPath`: The full path inside the storage bucket where the JSON serialized `DocumentTaxonomy` object is stored as a file.
* `TextPath`: The full path inside the storage bucket where the extracted text file is stored.
* `ValidatedExtractionResultsPath`: The full path inside the storage bucket, where the JSON serialized `ExtractionResult` object - as output of the Validation Station, is stored as a file.
