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

XPSSpeechModelSpec

import type { XPSSpeechModelSpec } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSSpeechModelSpec {
datasetId?: bigint;
language?: string;
}

§Properties

§
datasetId?: bigint
[src]

Required for speech xps backend. Speech xps has to use dataset_id and model_id as the primary key in db so that speech API can query the db directly.

§
language?: string
[src]
§

Model specs for all submodels contained in this model.