GoodocSemanticLabelContentLink

AI Overview😉

  • The potential purpose of this module is to identify and extract semantic labels from content, specifically links to other pieces of content, such as URLs, citations, or references within a volume. This module aims to understand the relationships between different content entities.
  • This module could impact search results by influencing the ranking of pages that have relevant and high-quality links to other credible sources. It may also help to identify and promote content that provides valuable references or citations, improving the overall authority and trustworthiness of search results.
  • To be more favorable for this function, a website could:
    • Use clear and descriptive anchor text for links
    • Provide high-quality and relevant references or citations
    • Organize content in a logical and structured manner, making it easier for the module to identify relationships between entities
    • Use schema markup to help identify and contextualize links and references

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

If the label is for something that links to another piece of content (in this volume, outside, a url, a citation, etc.).

Attributes

  • UrlTarget (type: String.t, default: nil) - For URL labels, we note the url here directly (it's also available by grabbing all text symbols within the labeled span). SCHOLARLY_CITATION labels or even CAPTION labels may occasionally contain URLs.
  • citationtarget (type: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget.t, default: nil) -
  • involumetarget (type: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget.t, 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.GoodocSemanticLabelContentLink{
  UrlTarget: String.t() | nil,
  citationtarget:
    GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget.t()
    | nil,
  involumetarget:
    GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget.t()
    | nil
}

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.