AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Rekognition.AmazonRekognitionRequest
      Amazon.Rekognition.Model.UpdateStreamProcessorRequest

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateStreamProcessorRequest : AmazonRekognitionRequest
         IAmazonWebServiceRequest

The UpdateStreamProcessorRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DataSharingPreferenceForUpdate Amazon.Rekognition.Model.StreamProcessorDataSharingPreference

Gets and sets the property 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.

Public Property Name System.String

Gets and sets the property Name.

Name of the stream processor that you want to update.

Public Property ParametersToDelete System.Collections.Generic.List<System.String>

Gets and sets the property ParametersToDelete.

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

Public Property RegionsOfInterestForUpdate System.Collections.Generic.List<Amazon.Rekognition.Model.RegionOfInterest>

Gets and sets the property RegionsOfInterestForUpdate.

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

Public Property SettingsForUpdate Amazon.Rekognition.Model.StreamProcessorSettingsForUpdate

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5