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

LabelDetectionSettings

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

Contains the specified filters that should be applied to a list of returned GENERAL_LABELS.

interface LabelDetectionSettings {
GeneralLabels?: GeneralLabelsSettings | null;
}

§Properties

§
GeneralLabels?: GeneralLabelsSettings | null
[src]