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

SpeechAdaptationInfo

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

Information on speech adaptation use in results

interface SpeechAdaptationInfo {
adaptationTimeout?: boolean;
timeoutMessage?: string;
}

§Properties

§
adaptationTimeout?: boolean
[src]

Whether there was a timeout when applying speech adaptation. If true, adaptation had no effect in the response transcript.

§
timeoutMessage?: string
[src]

If set, returns a message specifying which part of the speech adaptation request timed out.