rekognition_start_media_analysis_job {paws.machine.learning} | R Documentation |
Initiates a new media analysis job
Description
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.
Usage
rekognition_start_media_analysis_job(
ClientRequestToken = NULL,
JobName = NULL,
OperationsConfig,
Input,
OutputConfig,
KmsKeyId = NULL
)
Arguments
ClientRequestToken |
Idempotency token used to prevent the accidental creation of duplicate
versions. If you use the same token with multiple
|
JobName |
The name of the job. Does not have to be unique. |
OperationsConfig |
[required] Configuration options for the media analysis job to be created. |
Input |
[required] Input data to be analyzed by the job. |
OutputConfig |
[required] The Amazon S3 bucket location to store the results. |
KmsKeyId |
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. |