Module Values.UnmappedAttributeSource

An attribute that was extracted, but Amazon Comprehend Medical was unable to relate to an entity.

Sourcetype nonrec t = {
  1. type_ : EntityType.t option;
    (*

    The type of the unmapped attribute, could be one of the following values: "MEDICATION", "MEDICAL_CONDITION", "ANATOMY", "TEST_AND_TREATMENT_PROCEDURE" or "PROTECTED_HEALTH_INFORMATION".

    *)
  2. attribute : Attribute.t option;
    (*

    The specific attribute that has been extracted but not mapped to an entity.

    *)
}
Sourceval make : ?type_:??? -> ?attribute:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Float of Float_.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Enum of string | `Float of Float_.t ]) list ] list | `String of String_.t ]) list ]) 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