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

GoogleCloudDatalabelingV1beta1TextPayload

import type { GoogleCloudDatalabelingV1beta1TextPayload } from "https://googleapis.deno.dev/v1/datalabeling:v1beta1.ts";

Container of information about a piece of text.

interface GoogleCloudDatalabelingV1beta1TextPayload {
textContent?: string;
}

§Properties

§
textContent?: string
[src]

Text content.