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

EntityTypesListItem

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

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

interface EntityTypesListItem {
Type: string;
}

§Properties

§
Type: string
[src]

An entity type within a labeled training dataset that Amazon Comprehend uses to train a custom entity recognizer.

Entity types must not contain the following invalid characters: \n (line break), \n (escaped line break, \r (carriage return), \r (escaped carriage return), \t (tab), \t (escaped tab), space, and , (comma).