Module Values.DetectPHIRequestSource

Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.

Sourcetype nonrec t = {
  1. text : BoundedLengthString.t;
    (*

    A UTF-8 text string containing the clinical content being examined for PHI entities.

    *)
}
Sourceval context_ : string
Sourceval make : text:BoundedLengthString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BoundedLengthString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t