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

XPSSpeechModelSpecSubModelSpec

import type { XPSSpeechModelSpecSubModelSpec } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSSpeechModelSpecSubModelSpec {
biasingModelType?:
| "BIASING_MODEL_TYPE_UNSPECIFIED"
| "COMMAND_AND_SEARCH"
| "PHONE_CALL"
| "VIDEO"
| "DEFAULT";
clientId?: string;
contextId?: string;
isEnhancedModel?: boolean;
}

§Properties

§
biasingModelType?: "BIASING_MODEL_TYPE_UNSPECIFIED" | "COMMAND_AND_SEARCH" | "PHONE_CALL" | "VIDEO" | "DEFAULT"
[src]

Type of the biasing model.

§
clientId?: string
[src]

In S3, Recognition ClientContextId.client_id

§
contextId?: string
[src]

In S3, Recognition ClientContextId.context_id

§
isEnhancedModel?: boolean
[src]

If true then it means we have an enhanced version of the biasing models.