RepositoryWebrefWebrefOutlinkInfo

GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

Information about the outlinks for one specific target URL, from a given annotated document. Next available tag: 7

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. byteLength (type: list(String.t), default: nil)
    - The length in bytes of such a link (including internal spaces); e.g. if the link text is "click here" then the length is 10.
  2. byteOffset (type: list(String.t), default: nil)
    - The byte offset of the start of a link with this target URL, in the content of the annotated document.
  3. isNofollow (type: boolean(), default: nil)
    - Whether this is a nofollow link (https://en.wikipedia.org/wiki/Nofollow). If the page has multiple links to the same url, all of them must be nofollow to set this field.
  4. topicalityWeight (type: list(number()), default: nil)
    - The topicality_weight for each link with this target URL.
  5. url (type: String.t, default: nil)
    - The target URL of the link.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo{
byteLength: [String.t()] | nil,
byteOffset: [String.t()] | nil,
isNofollow: boolean() | nil,
topicalityWeight: [number()] | nil,
url: String.t() | nil
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo