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

StreamProcessorDataSharingPreference

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

Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.

interface StreamProcessorDataSharingPreference {
OptIn: boolean;
}

§Properties

§
OptIn: boolean
[src]

If this option is set to true, you choose to share data with Rekognition to improve model performance.