View source: R/rekognition_operations.R
rekognition_update_stream_processor | R Documentation |
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.
rekognition_update_stream_processor(
Name,
SettingsForUpdate = NULL,
RegionsOfInterestForUpdate = NULL,
DataSharingPreferenceForUpdate = NULL,
ParametersToDelete = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.