View Source GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo (google_api_content_warehouse v0.4.0)

Message describing where was the link discovered and with what language annotation.

Attributes

  • anchorText (type: String.t, default: nil) - Optional field for storing the anchor text the language code was extracted from. Applies to outlinks only.
  • annotationSource (type: String.t, default: nil) - Information about where the language code was extracted from.
  • languageCode (type: String.t, default: nil) - Language code extracted from the URL (hreflang or outlink). One URL can represent multiple language codes, like e.g. de-at and de-ch
  • sourceFeedUrl (type: String.t, default: nil) - Optional field that stores the feed URL where a Sitemap annotation was discovered. Only populated if annotation_source is SITEMAP.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.IndexingDupsLocalizedLocalizedClusterTargetLinkLinkAnnotationSourceInfo{
    anchorText: String.t() | nil,
    annotationSource: String.t() | nil,
    languageCode: String.t() | nil,
    sourceFeedUrl: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.