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

ParallelDataConfig

import type { ParallelDataConfig } from "https://aws-api.deno.dev/v0.3/services/translate.ts?docs=full";

Specifies the format and S3 location of the parallel data input file.

interface ParallelDataConfig {
S3Uri: string;
}

§Properties

§

The format of the parallel data input file.

§
S3Uri: string
[src]

The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.