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.

Provides the S3 bucket name and object name.

The region for the S3 bucket containing the S3 object must match the region you use for Amazon Rekognition operations.

For Amazon Rekognition to process an S3 object, the user must have permission to access the S3 object. For more information, see How Amazon Rekognition works with IAM in the Amazon Rekognition Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.S3Object

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

Syntax

C#
public class S3Object

The S3Object type exposes the following members

Constructors

NameDescription
Public Method S3Object()

Properties

NameTypeDescription
Public Property Bucket System.String

Gets and sets the property Bucket.

Name of the S3 bucket.

Public Property Name System.String

Gets and sets the property Name.

S3 object key name.

Public Property Version System.String

Gets and sets the property Version.

If the bucket is versioning enabled, you can specify the object version.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5