GoogleCloudContentwarehouseV1UpdateDocumentRequest

AI Overview😉

  • The potential purpose of this module is to update a document in the Google Content Warehouse by processing it with Cloud AI Document, which involves entity mapping and access control enforcement. In simple terms, it helps to refine and organize document content using AI capabilities.
  • This module could impact search results by influencing the relevance and accuracy of document content. By leveraging Cloud AI Document, it can improve the quality of document metadata, which in turn can affect how well a document matches a user's search query. This might lead to more precise and useful search results.
  • To be more favorable for this function, a website could focus on providing high-quality, well-structured document content that can be effectively processed by Cloud AI Document. This might involve using clear and consistent metadata, organizing content in a logical manner, and ensuring that documents are easily accessible and crawlable. Additionally, websites could consider implementing access control measures to ensure that only authorized users can update documents.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Request message for DocumentService.UpdateDocument.

Attributes

  • cloudAiDocumentOption (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1CloudAIDocumentOption.t, default: nil) - Request Option for processing Cloud AI Document in Document Warehouse. This field offers limited support for mapping entities from Cloud AI Document to Warehouse Document. Please consult with product team before using this field and other available options.
  • document (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t, default: nil) - Required. The document to update.
  • requestMetadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t, default: nil) - The meta information collected about the end user, used to enforce access control for the service.
  • updateOptions (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateOptions.t, default: nil) - Options for the update operation.

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.GoogleCloudContentwarehouseV1UpdateDocumentRequest{
    cloudAiDocumentOption:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1CloudAIDocumentOption.t()
      | nil,
    document:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t()
      | nil,
    requestMetadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RequestMetadata.t()
      | nil,
    updateOptions:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1UpdateOptions.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.