GoodocAnchorLabel

AI Overview😉

  • The potential purpose of this module is to provide a way to reference and link to specific elements within a document or content, allowing for more precise and robust connections between different pieces of information.
  • This module could impact search results by enabling more accurate and relevant connections between search queries and relevant content. It may also improve the ranking of content that has well-defined and structured references, making it easier for users to find related information.
  • To be more favorable for this function, a website may:
    • Use clear and consistent anchor labels to reference specific elements within their content.
    • Implement a robust system for linking between related pieces of information.
    • Ensure that their content is well-structured and easy to parse, making it easier for the search algorithm to identify and utilize anchor labels.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

An anchor label can be attached to any element to give it a reference address. LogicalEntity links (see goodoc-semantics.proto) may use anchor labels to point to goodoc elements (they may also use indices to locate the element, but the indices could become invalid if the goodocs are allowed to mutate). Multiple elements may have the same anchor.

Attributes

  • Anchor (type: String.t, default: nil) - There is a generic method for composing such strings. Please take a look at GoodocUtils::GenerateUniqueAnchorName(...) in ocr/goodoc/goodoc-utils.h.
  • anchorScope (type: integer(), default: nil) -

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.GoodocAnchorLabel{
  Anchor: String.t() | nil,
  anchorScope: integer() | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.