Values.DetectEntitiesRequestSourceThe 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.
type nonrec t = {text : BoundedLengthString.t;A UTF-8 text string containing the clinical content being examined for entities.
*)}