Values.StartMediaAnalysisJobRequestSourceInitiates 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.
type nonrec t = {clientRequestToken : ClientRequestToken.t option;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.
*)jobName : MediaAnalysisJobName.t option;The name of the job. Does not have to be unique.
*)operationsConfig : MediaAnalysisOperationsConfig.t;Configuration options for the media analysis job to be created.
*)input : MediaAnalysisInput.t;Input data to be analyzed by the job.
*)outputConfig : MediaAnalysisOutputConfig.t;The Amazon S3 bucket location to store the results.
*)kmsKeyId : KmsKeyId.t option;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.
*)}val make :
?clientRequestToken:??? ->
?jobName:??? ->
?kmsKeyId:??? ->
operationsConfig:MediaAnalysisOperationsConfig.t ->
input:MediaAnalysisInput.t ->
outputConfig:MediaAnalysisOutputConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientRequestToken.t
| `Structure of
(string
* [> `String of S3Bucket.t
| `Structure of
(string
* [> `Float of Percent.t | `String of ProjectVersionId.t ])
list ])
list ])
list ]