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

CallAnalyticsJobSummary

import type { CallAnalyticsJobSummary } from "https://aws-api.deno.dev/v0.3/services/transcribeservice.ts?docs=full";

Provides summary information about a call analytics job.

interface CallAnalyticsJobSummary {
CallAnalyticsJobName?: string | null;
CallAnalyticsJobStatus?: CallAnalyticsJobStatus | null;
CompletionTime?: Date | number | null;
CreationTime?: Date | number | null;
FailureReason?: string | null;
LanguageCode?: LanguageCode | null;
StartTime?: Date | number | null;
}

§Properties

§
CallAnalyticsJobName?: string | null
[src]

The name of the call analytics job.

§
CallAnalyticsJobStatus?: CallAnalyticsJobStatus | null
[src]

The status of the call analytics job.

§
CompletionTime?: Date | number | null
[src]

A timestamp that shows when the job was completed.

§
CreationTime?: Date | number | null
[src]

A timestamp that shows when the call analytics job was created.

§
FailureReason?: string | null
[src]

If the CallAnalyticsJobStatus is FAILED, a description of the error.

§
LanguageCode?: LanguageCode | null
[src]

The language of the transcript in the source audio file.

§
StartTime?: Date | number | null
[src]

A timestamp that shows when the job began processing.