Gets Analyze Status.
For a given job_id, this method will check the job status.
When AnalyzeJob.status is Success, you'll be able to retrieve your result from the output location you provided in the original start request.
Success
output
Access token to use for authentication.
Identifier of the job to retrieve.
The AnalyzeJob object through a Promise.
https://docs.dolby.io/media-apis/reference/media-analyze-get
Gets Analyze Status.
For a given job_id, this method will check the job status.
When AnalyzeJob.status is
Success
, you'll be able to retrieve your result from theoutput
location you provided in the original start request.