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):
Attributes
-
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. -
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. -
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. -
topicalityWeight
(type:list(number())
, default:nil
)
- The topicality_weight for each link with this target URL. -
url
(type:String.t
, default:nil
)
- The target URL of the link.
Type
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.RepositoryWebrefWebrefOutlinkInfo