Values.PiiEntitySourceProvides information about a PII entity.
type nonrec t = {score : Float_.t option;The level of confidence that Amazon Comprehend has in the accuracy of the detection.
*)type_ : PiiEntityType.t option;The entity's type.
*)beginOffset : Integer.t option;The zero-based offset from the beginning of the source text to the first character in the entity.
*)endOffset : Integer.t option;The zero-based offset from the beginning of the source text to the last character in the entity.
*)}