GoogleCloudContentwarehouseV1CloudAIDocumentOption

AI Overview😉

  • Potential purpose of module in simple language: This module appears to be related to processing and converting entities extracted from documents using Cloud AI Document in Google's Content Warehouse. Entities refer to specific objects, people, or concepts mentioned in the text. The module seems to control how these entities are converted into properties that can be used for search and indexing purposes.
  • How it could impact search results: This module's functionality could impact search results by influencing how entities mentioned in documents are weighted and ranked. If certain entities are converted into properties, they may become more prominent in search results, potentially affecting the relevance and accuracy of the results. This could also influence the visibility of specific websites or content that are more effectively utilizing entity extraction and conversion.
  • How a website may change things to be more favorable for this function: To take advantage of this module, a website may focus on: (1) creating high-quality, entity-rich content that can be effectively extracted and converted by Cloud AI Document; (2) structuring content in a way that makes it easier for entity extraction algorithms to identify and convert relevant entities; and (3) optimizing metadata and schema markup to highlight important entities and their relationships, making it more likely for them to be converted into properties that can improve search visibility.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Request Option for processing Cloud AI Document in CW Document.

Attributes

  • customizedEntitiesPropertiesConversions (type: map(), default: nil) - If set, only selected entities will be converted to properties.
  • enableEntitiesConversions (type: boolean(), default: nil) - Whether to convert all the entities to properties.

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.GoogleCloudContentwarehouseV1CloudAIDocumentOption{
    customizedEntitiesPropertiesConversions: map() | nil,
    enableEntitiesConversions: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.