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

AudioSpecification

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

Specifies the audio input specifications.

interface AudioSpecification {
endTimeoutMs: number;
maxLengthMs: number;
}

§Properties

§
endTimeoutMs: number
[src]

Time for which a bot waits after the customer stops speaking to assume the utterance is finished.

§
maxLengthMs: number
[src]

Time for how long Amazon Lex waits before speech input is truncated and the speech is returned to application.