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

XPSSpeechPreprocessResponse

import type { XPSSpeechPreprocessResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface XPSSpeechPreprocessResponse {
cnsTestDataPath?: string;
cnsTrainDataPath?: string;
prebuiltModelEvaluationMetrics?: XPSSpeechEvaluationMetrics;
speechPreprocessStats?: XPSSpeechPreprocessStats;
}

§Properties

§
cnsTestDataPath?: string
[src]

Location od shards of sstables (test data) of DataUtterance protos.

§
cnsTrainDataPath?: string
[src]

Location of shards of sstables (training data) of DataUtterance protos.

§
prebuiltModelEvaluationMetrics?: XPSSpeechEvaluationMetrics
[src]

The metrics for prebuilt speech models. They are included here because there is no prebuilt speech models stored in the AutoML.

§
speechPreprocessStats?: XPSSpeechPreprocessStats
[src]

Stats associated with the data.