Skip to content

/AWS1/CL_REKMEDIAALYRESULTS

Contains the results for a media analysis job created with StartMediaAnalysisJob.

CONSTRUCTOR

IMPORTING

Optional arguments:

io_s3object TYPE REF TO /AWS1/CL_REKS3OBJECT /AWS1/CL_REKS3OBJECT

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.

io_modelversions TYPE REF TO /AWS1/CL_REKMEDIAALYMODELVRSS /AWS1/CL_REKMEDIAALYMODELVRSS

Information about the model versions for the features selected in a given job.


Queryable Attributes

S3Object

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.

Accessible with the following methods

Method Description
GET_S3OBJECT() Getter for S3OBJECT

ModelVersions

Information about the model versions for the features selected in a given job.

Accessible with the following methods

Method Description
GET_MODELVERSIONS() Getter for MODELVERSIONS