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

EntityRecognizerAnnotations

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

Describes the annotations associated with a entity recognizer.

interface EntityRecognizerAnnotations {
S3Uri: string;
TestS3Uri?: string | null;
}

§Properties

§
S3Uri: string
[src]

Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.

§
TestS3Uri?: string | null
[src]

This specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same AWS Region as the API endpoint that you are calling.