Values.RedactionConfigSourceProvides configuration parameters for PII entity redaction.
type nonrec t = {piiEntityTypes : ListOfPiiEntityTypes.t option;An array of the types of PII entities that Amazon Comprehend detects in the input text for your request.
*)maskMode : PiiEntitiesDetectionMaskMode.t option;Specifies whether the PII entity is redacted with the mask character or the entity type.
*)maskCharacter : MaskCharacter.t option;A character that replaces each character in the redacted PII entity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of MaskCharacter.t ])
list ]