Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListCallAnalyticsJobsResponse

import type { ListCallAnalyticsJobsResponse } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";
interface ListCallAnalyticsJobsResponse {
CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[] | null;
NextToken?: string | null;
Status?: CallAnalyticsJobStatus | null;
}

§Properties

§
CallAnalyticsJobSummaries?: CallAnalyticsJobSummary[] | null
[src]

A list of objects containing summary information for a transcription job.

§
NextToken?: string | null
[src]

The operation returns a page of jobs at a time. The maximum size of the page is set by the MaxResults parameter. If there are more jobs in the list than the page size, Amazon Transcribe returns the NextPage token. Include the token in your next request to the operation to return next page of jobs.

§

When specified, returns only call analytics jobs with that status. Jobs are ordered by creation date, with the most recent jobs returned first. If you don't specify a status, Amazon Transcribe returns all transcription jobs ordered by creation date.