GeostoreLanguageTaggedTextProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a piece of text with an associated language.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. language (type: String.t, default: nil)
    - The external form of a Google International Identifiers Initiative (III) LanguageCode object. See google3/i18n/identifiers/languagecode.h for details. We place extra restrictions on languages in addition to what the III library requires. See http://go/geo-schema-reference/feature-properties/languages.md
  2. text (type: String.t, default: nil)
    - The text (UTF-8 encoding).

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto{
language: String.t() | nil,
text: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreLanguageTaggedTextProto