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

UpdateStreamProcessorRequest

import type { UpdateStreamProcessorRequest } from "https://aws-api.deno.dev/v0.4/services/rekognition.ts?docs=full";
interface UpdateStreamProcessorRequest {
DataSharingPreferenceForUpdate?: StreamProcessorDataSharingPreference | null;
Name: string;
ParametersToDelete?: StreamProcessorParameterToDelete[] | null;
RegionsOfInterestForUpdate?: RegionOfInterest[] | null;
SettingsForUpdate?: StreamProcessorSettingsForUpdate | null;
}

§Properties

§
DataSharingPreferenceForUpdate?: StreamProcessorDataSharingPreference | null
[src]

Shows whether you are sharing 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.

§
Name: string
[src]

Name of the stream processor that you want to update.

§
ParametersToDelete?: StreamProcessorParameterToDelete[] | null
[src]

A list of parameters you want to delete from the stream processor.

§
RegionsOfInterestForUpdate?: RegionOfInterest[] | null
[src]

Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.

§
SettingsForUpdate?: StreamProcessorSettingsForUpdate | null
[src]

The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.