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

CompletionResult

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

Resource that represents completion results.

interface CompletionResult {
imageUri?: string;
suggestion?: string;
type?:
| "COMPLETION_TYPE_UNSPECIFIED"
| "JOB_TITLE"
| "COMPANY_NAME"
| "COMBINED";
}

§Properties

§
imageUri?: string
[src]

The URI of the company image for COMPANY_NAME.

§
suggestion?: string
[src]

The suggestion for the query.

§
type?: "COMPLETION_TYPE_UNSPECIFIED" | "JOB_TITLE" | "COMPANY_NAME" | "COMBINED"
[src]

The completion topic.