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

DetectAnomaliesRequest

import type { DetectAnomaliesRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface DetectAnomaliesRequest {
Body: Uint8Array | string;
ContentType: string;
ModelVersion: string;
ProjectName: string;
}

§Properties

§
Body: Uint8Array | string
[src]

The unencrypted image bytes that you want to analyze.

§
ContentType: string
[src]

The type of the image passed in Body. Valid values are image/png (PNG format images) and image/jpeg (JPG format images).

§
ModelVersion: string
[src]

The version of the model that you want to use.

§
ProjectName: string
[src]

The name of the project that contains the model version that you want to use.