GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • media
  • analyze
  • getResults

Function getResults

  • getResults(accessToken, jobId): Promise<AnalyzeJob>
  • 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.

    Parameters

    • accessToken: JwtToken

      Access token to use for authentication.

    • jobId: string

      Identifier of the job to retrieve.

    Returns Promise<AnalyzeJob>

    The AnalyzeJob object through a Promise.

    Link

    https://docs.dolby.io/media-apis/reference/media-analyze-get

    • Defined in media/analyze.ts:43

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc