IRekognitionMediaAnalysisJobDescription
Interface in AWS.Rekognition
Interface for MediaAnalysisJobDescription.
Properties
CompletionTimestamp
property CompletionTimestamp: TOptional<TDateTime>
The date and time when the job finished.
CreationTimestamp
property CreationTimestamp: TOptional<TDateTime>
The date and time when the job was created.
FailureDetails
property FailureDetails: IRekognitionMediaAnalysisJobFailureDetails
Type: IRekognitionMediaAnalysisJobFailureDetails
Details about the error that resulted in failure of the job.
Input
property Input: IRekognitionMediaAnalysisInput
Type: IRekognitionMediaAnalysisInput
Reference to the input manifest that was provided to the job.
JobId
property JobId: string
The unique identifier for the media analysis job.
JobName
property JobName: string
The name of the media analysis job.
KmsKeyId
property KmsKeyId: string
The KMS Key that was provided when creating the job.
ManifestSummary
property ManifestSummary: IRekognitionMediaAnalysisManifestSummary
Type: IRekognitionMediaAnalysisManifestSummary
The summary manifest provides statistics on input manifest and errors identified in the input manifest.
OperationsConfig
property OperationsConfig: IRekognitionMediaAnalysisOperationsConfig
Type: IRekognitionMediaAnalysisOperationsConfig
Operations configurations that were provided when creating the job.
OutputConfig
property OutputConfig: IRekognitionMediaAnalysisOutputConfig
Type: IRekognitionMediaAnalysisOutputConfig
The output configuration that was provided when creating the job.
Results
property Results: IRekognitionMediaAnalysisResults
Type: IRekognitionMediaAnalysisResults
The output manifest that contains prediction results.
Status
property Status: string
The current status of the media analsis job.
Valid values: CREATED | QUEUED | IN_PROGRESS | SUCCEEDED | FAILED.