GoogleCloudContentwarehouseV1CreateDocumentResponse

AI Overview😉

  • The potential purpose of this module is to analyze and process documents, extracting relevant information and applying rules to determine their relevance and ranking in search results. It appears to be a part of Google's Content Warehouse, which is a system for storing, managing, and processing large amounts of content.
  • This module could impact search results by influencing the ranking and relevance of documents. The Rule Engine Output suggests that it applies rules to evaluate the content and determine its suitability for search results. This could lead to more accurate and relevant search results, as well as improved filtering of low-quality or irrelevant content.
  • To be more favorable for this function, a website could ensure that its content is well-structured, easily parseable, and adheres to relevant rules and guidelines. This could include using standardized metadata, providing clear and concise content, and avoiding spammy or manipulative tactics. Additionally, websites could focus on creating high-quality, engaging, and informative content that is relevant to their target audience, which would be more likely to pass the rules and evaluations applied by this module.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Response message for DocumentService.CreateDocument.

Attributes

  • document (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t, default: nil) - Document created after executing create request.
  • longRunningOperations (type: list(GoogleApi.ContentWarehouse.V1.Model.GoogleLongrunningOperation.t), default: nil) - post-processing LROs
  • metadata (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata.t, default: nil) - Additional information for the API invocation, such as the request tracking id.
  • ruleEngineOutput (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput.t, default: nil) - Output from Rule Engine recording the rule evaluator and action executor's output. Refer format in: google/cloud/contentwarehouse/v1/rule_engine.proto

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.GoogleCloudContentwarehouseV1CreateDocumentResponse{
    document:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1Document.t()
      | nil,
    longRunningOperations:
      [GoogleApi.ContentWarehouse.V1.Model.GoogleLongrunningOperation.t()] | nil,
    metadata:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1ResponseMetadata.t()
      | nil,
    ruleEngineOutput:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1RuleEngineOutput.t()
      | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.