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

Asset

import type { Asset } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";

Assets are the images that you use to train and evaluate a model version. Assets can also contain validation information that you use to debug a failed model training.

interface Asset {
GroundTruthManifest?: GroundTruthManifest | null;
}

§Properties

§
GroundTruthManifest?: GroundTruthManifest | null
[src]