rekognition_update_stream_processor: Allows you to update a stream processor

View source: R/rekognition_operations.R

rekognition_update_stream_processorR Documentation

Allows you to update a stream processor

Description

Allows you to update a stream processor. You can change some settings and regions of interest and delete certain parameters.

See https://www.paws-r-sdk.com/docs/rekognition_update_stream_processor/ for full documentation.

Usage

rekognition_update_stream_processor(
  Name,
  SettingsForUpdate = NULL,
  RegionsOfInterestForUpdate = NULL,
  DataSharingPreferenceForUpdate = NULL,
  ParametersToDelete = NULL
)

Arguments

Name

[required] Name of the stream processor that you want to update.

SettingsForUpdate

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

RegionsOfInterestForUpdate

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

DataSharingPreferenceForUpdate

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.

ParametersToDelete

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


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.