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

GoogleCloudDialogflowV2beta1StreamingRecognitionResult

import type { GoogleCloudDialogflowV2beta1StreamingRecognitionResult } from "https://googleapis.deno.dev/v1/dialogflow:v3.ts";
interface GoogleCloudDialogflowV2beta1StreamingRecognitionResult {
confidence?: number;
isFinal?: boolean;
languageCode?: string;
messageType?:
| "MESSAGE_TYPE_UNSPECIFIED"
| "TRANSCRIPT"
| "END_OF_SINGLE_UTTERANCE"
| "DTMF_DIGITS"
| "PARTIAL_DTMF_DIGITS";
speechEndOffset?: number;
stability?: number;
transcript?: string;
}

§Properties

§
confidence?: number
[src]
§
isFinal?: boolean
[src]
§
languageCode?: string
[src]
§
messageType?: "MESSAGE_TYPE_UNSPECIFIED" | "TRANSCRIPT" | "END_OF_SINGLE_UTTERANCE" | "DTMF_DIGITS" | "PARTIAL_DTMF_DIGITS"
[src]
§
speechEndOffset?: number
[src]
§
stability?: number
[src]
§
transcript?: string
[src]