GoogleCloudDocumentaiV1DocumentEntityRelation

AI Overview😉

  • Potential purpose of module: This module appears to be designed to identify and analyze relationships between entities mentioned in a document or webpage. It extracts and stores information about the relationships between these entities, such as the object and subject of the relationship, and a description of the relationship itself.
  • Impact on search results: This module could impact search results by allowing Google to better understand the context and meaning of a webpage or document. By analyzing the relationships between entities, Google can gain a deeper understanding of the content and provide more accurate and relevant search results. For example, if a webpage mentions a person and their employer, this module could help Google understand the relationship between the two entities and provide more accurate search results for queries related to the person or employer.
  • How a website can optimize for this function: A website can optimize for this function by providing clear and structured data about the entities mentioned on the webpage. This can include using schema markup to identify entities and their relationships, as well as providing clear and concise language to describe these relationships. Additionally, websites can ensure that their content is well-organized and easy to crawl, allowing Google to more easily extract and analyze the relationships between entities.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Relationship between Entities.

Attributes

  • objectId (type: String.t, default: nil) - Object entity id.
  • relation (type: String.t, default: nil) - Relationship description.
  • subjectId (type: String.t, default: nil) - Subject entity id.

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.GoogleCloudDocumentaiV1DocumentEntityRelation{
    objectId: String.t() | nil,
    relation: String.t() | nil,
    subjectId: 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.