GoogleCloudContentwarehouseV1ListDocumentSchemasResponse

AI Overview😉

  • The potential purpose of this module is to retrieve and organize document schemas from a specified parent, allowing Google's algorithm to better understand the structure and content of documents. This module seems to be related to Google's Content Warehouse, a service that helps organizations manage and analyze their content.
  • This module could impact search results by providing Google's algorithm with a better understanding of document structures and content, enabling it to more accurately rank and retrieve relevant documents. This could lead to more precise and relevant search results, especially for searches that involve specific document types or structures.
  • To be more favorable for this function, a website could ensure that its documents are well-structured and follow a consistent schema, making it easier for Google's algorithm to understand and analyze the content. This could involve using standardized document formats, such as XML or JSON, and providing clear and descriptive metadata for each document. Additionally, websites could consider using Google's Content Warehouse service to manage and analyze their content, which could provide more detailed insights and improve search result rankings.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Response message for DocumentSchemaService.ListDocumentSchemas.

Attributes

  • documentSchemas (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema.t), default: nil) - The document schemas from the specified parent.
  • nextPageToken (type: String.t, default: nil) - A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

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.GoogleCloudContentwarehouseV1ListDocumentSchemasResponse{
    documentSchemas:
      [
        GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DocumentSchema.t()
      ]
      | nil,
    nextPageToken: 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.