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

MouthOpen

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

Indicates whether or not the mouth on the face is open, and the confidence level in the determination.

interface MouthOpen {
Confidence?: number | null;
Value?: boolean | null;
}

§Properties

§
Confidence?: number | null
[src]

Level of confidence in the determination.

§
Value?: boolean | null
[src]

Boolean value that indicates whether the mouth on the face is open or not.