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

Trait

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

Provides contextual information about the extracted entity.

interface Trait {
Name?: AttributeName | null;
Score?: number | null;
}

§Properties

§
Name?: AttributeName | null
[src]

Provides a name or contextual description about the trait.

§
Score?: number | null
[src]

The level of confidence that Comprehend Medical; has in the accuracy of this trait.