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.

This is the response object from the DescribeStreamProcessor operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Rekognition.Model.DescribeStreamProcessorResponse

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

Syntax

C#
public class DescribeStreamProcessorResponse : AmazonWebServiceResponse

The DescribeStreamProcessorResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreationTimestamp System.DateTime

Gets and sets the property CreationTimestamp.

Date and time the stream processor was created

Public Property DataSharingPreference Amazon.Rekognition.Model.StreamProcessorDataSharingPreference

Gets and sets the property DataSharingPreference.

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 HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Input Amazon.Rekognition.Model.StreamProcessorInput

Gets and sets the property Input.

Kinesis video stream that provides the source streaming video.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The identifier for your AWS Key Management Service key (AWS KMS key). This is an optional parameter for label detection stream processors.

Public Property LastUpdateTimestamp System.DateTime

Gets and sets the property LastUpdateTimestamp.

The time, in Unix format, the stream processor was last updated. For example, when the stream processor moves from a running state to a failed state, or when the user starts or stops the stream processor.

Public Property Name System.String

Gets and sets the property Name.

Name of the stream processor.

Public Property NotificationChannel Amazon.Rekognition.Model.StreamProcessorNotificationChannel

Gets and sets the property NotificationChannel.

Public Property Output Amazon.Rekognition.Model.StreamProcessorOutput

Gets and sets the property Output.

Kinesis data stream to which Amazon Rekognition Video puts the analysis results.

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

Gets and sets the property RegionsOfInterest.

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 ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

ARN of the IAM role that allows access to the stream processor.

Public Property Settings Amazon.Rekognition.Model.StreamProcessorSettings

Gets and sets the property Settings.

Input parameters used in a streaming video analyzed by a stream processor. You can use FaceSearch to recognize faces in a streaming video, or you can use ConnectedHome to detect labels.

Public Property Status Amazon.Rekognition.StreamProcessorStatus

Gets and sets the property Status.

Current status of the stream processor.

Public Property StatusMessage System.String

Gets and sets the property StatusMessage.

Detailed status message about the stream processor.

Public Property StreamProcessorArn System.String

Gets and sets the property StreamProcessorArn.

ARN of the stream processor.

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