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

LongRunningRecognizeRequest

import type { LongRunningRecognizeRequest } from "https://googleapis.deno.dev/v1/speech:v1.ts";

The top-level message sent by the client for the LongRunningRecognize method.

interface LongRunningRecognizeRequest {
outputConfig?: TranscriptOutputConfig;
}

§Properties

§

Required. The audio data to be recognized.

§

Required. Provides information to the recognizer that specifies how to process the request.

§

Optional. Specifies an optional destination for the recognition results.