NlpSaftHyperlink

GoogleApi.ContentWarehouse.V1.Model.NlpSaftHyperlink


Table of Contents ▼

Jump to a specific part of the page:

Description

A link on an HTML page.

Attributes List

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

View Attributes

Attributes

  1. anchorText (type: String.t, default: nil)
    - Clean anchor text (no HTML markup).
  2. byteEnd (type: integer(), default: nil)
    - note: inclusive
  3. byteStart (type: integer(), default: nil)
    - begin/end options are for goldmine AnnotationsFinder to locate the offsets of saft tokens. Start is inclusive by default and end is marked. The indices of the first and last byte covered by the hyperlink.
  4. phrase (type: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase, default: nil)
    - The indices of the first and last token covered by the hyperlink.
  5. url (type: String.t, default: nil)
    - (Absolute) URL that the links to.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.NlpSaftHyperlink{
anchorText: String.t() | nil,
byteEnd: integer() | nil,
byteStart: integer() | nil,
phrase: GoogleApi.ContentWarehouse.V1.Model.NlpSaftPhrase.t() | nil,
url: String.t() | nil
}

Function

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

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