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

EntityRecognizerMetadataEntityTypesListItem

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

Individual item from the list of entity types in the metadata of an entity recognizer.

interface EntityRecognizerMetadataEntityTypesListItem {
EvaluationMetrics?: EntityTypesEvaluationMetrics | null;
NumberOfTrainMentions?: number | null;
Type?: string | null;
}

§Properties

§
EvaluationMetrics?: EntityTypesEvaluationMetrics | null
[src]

Detailed information about the accuracy of the entity recognizer for a specific item on the list of entity types.

§
NumberOfTrainMentions?: number | null
[src]

Indicates the number of times the given entity type was seen in the training data.

§
Type?: string | null
[src]

Type of entity from the list of entity types in the metadata of an entity recognizer.