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

ProcessingOptions

import type { ProcessingOptions } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Options for job processing.

interface ProcessingOptions {
disableStreetAddressResolution?: boolean;
htmlSanitization?: "HTML_SANITIZATION_UNSPECIFIED" | "HTML_SANITIZATION_DISABLED" | "SIMPLE_FORMATTING_ONLY";
}

§Properties

§
disableStreetAddressResolution?: boolean
[src]

If set to true, the service does not attempt to resolve a more precise address for the job.

§
htmlSanitization?: "HTML_SANITIZATION_UNSPECIFIED" | "HTML_SANITIZATION_DISABLED" | "SIMPLE_FORMATTING_ONLY"
[src]

Option for job HTML content sanitization. Applied fields are: * description * applicationInfo.instruction * incentives * qualifications * responsibilities HTML tags in these fields may be stripped if sanitiazation isn't disabled. Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.