Initiates a new media analysis job. Accepts a manifest file in an Amazon S3 bucket. The output is a manifest file and a summary of the manifest stored in the Amazon S3 bucket.
See https://www.paws-r-sdk.com/docs/rekognition_start_media_analysis_job/ for full documentation.
rekognition_start_media_analysis_job(
ClientRequestToken = NULL,
JobName = NULL,
OperationsConfig,
Input,
OutputConfig,
KmsKeyId = NULL
)
Idempotency token used to prevent the accidental creation of duplicate
versions. If you use the same token with multiple
StartMediaAnalysisJobRequest
requests, the same response is returned.
Use ClientRequestToken
to prevent the same request from being
processed more than once.
The name of the job. Does not have to be unique.
[required] Configuration options for the media analysis job to be created.
[required] Input data to be analyzed by the job.
[required] The Amazon S3 bucket location to store the results.
The identifier of customer managed AWS KMS key (name or ARN). The key is used to encrypt images copied into the service. The key is also used to encrypt results and manifest files written to the output Amazon S3 bucket.