LongRunningRecognizeMetadata
import type { LongRunningRecognizeMetadata } from "https://googleapis.deno.dev/v1/speech:v1.ts";Describes the progress of a long-running LongRunningRecognize call. It is
included in the metadata field of the Operation returned by the
GetOperation call of the google::longrunning::Operations service.
interface LongRunningRecognizeMetadata {
lastUpdateTime?: Date;
progressPercent?: number;
startTime?: Date;
readonly uri?: string;
}