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

XPSTranslationTrainResponse

import type { XPSTranslationTrainResponse } from "https://googleapis.deno.dev/v1/language:v2.ts";

Train response for translation.

interface XPSTranslationTrainResponse {
modelType?: "MODEL_TYPE_UNSPECIFIED" | "LEGACY" | "CURRENT";
}

§Properties

§
modelType?: "MODEL_TYPE_UNSPECIFIED" | "LEGACY" | "CURRENT"
[src]

Type of the model.