GoodocSemanticLabelContentLink

GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLink


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

  1. 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.
  2. citationtarget (type: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkCitationTarget, default: nil)
    -
  3. involumetarget (type: GoogleApi.ContentWarehouse.V1.Model.GoodocSemanticLabelContentLinkInVolumeTarget, default: nil)
    -

Type

@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
}

Function

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

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