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

XPSTranslationPreprocessResponse

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

Translation preprocess response.

interface XPSTranslationPreprocessResponse {
parsedExampleCount?: bigint;
validExampleCount?: bigint;
}

§Properties

§
parsedExampleCount?: bigint
[src]

Total example count parsed.

§
validExampleCount?: bigint
[src]

Total valid example count.