GoogleCloudDocumentaiV1DocumentEntityNormalizedValue

AI Overview😉

  • The potential purpose of this module is to extract and normalize specific data entities from unstructured text, such as addresses, dates, times, numbers, and currencies, into a standardized format. This allows for more accurate and efficient processing of this data.
  • This module could impact search results by allowing Google to better understand the content of a webpage and retrieve more relevant information. For example, if a user searches for "restaurants near me", Google can use this module to extract addresses from restaurant websites and provide more accurate location-based results. Additionally, this module can help Google to better understand the context and meaning of a webpage, leading to more relevant search results.
  • A website can change things to be more favorable for this function by using structured data and schema markup on their webpage. This can include using specific HTML tags and attributes to identify and categorize different types of data, such as addresses, dates, and prices. Additionally, websites can ensure that their content is well-organized, concise, and easy to parse, making it easier for Google's algorithm to extract and normalize the desired data entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue (google_api_content_warehouse v0.4.0)

Parsed and normalized entity value.

Attributes

  • addressValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.t, default: nil) - Postal address. See also: https://github.com/googleapis/googleapis/blob/master/google/type/postal_address.proto
  • booleanValue (type: boolean(), default: nil) - Boolean value. Can be used for entities with binary values, or for checkboxes.
  • dateValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t, default: nil) - Date value. Includes year, month, day. See also: https://github.com/googleapis/googleapis/blob/master/google/type/date.proto
  • datetimeValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t, default: nil) - DateTime value. Includes date, time, and timezone. See also: https://github.com/googleapis/googleapis/blob/master/google/type/datetime.proto
  • floatValue (type: number(), default: nil) - Float value.
  • integerValue (type: integer(), default: nil) - Integer value.
  • moneyValue (type: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t, default: nil) - Money value. See also: https://github.com/googleapis/googleapis/blob/master/google/type/money.proto
  • text (type: String.t, default: nil) - Optional. An optional field to store a normalized string. For some entity types, one of respective structured_value fields may also be populated. Also not all the types of structured_value will be normalized. For example, some processors may not generate float or integer normalized text by default. Below are sample formats mapped to structured values. - Money/Currency type (money_value) is in the ISO 4217 text format. - Date type (date_value) is in the ISO 8601 text format. - Datetime type (datetime_value) is in the ISO 8601 text format.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudDocumentaiV1DocumentEntityNormalizedValue{
    addressValue:
      GoogleApi.ContentWarehouse.V1.Model.GoogleTypePostalAddress.t() | nil,
    booleanValue: boolean() | nil,
    dateValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDate.t() | nil,
    datetimeValue:
      GoogleApi.ContentWarehouse.V1.Model.GoogleTypeDateTime.t() | nil,
    floatValue: number() | nil,
    integerValue: integer() | nil,
    moneyValue: GoogleApi.ContentWarehouse.V1.Model.GoogleTypeMoney.t() | nil,
    text: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.