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

AnalyzeEntitiesRequest

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

The entity analysis request message.

interface AnalyzeEntitiesRequest {
document?: Document;
encodingType?:
| "NONE"
| "UTF8"
| "UTF16"
| "UTF32";
}

§Properties

§
document?: Document
[src]

Required. Input document.

§
encodingType?: "NONE" | "UTF8" | "UTF16" | "UTF32"
[src]

The encoding type used by the API to calculate offsets.