@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Function getResults

    • Gets Enhance Results

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

      When the EnhanceJob.status is Success you'll be able to retrieve your result from the output location you provided in the original POST.

      Parameters

      • accessToken: JwtToken

        Access token to use for authentication.

      • jobId: string

        Identifier of the job to retrieve.

      Returns Promise<EnhanceJob>

      The EnhanceJob object through a Promise.