LegalPerson

AI Overview😉

  • The potential purpose of this module is to identify and extract information about legal persons (e.g. individuals, companies) mentioned in content, such as names, descriptions, and other relevant details. This could be used to improve search results by providing more accurate and relevant information about entities mentioned in search queries.
  • This module could impact search results by allowing Google to better understand the context and meaning of search queries that mention specific individuals or companies. This could lead to more accurate and relevant search results, as well as improved filtering and ranking of results based on the entities mentioned.
  • To be more favorable for this function, a website could ensure that it provides clear and accurate information about legal persons mentioned in its content, such as including full names, descriptions, and other relevant details. This could involve using structured data and schema markup to provide explicit information about entities, as well as using clear and concise language in content to help Google's algorithms understand the context and meaning of the text.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Attributes

  • Description (type: String.t, default: nil) -
  • LastName (type: String.t, default: nil) -
  • OtherNames (type: String.t, default: nil) -

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.LegalPerson{
  Description: String.t() | nil,
  LastName: String.t() | nil,
  OtherNames: 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.