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

JobProgress

import type { JobProgress } from "https://aws-api.deno.dev/v0.4/services/voiceid.ts?docs=full";

Indicates the completion progress for a batch job.

interface JobProgress {
PercentComplete?: number | null;
}

§Properties

§
PercentComplete?: number | null
[src]

Shows the completed percentage of enrollment or registration requests listed in the input file.