Skip to main content

TRekognitionAsset

Class in AWS.Rekognition

Asset class.

Ancestors

Properties

GroundTruthManifest

property GroundTruthManifest: IRekognitionGroundTruthManifest

Type: IRekognitionGroundTruthManifest

Constructors

Create

constructor Create; overload;

Constructor for TRekognitionAsset.


constructor Create(const AGroundTruthManifest: IRekognitionGroundTruthManifest); overload;

IRekognitionGroundTruthManifest

Constructor for TRekognitionAsset.

Parameters

NameDescription
AGroundTruthManifestThe S3 bucket that contains an Amazon Sagemaker Ground Truth format manifest file.

Methods

WithManifestOnS3

class function WithManifestOnS3(const ABucket, AName: string): TRekognitionAsset;

TRekognitionAsset

Construct an Asset with a Ground Truth Manifest on Amazon S3.

Parameters

NameDescription
ABucketSpecify the name of the bucket containing the source manifest.
AObjectSpecify the key of the manifest in the bucket.

Returns

Returns an instance of TRekognitionAsset with GroundTruthManifest set.