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

GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings

import type { GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";

Define behaviors of speech to text detection.

interface GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings {
endpointerSensitivity?: number;
models?: {
[key: string]: string;
}
;
noSpeechTimeout?: number;
useTimeoutBasedEndpointing?: boolean;
}

§Properties

§
endpointerSensitivity?: number
[src]

Sensitivity of the speech model that detects the end of speech. Scale from 0 to 100.

§
models?: {
[key: string]: string;
}
[src]

Mapping from language to Speech-to-Text model. The mapped Speech-to-Text model will be selected for requests from its corresponding language. For more information, see Speech models.

§
noSpeechTimeout?: number
[src]

Timeout before detecting no speech.

§
useTimeoutBasedEndpointing?: boolean
[src]

Use timeout based endpointing, interpreting endpointer sensitivy as seconds of timeout value.