Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UnmappedAttribute

import type { UnmappedAttribute } from "https://aws-api.deno.dev/v0.3/services/comprehendmedical.ts?docs=full";

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

interface UnmappedAttribute {
Attribute?: Attribute | null;
Type?: EntityType | null;
}

§Properties

§
Attribute?: Attribute | null
[src]

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

§
Type?: EntityType | null
[src]

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".