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

GoogleMapsAddressvalidationV1ComponentName

import type { GoogleMapsAddressvalidationV1ComponentName } from "https://googleapis.deno.dev/v1/addressvalidation:v1.ts";

A wrapper for the name of the component.

interface GoogleMapsAddressvalidationV1ComponentName {
languageCode?: string;
text?: string;
}

§Properties

§
languageCode?: string
[src]

The BCP-47 language code. This will not be present if the component name is not associated with a language, such as a street number.

§
text?: string
[src]

The name text. For example, "5th Avenue" for a street name or "1253" for a street number.