Module Values.DetectEntitiesRequestSource

The DetectEntities operation is deprecated. You should use the DetectEntitiesV2 operation instead. Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information.

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

    A UTF-8 text string containing the clinical content being examined for 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