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

Function getResults

  • getResults(accessToken, jobId): Promise<DiagnoseJob>
  • Gets Diagnose Results.

    For a given jobId, this method will check if the processing task has completed.

    The DiagnoseJob.progress attribute provides a percentage of job progress.

    If the DiagnoseJob.status is Success then the json result will be returned in the response.

    Parameters

    • accessToken: JwtToken

      Access token to use for authentication.

    • jobId: string

      Identifier of the job to retrieve.

    Returns Promise<DiagnoseJob>

    The DiagnoseJob object through a Promise.

    Link

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

    • Defined in media/diagnose.ts:39

Settings

Member Visibility

Theme

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

Generated using TypeDoc