GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource

AI Overview😉

  • The potential purpose of this module is to identify and understand the source of a schema or structure of data, including the name of the schema and the type of processor used to handle the data (e.g. Doc AI processor). This information can be used to better comprehend the context and format of the data, which can improve the accuracy of search results.
  • This module could impact search results by allowing Google to better understand the structure and context of data, which can lead to more relevant and accurate search results. For example, if a search query is related to a specific schema or processor type, this module can help Google to prioritize results that are more likely to be relevant to the user's query.
  • A website may change things to be more favorable for this function by providing clear and consistent schema information, such as using standardized schema names and processor types. Additionally, ensuring that the website's data is well-structured and easily parseable can also help Google to better understand the context and format of the data, which can improve the website's visibility and ranking in search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

The schema source information.

Attributes

  • name (type: String.t, default: nil) - The schema name in the source.
  • processorType (type: String.t, default: nil) - The Doc AI processor type name.

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.GoogleCloudContentwarehouseV1PropertyDefinitionSchemaSource{
    name: String.t() | nil,
    processorType: 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.