GoogleCloudContentwarehouseV1Property

AI Overview😉

  • The potential purpose of this module is to extract and organize structured data from documents, such as dates, numbers, text, and other types of data, into a standardized format. This allows Google's search algorithm to better understand the content and meaning of a document.
  • This module could impact search results by allowing Google to more accurately match search queries with relevant documents. By extracting and organizing structured data, Google can better understand the context and meaning of a document, leading to more relevant and accurate search results.
  • To be more favorable for this function, a website could ensure that their structured data is accurately and consistently formatted, making it easier for Google to extract and organize. This could include using schema markup, such as JSON-LD, to provide clear and standardized definitions of structured data. Additionally, websites could ensure that their content is well-organized and easy to crawl, allowing Google to more easily extract and understand the structured data.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Property of a document.

Attributes

  • dateTimeValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t, default: nil) - Date time property values. It is not supported by CMEK compliant deployment.
  • enumValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t, default: nil) - Enum property values.
  • floatValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t, default: nil) - Float property values.
  • integerValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t, default: nil) - Integer property values.
  • mapProperty (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t, default: nil) - Map property values.
  • name (type: String.t, default: nil) - Required. Must match the name of a PropertyDefinition in the DocumentSchema.
  • propertyValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray.t, default: nil) - Nested structured data property values.
  • textValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t, default: nil) - String/text property values.
  • timestampValues (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t, default: nil) - Timestamp property values. It is not supported by CMEK compliant deployment.

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.GoogleCloudContentwarehouseV1Property{
    dateTimeValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DateTimeArray.t()
      | nil,
    enumValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1EnumArray.t()
      | nil,
    floatValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1FloatArray.t()
      | nil,
    integerValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IntegerArray.t()
      | nil,
    mapProperty:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1MapProperty.t()
      | nil,
    name: String.t() | nil,
    propertyValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1PropertyArray.t()
      | nil,
    textValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TextArray.t()
      | nil,
    timestampValues:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1TimestampArray.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.